/external/deqp/framework/egl/ |
D | egluConfigInfo.cpp | 44 case EGL_LUMINANCE_SIZE: return luminanceSize; in getAttribute() 93 egl.getConfigAttrib(display, config, EGL_LUMINANCE_SIZE, &dst->luminanceSize); in queryCoreConfigInfo()
|
D | egluStrUtil.inl | 82 case EGL_LUMINANCE_SIZE: return "EGL_LUMINANCE_SIZE";
|
D | egluStrUtil.cpp | 69 case EGL_LUMINANCE_SIZE: in operator <<()
|
/external/deqp/modules/egl/ |
D | teglChooseConfigTests.cpp | 256 { 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()
|
D | teglQueryConfigTests.cpp | 60 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()
|
D | teglChooseConfigReference.cpp | 294 …rules[EGL_LUMINANCE_SIZE] = AttribRule(EGL_LUMINANCE_SIZE, 0, CRITERIA_AT_LEAST, SORTORDER… in getDefaultRules() 467 EGL_LUMINANCE_SIZE, in getSpecifiedLuminanceColors()
|
D | teglConfigList.cpp | 93 egl.getConfigAttrib(display, configs[i], EGL_LUMINANCE_SIZE, &val); in iterate()
|
D | teglMultiThreadTests.cpp | 480 case EGL_LUMINANCE_SIZE: return "EGL_LUMINANCE_SIZE"; in configAttributeToString() 642 EGL_LUMINANCE_SIZE, in runThread()
|
D | teglWideColorTests.cpp | 766 info.luminanceSize = eglu::getConfigAttribInt(egl, m_eglDisplay, config, EGL_LUMINANCE_SIZE); in writeEglConfig()
|
/external/swiftshader/src/OpenGL/libEGL/ |
D | Config.cpp | 273 case EGL_LUMINANCE_SIZE: mWantLuminance = isSpecified; break; in SortConfig() 393 …case EGL_LUMINANCE_SIZE: match = config->mLuminanceSize >= attribIt->second; … in getConfigs()
|
D | Display.cpp | 271 case EGL_LUMINANCE_SIZE: *value = configuration->mLuminanceSize; break; in getConfigAttrib()
|
/external/mesa3d/src/egl/main/ |
D | eglconfig.h | 131 ATTRIB_MAP(EGL_LUMINANCE_SIZE, LuminanceSize); in _eglOffsetOfConfig()
|
D | eglconfig.c | 161 { EGL_LUMINANCE_SIZE, ATTRIB_TYPE_INTEGER,
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/ |
D | egl.h | 125 #define EGL_LUMINANCE_SIZE 0x303D macro
|
/external/mesa3d/src/egl/drivers/haiku/ |
D | egl_haiku.cpp | 157 _eglSetConfigKey(&conf->base, EGL_LUMINANCE_SIZE, 0); in haiku_add_configs_for_visuals()
|
/external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/ |
D | ViEAndroidGLES20.java | 235 EGL10.EGL_LUMINANCE_SIZE, in printConfig()
|
/external/mesa3d/include/EGL/ |
D | egl.h | 188 #define EGL_LUMINANCE_SIZE 0x303D macro
|
/external/swiftshader/include/EGL/ |
D | egl.h | 188 #define EGL_LUMINANCE_SIZE 0x303D macro
|
/external/deqp/framework/egl/wrapper/ |
D | eglwEnumsC.inl | 91 #define EGL_LUMINANCE_SIZE 0x303D macro
|
D | eglwEnums.inl | 91 #define EGL_LUMINANCE_SIZE 0x303D macro
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.c | 170 [__DRI_ATTRIB_LUMINANCE_SIZE] = EGL_LUMINANCE_SIZE,
|