Home
last modified time | relevance | path

Searched refs:EGL_LUMINANCE_SIZE (Results 1 – 25 of 27) sorted by relevance

12

/external/deqp/framework/egl/
DegluConfigInfo.cpp44 case EGL_LUMINANCE_SIZE: return luminanceSize; in getAttribute()
93 egl.getConfigAttrib(display, config, EGL_LUMINANCE_SIZE, &dst->luminanceSize); in queryCoreConfigInfo()
DegluStrUtil.inl82 case EGL_LUMINANCE_SIZE: return "EGL_LUMINANCE_SIZE";
DegluStrUtil.cpp69 case EGL_LUMINANCE_SIZE: in operator <<()
/external/deqp/modules/egl/
DteglChooseConfigTests.cpp256 { EGL_LUMINANCE_SIZE, 0 }, in getValue()
423 { EGL_LUMINANCE_SIZE, ChooseConfigRandomCase::getInt<0, 1>, }, in genRandomAttributes()
547 { EGL_LUMINANCE_SIZE, "luminance_size" }, in init()
617 EGL_LUMINANCE_SIZE, in init()
DteglQueryConfigTests.cpp60 case EGL_LUMINANCE_SIZE: in isAttributePresent()
445 const EGLint luminanceSize = getValue(config, EGL_LUMINANCE_SIZE); in executeTest()
562 { EGL_LUMINANCE_SIZE, "luminance_size" }, in init()
DteglChooseConfigReference.cpp294 …rules[EGL_LUMINANCE_SIZE] = AttribRule(EGL_LUMINANCE_SIZE, 0, CRITERIA_AT_LEAST, SORTORDER… in getDefaultRules()
467 EGL_LUMINANCE_SIZE, in getSpecifiedLuminanceColors()
DteglConfigList.cpp93 egl.getConfigAttrib(display, configs[i], EGL_LUMINANCE_SIZE, &val); in iterate()
DteglMultiThreadTests.cpp480 case EGL_LUMINANCE_SIZE: return "EGL_LUMINANCE_SIZE"; in configAttributeToString()
642 EGL_LUMINANCE_SIZE, in runThread()
DteglWideColorTests.cpp767 info.luminanceSize = eglu::getConfigAttribInt(egl, m_eglDisplay, config, EGL_LUMINANCE_SIZE); in writeEglConfig()
/external/angle/src/libANGLE/
DConfig.cpp201 mWantLuminance = wantsComponent(attributeMap, EGL_LUMINANCE_SIZE); in scanForWantedComponents()
332 case EGL_LUMINANCE_SIZE: in filter()
/external/swiftshader/src/OpenGL/libEGL/
DConfig.cpp275 case EGL_LUMINANCE_SIZE: mWantLuminance = isSpecified; break; in SortConfig()
395 …case EGL_LUMINANCE_SIZE: match = config->mLuminanceSize >= attribIt->second; … in getConfigs()
DDisplay.cpp271 case EGL_LUMINANCE_SIZE: *value = configuration->mLuminanceSize; break; in getConfigAttrib()
/external/mesa3d/src/egl/main/
Deglconfig.h131 ATTRIB_MAP(EGL_LUMINANCE_SIZE, LuminanceSize); in _eglOffsetOfConfig()
Deglconfig.c161 { EGL_LUMINANCE_SIZE, ATTRIB_TYPE_INTEGER,
/external/cpuinfo/tools/
Dgpu-dump.c166 .id = EGL_LUMINANCE_SIZE,
/external/swiftshader/include/EGL/
Degl.h188 #define EGL_LUMINANCE_SIZE 0x303D macro
/external/deqp/framework/egl/wrapper/
DeglwEnumsC.inl91 #define EGL_LUMINANCE_SIZE 0x303D macro
DeglwEnums.inl91 #define EGL_LUMINANCE_SIZE 0x303D macro
/external/angle/include/EGL/
Degl.h205 #define EGL_LUMINANCE_SIZE 0x303D macro
/external/mesa3d/include/EGL/
Degl.h224 #define EGL_LUMINANCE_SIZE 0x303D macro
/external/angle/src/tests/egl_tests/
DEGLPrintEGLinfoTest.cpp383 << " Lum:" << GetAttrib(mDisplay, config, EGL_LUMINANCE_SIZE) in TEST_P()
/external/angle/src/libANGLE/renderer/gl/egl/
DDisplayEGL.cpp432 getConfigAttrib(configs[i], EGL_LUMINANCE_SIZE, &config.luminanceSize); in generateConfigs()
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Deglew.h318 #define EGL_LUMINANCE_SIZE 0x303D macro
/external/libepoxy/prebuilt-intermediates/include/epoxy/
Degl_generated.h303 #define EGL_LUMINANCE_SIZE 0x303D macro
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c312 [__DRI_ATTRIB_LUMINANCE_SIZE] = EGL_LUMINANCE_SIZE,

12