/external/deqp/modules/egl/ |
D | teglChooseConfigTests.cpp | 95 const EGLint aCaveat = eglu::getConfigAttribInt(egl, display, as[configNdx], EGL_CONFIG_CAVEAT); in configListEqual() 96 const EGLint bCaveat = eglu::getConfigAttribInt(egl, display, bs[configNdx], EGL_CONFIG_CAVEAT); in configListEqual() 260 { EGL_CONFIG_CAVEAT, EGL_DONT_CARE }, in getValue() 427 { EGL_CONFIG_CAVEAT, ChooseConfigRandomCase::getConfigCaveat, }, in genRandomAttributes() 515 { EGL_CONFIG_CAVEAT, "config_caveat" }, in init() 612 EGL_CONFIG_CAVEAT, in init()
|
D | teglSimpleConfigCase.cpp | 143 return c.get(EGL_CONFIG_CAVEAT) != EGL_NON_CONFORMANT_CONFIG; in isConformant()
|
D | teglChooseConfigReference.cpp | 247 …rules[EGL_CONFIG_CAVEAT] = AttribRule(EGL_CONFIG_CAVEAT, EGL_DONT_CARE, CRITERIA_EXACT, SOR… in initAttribRules()
|
D | teglQueryConfigTests.cpp | 375 case EGL_CONFIG_CAVEAT: in checkAttribute() 568 { EGL_CONFIG_CAVEAT, "config_caveat" }, in init()
|
D | teglConfigList.cpp | 112 egl.getConfigAttrib(display, configs[i], EGL_CONFIG_CAVEAT, &val); in iterate()
|
D | teglRenderCase.cpp | 397 return c.get(EGL_CONFIG_CAVEAT) != EGL_NON_CONFORMANT_CONFIG; in isConformant()
|
D | teglMultiThreadTests.cpp | 502 case EGL_CONFIG_CAVEAT: return "EGL_CONFIG_CAVEAT"; in configAttributeToString() 664 EGL_CONFIG_CAVEAT, in runThread()
|
/external/deqp/framework/egl/ |
D | egluConfigInfo.cpp | 48 case EGL_CONFIG_CAVEAT: return configCaveat; in getAttribute() 85 egl.getConfigAttrib(display, config, EGL_CONFIG_CAVEAT, (EGLint*)&dst->configCaveat); in queryConfigInfo()
|
D | egluStrUtil.inl | 88 case EGL_CONFIG_CAVEAT: return "EGL_CONFIG_CAVEAT";
|
D | egluStrUtil.cpp | 37 case EGL_CONFIG_CAVEAT: in operator <<()
|
/external/mesa3d/src/egl/drivers/glx/ |
D | egl_glx.c | 210 { GLX_CONFIG_CAVEAT, EGL_CONFIG_CAVEAT }, 301 case EGL_CONFIG_CAVEAT: in convert_fbconfig() 357 { GLX_VISUAL_CAVEAT_EXT, EGL_CONFIG_CAVEAT } 411 case EGL_CONFIG_CAVEAT: in convert_visual()
|
/external/mesa3d/src/egl/main/ |
D | eglconfig.h | 102 ATTRIB_MAP(EGL_CONFIG_CAVEAT, ConfigCaveat); in _eglOffsetOfConfig()
|
D | eglconfig.c | 174 { EGL_CONFIG_CAVEAT, ATTRIB_TYPE_ENUM, 296 case EGL_CONFIG_CAVEAT: in _eglValidateConfig()
|
/external/mesa3d/include/EGL/ |
D | egl.h | 103 #define EGL_CONFIG_CAVEAT 0x3027 macro
|
/external/deqp/framework/egl/wrapper/ |
D | eglwEnums.inl | 69 #define EGL_CONFIG_CAVEAT 0x3027 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 | 155 _eglSetConfigKey(&base, EGL_CONFIG_CAVEAT, value); in dri2_add_config()
|