Lines Matching refs:Config
7 // Config.h: Defines the egl::Config class, describing the format, type
26 class Config
29 Config(D3DDISPLAYMODE displayMode, EGLint minSwapInterval, EGLint maxSwapInterval, D3DFORMAT renderTargetFormat, D3DFORMAT depthStencilFormat, EGLint multiSample);
52 EGLint mConformant; // Whether contexts created with this config are conformant
81 bool operator()(const Config *x, const Config *y) const;
82 bool operator()(const Config &x, const Config &y) const;
86 EGLint wantedComponentsSize(const Config &config) const;
105 const egl::Config *get(EGLConfig configHandle);
110 typedef std::set<Config, SortConfig> Set;