/third_party/vk-gl-cts/framework/egl/ |
H A D | egluConfigInfo.cpp | 44 case EGL_LUMINANCE_SIZE: return luminanceSize; in getAttribute() 96 egl.getConfigAttrib(display, config, EGL_LUMINANCE_SIZE, &dst->luminanceSize); in queryCoreConfigInfo()
|
H A D | egluStrUtil.cpp | 70 case EGL_LUMINANCE_SIZE: in operator <<()
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglChooseConfigTests.cpp | 256 { EGL_LUMINANCE_SIZE, 0 }, in getValue() 434 { EGL_LUMINANCE_SIZE, ChooseConfigRandomCase::getInt<0, 1>, }, in genRandomAttributes() 559 { EGL_LUMINANCE_SIZE, "luminance_size" }, in init() 630 EGL_LUMINANCE_SIZE, in init()
|
H A D | teglQueryConfigTests.cpp | 60 case EGL_LUMINANCE_SIZE: in isAttributePresent() 464 const EGLint luminanceSize = getValue(config, EGL_LUMINANCE_SIZE); in executeTest() 581 { EGL_LUMINANCE_SIZE, "luminance_size" }, in init()
|
H A D | teglChooseConfigReference.cpp | 294 rules[EGL_LUMINANCE_SIZE] = AttribRule(EGL_LUMINANCE_SIZE, 0, CRITERIA_AT_LEAST, SORTORDER_SPECIAL); // 3 in getDefaultRules() 470 EGL_LUMINANCE_SIZE, in getSpecifiedLuminanceColors()
|
H A D | teglConfigList.cpp | 93 egl.getConfigAttrib(display, configs[i], EGL_LUMINANCE_SIZE, &val); in iterate()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Config.cpp | 201 mWantLuminance = wantsComponent(attributeMap, EGL_LUMINANCE_SIZE); 332 case EGL_LUMINANCE_SIZE:
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
H A D | Config.cpp | 275 case EGL_LUMINANCE_SIZE: mWantLuminance = isSpecified; break; 395 case EGL_LUMINANCE_SIZE: match = config->mLuminanceSize >= attribIt->second; break;
|
H A D | Display.cpp | 271 case EGL_LUMINANCE_SIZE: *value = configuration->mLuminanceSize; break; in getConfigAttrib()
|
/third_party/EGL/api/1.2/EGL/ |
H A D | egl.h | 97 #define EGL_LUMINANCE_SIZE 0x303D macro
|
/third_party/EGL/api/1.2/ |
H A D | egl.h | 93 #define EGL_LUMINANCE_SIZE 0x303D macro
|
/third_party/mesa3d/src/egl/main/ |
H A D | eglconfig.h | 130 ATTRIB_MAP(EGL_LUMINANCE_SIZE, LuminanceSize); in _eglOffsetOfConfig()
|
H A D | eglconfig.c | 161 { EGL_LUMINANCE_SIZE, ATTRIB_TYPE_INTEGER,
|
/third_party/skia/third_party/externals/egl-registry/api/1.2/EGL/ |
H A D | egl.h | 93 #define EGL_LUMINANCE_SIZE 0x303D macro
|
/third_party/skia/third_party/externals/egl-registry/api/1.2/ |
H A D | egl.h | 93 #define EGL_LUMINANCE_SIZE 0x303D macro
|
/third_party/EGL/api/1.0/EGL/ |
H A D | egl.h | 114 #define EGL_LUMINANCE_SIZE 0x303D macro
|
/third_party/EGL/api/1.0/ |
H A D | egl.h | 111 #define EGL_LUMINANCE_SIZE 0x303D macro
|
/third_party/skia/third_party/externals/egl-registry/api/1.0/EGL/ |
H A D | egl.h | 111 #define EGL_LUMINANCE_SIZE 0x303D macro
|
/third_party/skia/third_party/externals/egl-registry/api/1.0/ |
H A D | egl.h | 111 #define EGL_LUMINANCE_SIZE 0x303D macro
|
/third_party/skia/third_party/externals/swiftshader/include/EGL/ |
H A D | egl.h | 188 #define EGL_LUMINANCE_SIZE 0x303D macro
|
/third_party/skia/third_party/externals/egl-registry/api/EGL/ |
H A D | egl.h | 188 #define EGL_LUMINANCE_SIZE 0x303D macro
|
/third_party/EGL/api/EGL/ |
H A D | egl.h | 205 #define EGL_LUMINANCE_SIZE 0x303D macro
|
/third_party/mesa3d/include/EGL/ |
H A D | egl.h | 205 #define EGL_LUMINANCE_SIZE 0x303D macro
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLPrintEGLinfoTest.cpp | 425 << " Lum:" << GetAttrib(mDisplay, config, EGL_LUMINANCE_SIZE) in TEST_P()
|
/third_party/skia/third_party/externals/angle2/include/EGL/ |
H A D | egl.h | 205 #define EGL_LUMINANCE_SIZE 0x303D macro
|