Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluConfigInfo.cpp42 case EGL_LUMINANCE_SIZE: return luminanceSize; in getAttribute()
79 egl.getConfigAttrib(display, config, EGL_LUMINANCE_SIZE, &dst->luminanceSize); in queryConfigInfo()
DegluStrUtil.inl82 case EGL_LUMINANCE_SIZE: return "EGL_LUMINANCE_SIZE";
DegluStrUtil.cpp69 case EGL_LUMINANCE_SIZE: in operator <<()
/external/deqp/modules/egl/
DteglChooseConfigTests.cpp254 { EGL_LUMINANCE_SIZE, 0 }, in getValue()
421 { EGL_LUMINANCE_SIZE, ChooseConfigRandomCase::getInt<0, 1>, }, in genRandomAttributes()
509 { EGL_LUMINANCE_SIZE, "luminance_size" }, in init()
579 EGL_LUMINANCE_SIZE, in init()
DteglChooseConfigReference.cpp241 …rules[EGL_LUMINANCE_SIZE] = AttribRule(EGL_LUMINANCE_SIZE, 0, CRITERIA_AT_LEAST, SORTORDER… in initAttribRules()
400 EGL_LUMINANCE_SIZE, in getSpecifiedLuminanceColors()
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()
DteglConfigList.cpp93 egl.getConfigAttrib(display, configs[i], EGL_LUMINANCE_SIZE, &val); in iterate()
DteglMultiThreadTests.cpp496 case EGL_LUMINANCE_SIZE: return "EGL_LUMINANCE_SIZE"; in configAttributeToString()
658 EGL_LUMINANCE_SIZE, in runThread()
/external/mesa3d/src/egl/main/
Deglconfig.h122 ATTRIB_MAP(EGL_LUMINANCE_SIZE, LuminanceSize); in _eglOffsetOfConfig()
Deglconfig.c156 { EGL_LUMINANCE_SIZE, ATTRIB_TYPE_INTEGER,
/external/mesa3d/include/EGL/
Degl.h124 #define EGL_LUMINANCE_SIZE 0x303D macro
/external/deqp/framework/egl/wrapper/
DeglwEnums.inl90 #define EGL_LUMINANCE_SIZE 0x303D macro
/external/robolectric/lib/main/
Dopengl-api-gl1.1-android-2.1_r1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/ ...
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c55 EGL_LUMINANCE_SIZE, /* __DRI_ATTRIB_LUMINANCE_SIZE */