/external/deqp/framework/egl/ |
D | egluConfigInfo.cpp | 38 case EGL_LUMINANCE_SIZE: return luminanceSize; in getAttribute() 75 eglGetConfigAttrib(display, config, EGL_LUMINANCE_SIZE, &dst->luminanceSize); in queryConfigInfo()
|
D | egluStrUtil.inl | 80 case EGL_LUMINANCE_SIZE: return "EGL_LUMINANCE_SIZE";
|
D | egluStrUtil.cpp | 75 case EGL_LUMINANCE_SIZE: in operator <<()
|
/external/chromium_org/third_party/angle/src/libEGL/ |
D | Config.cpp | 166 case EGL_LUMINANCE_SIZE: mWantLuminance = true; break; in scanForWantedComponents() 236 EGL_LUMINANCE_SIZE, 1, 294 …case EGL_LUMINANCE_SIZE: match = config->mLuminanceSize >= attribute[1]; … in getConfigs()
|
D | Display.cpp | 177 case EGL_LUMINANCE_SIZE: *value = configuration->mLuminanceSize; break; in getConfigAttrib()
|
/external/deqp/modules/egl/ |
D | teglChooseConfigTests.cpp | 212 { EGL_LUMINANCE_SIZE, 0 }, in getValue() 380 { EGL_LUMINANCE_SIZE, ChooseConfigRandomCase::getInt<0, 1>, }, in genRandomAttributes() 468 { EGL_LUMINANCE_SIZE, "luminance_size" }, in init() 538 EGL_LUMINANCE_SIZE, in init()
|
D | teglChooseConfigReference.cpp | 212 …rules[EGL_LUMINANCE_SIZE] = AttribRule(EGL_LUMINANCE_SIZE, 0, CRITERIA_AT_LEAST, SORTORDER… in initAttribRules() 331 const EGLenum bitAttribs[] = { EGL_RED_SIZE, EGL_GREEN_SIZE, EGL_BLUE_SIZE, EGL_LUMINANCE_SIZE }; in isColorBitsUnspecified()
|
D | teglQueryConfigTests.cpp | 60 case EGL_LUMINANCE_SIZE: in isAttributePresent() 417 const EGLint luminanceSize = getValue(config, EGL_LUMINANCE_SIZE); in executeTest() 534 { EGL_LUMINANCE_SIZE, "luminance_size" }, in init()
|
D | teglConfigList.cpp | 91 eglGetConfigAttrib(display, configs[i], EGL_LUMINANCE_SIZE, &val); in iterate()
|
D | teglMultiThreadTests.cpp | 460 case EGL_LUMINANCE_SIZE: return "EGL_LUMINANCE_SIZE"; in configAttributeToString() 626 EGL_LUMINANCE_SIZE, in runThread()
|
/external/chromium_org/gpu/gles2_conform_support/egl/ |
D | config.cc | 62 case EGL_LUMINANCE_SIZE: in GetAttrib()
|
/external/chromium_org/third_party/mesa/src/src/egl/main/ |
D | eglconfig.h | 122 ATTRIB_MAP(EGL_LUMINANCE_SIZE, LuminanceSize); in _eglOffsetOfConfig()
|
D | eglconfig.c | 156 { EGL_LUMINANCE_SIZE, ATTRIB_TYPE_INTEGER,
|
/external/mesa3d/src/egl/main/ |
D | eglconfig.h | 122 ATTRIB_MAP(EGL_LUMINANCE_SIZE, LuminanceSize); in _eglOffsetOfConfig()
|
D | eglconfig.c | 156 { EGL_LUMINANCE_SIZE, ATTRIB_TYPE_INTEGER,
|
/external/chromium_org/ppapi/lib/gl/include/EGL/ |
D | egl.h | 124 #define EGL_LUMINANCE_SIZE 0x303D macro
|
/external/mesa3d/include/EGL/ |
D | egl.h | 124 #define EGL_LUMINANCE_SIZE 0x303D macro
|
/external/chromium_org/third_party/mesa/src/include/EGL/ |
D | egl.h | 124 #define EGL_LUMINANCE_SIZE 0x303D macro
|
/external/chromium_org/third_party/khronos/EGL/ |
D | egl.h | 124 #define EGL_LUMINANCE_SIZE 0x303D macro
|
/external/chromium_org/third_party/angle/include/EGL/ |
D | egl.h | 188 #define EGL_LUMINANCE_SIZE 0x303D macro
|
/external/chromium_org/third_party/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/ |
D | ViEAndroidGLES20.java | 234 EGL10.EGL_LUMINANCE_SIZE, in printConfig()
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.c | 55 EGL_LUMINANCE_SIZE, /* __DRI_ATTRIB_LUMINANCE_SIZE */
|
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/ |
D | egl_dri2.c | 55 EGL_LUMINANCE_SIZE, /* __DRI_ATTRIB_LUMINANCE_SIZE */
|