/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLAndroidFrameBufferTargetTest.cpp | 67 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 D | EGLChooseConfigTest.cpp | 100 eglGetConfigAttrib(display, config, EGL_CONFIG_ID, &thisConfigID); in TEST_P() 106 eglGetConfigAttrib(display, defaultConfig, EGL_CONFIG_ID, &defaultConfigID); in TEST_P()
|
H A D | EGLNoConfigContextTest.cpp | 74 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 D | EGLQueryContextTest.cpp | 77 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 D | EGLPrintEGLinfoTest.cpp | 399 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 D | egluStrUtil.cpp | 66 case EGL_CONFIG_ID: in operator <<() 91 case EGL_CONFIG_ID: in operator <<() 110 case EGL_CONFIG_ID: in operator <<()
|
H A D | egluConfigInfo.cpp | 51 case EGL_CONFIG_ID: return configId; in getAttribute() 103 egl.getConfigAttrib(display, config, EGL_CONFIG_ID, &dst->configId); in queryCoreConfigInfo()
|
H A D | egluConfigFilter.cpp | 74 int CandidateConfig::id (void) const { return get(EGL_CONFIG_ID); } in id()
|
H A D | egluGLUtil.cpp | 245 { &glu::RenderConfig::id, EGL_CONFIG_ID }, in configMatches()
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglNegativeApiTests.cpp | 1017 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 D | teglChooseConfigReference.cpp | 257 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 D | teglQueryConfigTests.cpp | 265 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 D | teglChooseConfigTests.cpp | 263 //{ 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 D | teglSurfacelessContextTests.cpp | 77 const EGLint id = eglu::getConfigAttribInt(egl, display, config, EGL_CONFIG_ID); in executeForConfig()
|
H A D | teglQueryContextTests.cpp | 240 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 D | teglConfigList.cpp | 116 egl.getConfigAttrib(display, configs[i], EGL_CONFIG_ID, &val); in iterate()
|
/third_party/mesa3d/src/egl/main/ |
H A D | eglconfig.c | 182 { 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 D | eglconfig.h | 111 ATTRIB_MAP(EGL_CONFIG_ID, ConfigID); in _eglOffsetOfConfig()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcConfigListEGL.cpp | 104 int id = eglu::getConfigAttribInt(library, display, *cfgIter, EGL_CONFIG_ID); in getDefaultEglConfigList()
|
/third_party/EGL/api/1.2/EGL/ |
H A D | egl.h | 76 #define EGL_CONFIG_ID 0x3028 macro
|
/third_party/EGL/api/1.2/ |
H A D | egl.h | 72 #define EGL_CONFIG_ID 0x3028 macro
|
/third_party/EGL/api/1.1/EGL/ |
H A D | egl.h | 98 #define EGL_CONFIG_ID 0x3028 macro
|
/third_party/skia/third_party/externals/egl-registry/api/1.2/EGL/ |
H A D | egl.h | 72 #define EGL_CONFIG_ID 0x3028 macro
|
/third_party/skia/third_party/externals/egl-registry/api/1.1/EGL/ |
H A D | egl.h | 128 #define EGL_CONFIG_ID 0x3028 macro
|
/third_party/skia/third_party/externals/egl-registry/api/1.2/ |
H A D | egl.h | 72 #define EGL_CONFIG_ID 0x3028 macro
|