Flutter Impeller
config.h File Reference
#include "flutter/fml/macros.h"
#include "impeller/toolkit/egl/egl.h"

Go to the source code of this file.

Classes

struct  impeller::egl::ConfigDescriptor
 
class  impeller::egl::Config
 

Namespaces

 impeller
 
 impeller::egl
 

Enumerations

enum  impeller::egl::API {
  impeller::egl::API::kOpenGL,
  impeller::egl::API::kOpenGLES2,
  impeller::egl::API::kOpenGLES3
}
 
enum  impeller::egl::Samples {
  impeller::egl::Samples::kOne = 1,
  impeller::egl::Samples::kTwo = 2,
  impeller::egl::Samples::kFour = 4
}
 
enum  impeller::egl::ColorFormat {
  impeller::egl::ColorFormat::kRGBA8888,
  impeller::egl::ColorFormat::kRGB565
}
 
enum  impeller::egl::StencilBits {
  impeller::egl::StencilBits::kZero = 0,
  impeller::egl::StencilBits::kEight = 8
}
 
enum  impeller::egl::DepthBits {
  impeller::egl::DepthBits::kZero = 0,
  impeller::egl::DepthBits::kEight = 8
}
 
enum  impeller::egl::SurfaceType {
  impeller::egl::SurfaceType::kWindow,
  impeller::egl::SurfaceType::kPBuffer
}