Home
last modified time | relevance | path

Searched refs:EGL_CONFIG_ID (Results 1 - 25 of 56) sorted by relevance

123

/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLAndroidFrameBufferTargetTest.cpp67 return GetAttrib(mDisplay, a, EGL_CONFIG_ID) < GetAttrib(mDisplay, b, EGL_CONFIG_ID); in TEST_P()
84 return GetAttrib(mDisplay, a, EGL_CONFIG_ID) < GetAttrib(mDisplay, b, EGL_CONFIG_ID); in TEST_P()
H A DEGLChooseConfigTest.cpp100 eglGetConfigAttrib(display, config, EGL_CONFIG_ID, &thisConfigID); in TEST_P()
106 eglGetConfigAttrib(display, defaultConfig, EGL_CONFIG_ID, &defaultConfigID); in TEST_P()
H A DEGLNoConfigContextTest.cpp74 EXPECT_EGL_TRUE(eglQueryContext(mDisplay, mContext, EGL_CONFIG_ID, &configId)); in TEST_P()
100 EXPECT_EGL_TRUE(eglGetConfigAttrib(mDisplay, config, EGL_CONFIG_ID, &configId)); in TEST_P()
H A DEGLQueryContextTest.cpp77 EXPECT_TRUE(eglGetConfigAttrib(mDisplay, mConfig, EGL_CONFIG_ID, &configId) != EGL_FALSE); in TEST_P()
78 EXPECT_TRUE(eglQueryContext(mDisplay, mContext, EGL_CONFIG_ID, &contextConfigId) != EGL_FALSE); in TEST_P()
H A DEGLPrintEGLinfoTest.cpp399 return GetAttrib(mDisplay, a, EGL_CONFIG_ID) < GetAttrib(mDisplay, b, EGL_CONFIG_ID); in TEST_P()
408 std::cout << " Config: " << GetAttrib(mDisplay, config, EGL_CONFIG_ID) << std::endl; in TEST_P()
/third_party/vk-gl-cts/framework/egl/
H A DegluStrUtil.cpp66 case EGL_CONFIG_ID: in operator <<()
91 case EGL_CONFIG_ID: in operator <<()
110 case EGL_CONFIG_ID: in operator <<()
H A DegluConfigInfo.cpp51 case EGL_CONFIG_ID: return configId; in getAttribute()
103 egl.getConfigAttrib(display, config, EGL_CONFIG_ID, &dst->configId); in queryCoreConfigInfo()
H A DegluConfigFilter.cpp74 int CandidateConfig::id (void) const { return get(EGL_CONFIG_ID); } in id()
H A DegluGLUtil.cpp245 { &glu::RenderConfig::id, EGL_CONFIG_ID }, in configMatches()
/third_party/vk-gl-cts/modules/egl/
H A DteglNegativeApiTests.cpp1017 expectFalse(eglQueryContext(EGL_NO_DISPLAY, DE_NULL, EGL_CONFIG_ID, &value)); in init()
1020 expectFalse(eglQueryContext((EGLDisplay)-1, DE_NULL, EGL_CONFIG_ID, &value)); in init()
1027 expectFalse(eglQueryContext(display, DE_NULL, EGL_CONFIG_ID, &value)); in init()
1030 expectFalse(eglQueryContext(display, DE_NULL, EGL_CONFIG_ID, &value)); in init()
1103 expectFalse(eglQuerySurface(EGL_NO_DISPLAY, DE_NULL, EGL_CONFIG_ID, &value)); in init()
1106 expectFalse(eglQuerySurface((EGLDisplay)-1, DE_NULL, EGL_CONFIG_ID, &value)); in init()
1113 expectFalse(eglQuerySurface(display, DE_NULL, EGL_CONFIG_ID, &value)); in init()
1116 expectFalse(eglQuerySurface(display, (EGLSurface)-1, EGL_CONFIG_ID, &value)); in init()
H A DteglChooseConfigReference.cpp257 SurfaceConfig::compareAttributeSmaller<EGL_CONFIG_ID> in compareTo()
301 rules[EGL_CONFIG_ID] = AttribRule(EGL_CONFIG_ID, EGL_DONT_CARE, CRITERIA_EXACT, SORTORDER_SMALLER); // 11 in getDefaultRules()
411 if (rule.name == EGL_CONFIG_ID) in isMatch()
H A DteglQueryConfigTests.cpp265 eglGetConfigAttrib(m_display, config, EGL_CONFIG_ID, &id); in iterate()
359 if (attrib == EGL_CONFIG_ID && value < 1) in checkInteger()
588 { EGL_CONFIG_ID, "config_id" }, in init()
H A DteglChooseConfigTests.cpp263 //{ EGL_CONFIG_ID, EGL_DONT_CARE }, in getValue()
293 if (name == EGL_CONFIG_ID) in getValue()
441 // { EGL_CONFIG_ID, 0/*special*/, }, in genRandomAttributes()
566 { EGL_CONFIG_ID, "config_id" }, in init()
664 EGL_CONFIG_ID, in init()
H A DteglSurfacelessContextTests.cpp77 const EGLint id = eglu::getConfigAttribInt(egl, display, config, EGL_CONFIG_ID); in executeForConfig()
H A DteglQueryContextTests.cpp240 const EGLint configID = getContextAttrib(display, context, EGL_CONFIG_ID); in executeForContext()
241 const EGLint surfaceConfigID = eglu::getConfigAttribInt(egl, display, config.config, EGL_CONFIG_ID); in executeForContext()
H A DteglConfigList.cpp116 egl.getConfigAttrib(display, configs[i], EGL_CONFIG_ID, &val); in iterate()
/third_party/mesa3d/src/egl/main/
H A Deglconfig.c182 { EGL_CONFIG_ID, ATTRIB_TYPE_INTEGER,
289 case EGL_CONFIG_ID: in _eglValidateConfig()
557 /* ignore other attributes when EGL_CONFIG_ID is given */ in _eglParseConfigAttribList()
561 if (attr != EGL_CONFIG_ID) in _eglParseConfigAttribList()
584 * EGL_CONFIG_ID is not compared.
H A Deglconfig.h111 ATTRIB_MAP(EGL_CONFIG_ID, ConfigID); in _eglOffsetOfConfig()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcConfigListEGL.cpp104 int id = eglu::getConfigAttribInt(library, display, *cfgIter, EGL_CONFIG_ID); in getDefaultEglConfigList()
/third_party/EGL/api/1.2/EGL/
H A Degl.h76 #define EGL_CONFIG_ID 0x3028 macro
/third_party/EGL/api/1.2/
H A Degl.h72 #define EGL_CONFIG_ID 0x3028 macro
/third_party/EGL/api/1.1/EGL/
H A Degl.h98 #define EGL_CONFIG_ID 0x3028 macro
/third_party/skia/third_party/externals/egl-registry/api/1.2/EGL/
H A Degl.h72 #define EGL_CONFIG_ID 0x3028 macro
/third_party/skia/third_party/externals/egl-registry/api/1.1/EGL/
H A Degl.h128 #define EGL_CONFIG_ID 0x3028 macro
/third_party/skia/third_party/externals/egl-registry/api/1.2/
H A Degl.h72 #define EGL_CONFIG_ID 0x3028 macro

Completed in 19 milliseconds

123