Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluConfigInfo.cpp38 case EGL_LUMINANCE_SIZE: return luminanceSize; in getAttribute()
75 eglGetConfigAttrib(display, config, EGL_LUMINANCE_SIZE, &dst->luminanceSize); in queryConfigInfo()
DegluStrUtil.inl80 case EGL_LUMINANCE_SIZE: return "EGL_LUMINANCE_SIZE";
DegluStrUtil.cpp75 case EGL_LUMINANCE_SIZE: in operator <<()
/external/chromium_org/third_party/angle/src/libEGL/
DConfig.cpp166 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()
DDisplay.cpp177 case EGL_LUMINANCE_SIZE: *value = configuration->mLuminanceSize; break; in getConfigAttrib()
/external/deqp/modules/egl/
DteglChooseConfigTests.cpp212 { 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()
DteglChooseConfigReference.cpp212 …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()
DteglQueryConfigTests.cpp60 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()
DteglConfigList.cpp91 eglGetConfigAttrib(display, configs[i], EGL_LUMINANCE_SIZE, &val); in iterate()
DteglMultiThreadTests.cpp460 case EGL_LUMINANCE_SIZE: return "EGL_LUMINANCE_SIZE"; in configAttributeToString()
626 EGL_LUMINANCE_SIZE, in runThread()
/external/chromium_org/gpu/gles2_conform_support/egl/
Dconfig.cc62 case EGL_LUMINANCE_SIZE: in GetAttrib()
/external/chromium_org/third_party/mesa/src/src/egl/main/
Deglconfig.h122 ATTRIB_MAP(EGL_LUMINANCE_SIZE, LuminanceSize); in _eglOffsetOfConfig()
Deglconfig.c156 { EGL_LUMINANCE_SIZE, ATTRIB_TYPE_INTEGER,
/external/mesa3d/src/egl/main/
Deglconfig.h122 ATTRIB_MAP(EGL_LUMINANCE_SIZE, LuminanceSize); in _eglOffsetOfConfig()
Deglconfig.c156 { EGL_LUMINANCE_SIZE, ATTRIB_TYPE_INTEGER,
/external/chromium_org/ppapi/lib/gl/include/EGL/
Degl.h124 #define EGL_LUMINANCE_SIZE 0x303D macro
/external/mesa3d/include/EGL/
Degl.h124 #define EGL_LUMINANCE_SIZE 0x303D macro
/external/chromium_org/third_party/mesa/src/include/EGL/
Degl.h124 #define EGL_LUMINANCE_SIZE 0x303D macro
/external/chromium_org/third_party/khronos/EGL/
Degl.h124 #define EGL_LUMINANCE_SIZE 0x303D macro
/external/chromium_org/third_party/angle/include/EGL/
Degl.h188 #define EGL_LUMINANCE_SIZE 0x303D macro
/external/chromium_org/third_party/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
DViEAndroidGLES20.java234 EGL10.EGL_LUMINANCE_SIZE, in printConfig()
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c55 EGL_LUMINANCE_SIZE, /* __DRI_ATTRIB_LUMINANCE_SIZE */
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
Degl_dri2.c55 EGL_LUMINANCE_SIZE, /* __DRI_ATTRIB_LUMINANCE_SIZE */