Home
last modified time | relevance | path

Searched defs:Config (Results 1 – 4 of 4) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DConfig.h27 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
79 class ConfigSet argument
[all …]
DConfig.cpp25 Config::Config() in Config() function in egl::Config
/device/generic/goldfish-opengl/system/hwc2/
DDisplay.h123 Config(hwc2_config_t configId) : mId(configId) {} in Config() function
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d9/
DRenderer9.cpp704 const egl::Config *, in createNativeWindow()