Searched defs:Config (Results 1 – 4 of 4) sorted by relevance
27 struct Config struct32 Config &operator=(const Config &other); argument49 EGLint configID; // Unique EGLConfig identifier argument50 EGLint conformant; // Whether contexts created with this config are conformant51 EGLint depthSize; // Bits of Z in the depth buffer52 EGLint level; // Frame buffer level53 EGLBoolean matchNativePixmap; // Match the native pixmap format54 EGLint maxPBufferWidth; // Maximum width of pbuffer55 EGLint maxPBufferHeight; // Maximum height of pbuffer79 class ConfigSet argument[all …]
25 Config::Config() in Config() function in egl::Config
123 Config(hwc2_config_t configId) : mId(configId) {} in Config() function
704 const egl::Config *, in createNativeWindow()