Home
last modified time | relevance | path

Searched refs:EGL_CONFIG_CAVEAT (Results 1 – 25 of 30) sorted by relevance

12

/external/deqp/modules/egl/
DteglChooseConfigTests.cpp97 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()
DteglSimpleConfigCase.cpp143 return c.get(EGL_CONFIG_CAVEAT) != EGL_NON_CONFORMANT_CONFIG; in isConformant()
DteglQueryConfigTests.cpp375 case EGL_CONFIG_CAVEAT: in checkAttribute()
568 { EGL_CONFIG_CAVEAT, "config_caveat" }, in init()
DteglConfigList.cpp112 egl.getConfigAttrib(display, configs[i], EGL_CONFIG_CAVEAT, &val); in iterate()
DteglChooseConfigReference.cpp300 …rules[EGL_CONFIG_CAVEAT] = AttribRule(EGL_CONFIG_CAVEAT, EGL_DONT_CARE, CRITERIA_EXACT, SOR… in getDefaultRules()
DteglRenderCase.cpp402 return c.get(EGL_CONFIG_CAVEAT) != EGL_NON_CONFORMANT_CONFIG; in isConformant()
DteglMultiThreadTests.cpp486 case EGL_CONFIG_CAVEAT: return "EGL_CONFIG_CAVEAT"; in configAttributeToString()
648 EGL_CONFIG_CAVEAT, in runThread()
/external/deqp/framework/egl/
DegluConfigInfo.cpp50 case EGL_CONFIG_CAVEAT: return configCaveat; in getAttribute()
99 egl.getConfigAttrib(display, config, EGL_CONFIG_CAVEAT, (EGLint*)&dst->configCaveat); in queryCoreConfigInfo()
DegluStrUtil.inl88 case EGL_CONFIG_CAVEAT: return "EGL_CONFIG_CAVEAT";
DegluStrUtil.cpp37 case EGL_CONFIG_CAVEAT: in operator <<()
/external/swiftshader/src/OpenGL/libEGL/
DConfig.cpp379 …case EGL_CONFIG_CAVEAT: match = config->mConfigCaveat == (EGLenum)attribIt->second; … in getConfigs()
423 if(attribIt->first == EGL_CONFIG_CAVEAT) in getConfigs()
DDisplay.cpp254 case EGL_CONFIG_CAVEAT: *value = configuration->mConfigCaveat; break; in getConfigAttrib()
/external/mesa3d/src/egl/main/
Deglconfig.h111 ATTRIB_MAP(EGL_CONFIG_CAVEAT, ConfigCaveat); in _eglOffsetOfConfig()
Deglconfig.c179 { EGL_CONFIG_CAVEAT, ATTRIB_TYPE_ENUM,
311 case EGL_CONFIG_CAVEAT: in _eglValidateConfig()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/util/
DEGLSurfaceTexture.java70 EGL14.EGL_CONFIG_CAVEAT, EGL14.EGL_NONE,
/external/angle/src/libANGLE/
DConfig.cpp272 case EGL_CONFIG_CAVEAT: in filter()
/external/cpuinfo/tools/
Dgpu-dump.c160 .id = EGL_CONFIG_CAVEAT,
/external/swiftshader/include/EGL/
Degl.h77 #define EGL_CONFIG_CAVEAT 0x3027 macro
/external/angle/src/libANGLE/renderer/gl/egl/
DDisplayEGL.cpp258 EGL_CONFIG_CAVEAT, EGL_NONE, EGL_CONFORMANT, esBit, in initialize()
438 getConfigAttrib(configs[i], EGL_CONFIG_CAVEAT, &config.configCaveat); in generateConfigs()
/external/deqp/framework/egl/wrapper/
DeglwEnumsC.inl70 #define EGL_CONFIG_CAVEAT 0x3027 macro
DeglwEnums.inl70 #define EGL_CONFIG_CAVEAT 0x3027 macro
/external/angle/include/EGL/
Degl.h62 #define EGL_CONFIG_CAVEAT 0x3027 macro
/external/mesa3d/include/EGL/
Degl.h81 #define EGL_CONFIG_CAVEAT 0x3027 macro
/external/angle/src/tests/egl_tests/
DEGLPrintEGLinfoTest.cpp395 EGLint caveatAttrib = GetAttrib(mDisplay, config, EGL_CONFIG_CAVEAT); in TEST_P()
/external/angle/src/libANGLE/renderer/gl/egl/gbm/
DDisplayGbm.cpp949 EGL_CONFIG_CAVEAT, EGL_NONE, in generateConfigs()

12