Lines Matching defs:Config
27 struct Config struct
32 Config &operator=(const Config &other); argument
49 EGLint configID; // Unique EGLConfig identifier argument
50 EGLint conformant; // Whether contexts created with this config are conformant
51 EGLint depthSize; // Bits of Z in the depth buffer
52 EGLint level; // Frame buffer level
53 EGLBoolean matchNativePixmap; // Match the native pixmap format
54 EGLint maxPBufferWidth; // Maximum width of pbuffer
55 EGLint maxPBufferHeight; // Maximum height of pbuffer
56 EGLint maxPBufferPixels; // Maximum size of pbuffer
57 EGLint maxSwapInterval; // Maximum swap interval
58 EGLint minSwapInterval; // Minimum swap interval
59 EGLBoolean nativeRenderable; // EGL_TRUE if native rendering APIs can render to surface
83 class ConfigSet argument
86 typedef std::map<EGLint, Config> ConfigMap; argument