Home
last modified time | relevance | path

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

/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.cpp766 info.luminanceSize = eglu::getConfigAttribInt(egl, m_eglDisplay, config, EGL_LUMINANCE_SIZE); in writeEglConfig()
/external/swiftshader/src/OpenGL/libEGL/
DConfig.cpp273 case EGL_LUMINANCE_SIZE: mWantLuminance = isSpecified; break; in SortConfig()
393 …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/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
Degl.h125 #define EGL_LUMINANCE_SIZE 0x303D macro
/external/mesa3d/src/egl/drivers/haiku/
Degl_haiku.cpp157 _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/
DViEAndroidGLES20.java235 EGL10.EGL_LUMINANCE_SIZE, in printConfig()
/external/mesa3d/include/EGL/
Degl.h188 #define EGL_LUMINANCE_SIZE 0x303D macro
/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/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c170 [__DRI_ATTRIB_LUMINANCE_SIZE] = EGL_LUMINANCE_SIZE,