/external/deqp/modules/egl/ |
D | teglChooseConfigTests.cpp | 97 const EGLint aCaveat = eglu::getConfigAttribInt(egl, display, as[configNdx], EGL_CONFIG_CAVEAT); in configListEqual() 98 const EGLint bCaveat = eglu::getConfigAttribInt(egl, display, bs[configNdx], EGL_CONFIG_CAVEAT); in configListEqual() 262 { EGL_CONFIG_CAVEAT, EGL_DONT_CARE }, in getValue() 429 { EGL_CONFIG_CAVEAT, ChooseConfigRandomCase::getConfigCaveat, }, in genRandomAttributes() 553 { EGL_CONFIG_CAVEAT, "config_caveat" }, in init() 650 EGL_CONFIG_CAVEAT, in init()
|
D | teglSimpleConfigCase.cpp | 143 return c.get(EGL_CONFIG_CAVEAT) != EGL_NON_CONFORMANT_CONFIG; in isConformant()
|
D | teglQueryConfigTests.cpp | 375 case EGL_CONFIG_CAVEAT: in checkAttribute() 568 { EGL_CONFIG_CAVEAT, "config_caveat" }, in init()
|
D | teglChooseConfigReference.cpp | 300 …rules[EGL_CONFIG_CAVEAT] = AttribRule(EGL_CONFIG_CAVEAT, EGL_DONT_CARE, CRITERIA_EXACT, SOR… in getDefaultRules()
|
D | teglConfigList.cpp | 112 egl.getConfigAttrib(display, configs[i], EGL_CONFIG_CAVEAT, &val); in iterate()
|
D | teglRenderCase.cpp | 402 return c.get(EGL_CONFIG_CAVEAT) != EGL_NON_CONFORMANT_CONFIG; in isConformant()
|
D | teglMultiThreadTests.cpp | 486 case EGL_CONFIG_CAVEAT: return "EGL_CONFIG_CAVEAT"; in configAttributeToString() 648 EGL_CONFIG_CAVEAT, in runThread()
|
D | teglWideColorTests.cpp | 782 val = eglu::getConfigAttribInt(egl, m_eglDisplay, config, EGL_CONFIG_CAVEAT); in writeEglConfig()
|
/external/deqp/framework/egl/ |
D | egluConfigInfo.cpp | 50 case EGL_CONFIG_CAVEAT: return configCaveat; in getAttribute() 99 egl.getConfigAttrib(display, config, EGL_CONFIG_CAVEAT, (EGLint*)&dst->configCaveat); in queryCoreConfigInfo()
|
D | egluStrUtil.inl | 88 case EGL_CONFIG_CAVEAT: return "EGL_CONFIG_CAVEAT";
|
D | egluStrUtil.cpp | 37 case EGL_CONFIG_CAVEAT: in operator <<()
|
/external/swiftshader/src/OpenGL/libEGL/ |
D | Config.cpp | 377 …case EGL_CONFIG_CAVEAT: match = config->mConfigCaveat == (EGLenum)attribIt->second; … in getConfigs() 420 if(attribIt->first == EGL_CONFIG_CAVEAT) in getConfigs()
|
D | Display.cpp | 254 case EGL_CONFIG_CAVEAT: *value = configuration->mConfigCaveat; break; in getConfigAttrib()
|
/external/mesa3d/src/egl/main/ |
D | eglconfig.h | 111 ATTRIB_MAP(EGL_CONFIG_CAVEAT, ConfigCaveat); in _eglOffsetOfConfig()
|
D | eglconfig.c | 179 { EGL_CONFIG_CAVEAT, ATTRIB_TYPE_ENUM, 310 case EGL_CONFIG_CAVEAT: in _eglValidateConfig()
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/ |
D | egl.h | 103 #define EGL_CONFIG_CAVEAT 0x3027 macro
|
/external/mesa3d/src/egl/drivers/haiku/ |
D | egl_haiku.cpp | 165 _eglSetConfigKey(&conf->base, EGL_CONFIG_CAVEAT, EGL_NONE); in haiku_add_configs_for_visuals()
|
/external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/ |
D | ViEAndroidGLES20.java | 214 EGL10.EGL_CONFIG_CAVEAT, in printConfig()
|
/external/mesa3d/include/EGL/ |
D | egl.h | 77 #define EGL_CONFIG_CAVEAT 0x3027 macro
|
/external/swiftshader/include/EGL/ |
D | egl.h | 77 #define EGL_CONFIG_CAVEAT 0x3027 macro
|
/external/deqp/framework/egl/wrapper/ |
D | eglwEnumsC.inl | 70 #define EGL_CONFIG_CAVEAT 0x3027 macro
|
D | eglwEnums.inl | 70 #define EGL_CONFIG_CAVEAT 0x3027 macro
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.c | 248 _eglSetConfigKey(&base, EGL_CONFIG_CAVEAT, value); in dri2_add_config()
|