/external/deqp/framework/egl/ |
D | egluConfigInfo.cpp | 42 case EGL_LUMINANCE_SIZE: return luminanceSize; in getAttribute() 79 egl.getConfigAttrib(display, config, EGL_LUMINANCE_SIZE, &dst->luminanceSize); in queryConfigInfo()
|
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 | 254 { 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()
|
D | teglChooseConfigReference.cpp | 241 …rules[EGL_LUMINANCE_SIZE] = AttribRule(EGL_LUMINANCE_SIZE, 0, CRITERIA_AT_LEAST, SORTORDER… in initAttribRules() 400 EGL_LUMINANCE_SIZE, in getSpecifiedLuminanceColors()
|
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 | teglConfigList.cpp | 93 egl.getConfigAttrib(display, configs[i], EGL_LUMINANCE_SIZE, &val); in iterate()
|
D | teglMultiThreadTests.cpp | 496 case EGL_LUMINANCE_SIZE: return "EGL_LUMINANCE_SIZE"; in configAttributeToString() 658 EGL_LUMINANCE_SIZE, in runThread()
|
/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/mesa3d/include/EGL/ |
D | egl.h | 124 #define EGL_LUMINANCE_SIZE 0x303D macro
|
/external/deqp/framework/egl/wrapper/ |
D | eglwEnums.inl | 90 #define EGL_LUMINANCE_SIZE 0x303D macro
|
/external/robolectric/lib/main/ |
D | opengl-api-gl1.1-android-2.1_r1.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/microedition/
javax/ ... |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/external/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.c | 55 EGL_LUMINANCE_SIZE, /* __DRI_ATTRIB_LUMINANCE_SIZE */
|