Home
last modified time | relevance | path

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

12

/external/deqp/framework/egl/
DegluStrUtil.inl66 case EGL_CONFIG_ID: return "EGL_CONFIG_ID";
89 case EGL_CONFIG_ID: return "EGL_CONFIG_ID";
115 case EGL_CONFIG_ID: return "EGL_CONFIG_ID";
DegluStrUtil.cpp65 case EGL_CONFIG_ID: in operator <<()
90 case EGL_CONFIG_ID: in operator <<()
109 case EGL_CONFIG_ID: in operator <<()
DegluConfigInfo.cpp49 case EGL_CONFIG_ID: return configId; in getAttribute()
86 egl.getConfigAttrib(display, config, EGL_CONFIG_ID, &dst->configId); in queryConfigInfo()
DegluConfigFilter.cpp61 int CandidateConfig::id (void) const { return get(EGL_CONFIG_ID); } in id()
DegluUtil.cpp181 attribs[EGL_CONFIG_ID] = id; in chooseConfigByID()
199 return getConfigAttribInt(egl, display, config, EGL_CONFIG_ID); in getConfigID()
DegluGLUtil.cpp199 { &glu::RenderConfig::id, EGL_CONFIG_ID }, in configMatches()
/external/deqp/modules/egl/
DteglNegativeApiTests.cpp989 expectFalse(eglQueryContext(EGL_NO_DISPLAY, DE_NULL, EGL_CONFIG_ID, &value)); in init()
992 expectFalse(eglQueryContext((EGLDisplay)-1, DE_NULL, EGL_CONFIG_ID, &value)); in init()
999 expectFalse(eglQueryContext(display, DE_NULL, EGL_CONFIG_ID, &value)); in init()
1002 expectFalse(eglQueryContext(display, DE_NULL, EGL_CONFIG_ID, &value)); in init()
1075 expectFalse(eglQuerySurface(EGL_NO_DISPLAY, DE_NULL, EGL_CONFIG_ID, &value)); in init()
1078 expectFalse(eglQuerySurface((EGLDisplay)-1, DE_NULL, EGL_CONFIG_ID, &value)); in init()
1085 expectFalse(eglQuerySurface(display, DE_NULL, EGL_CONFIG_ID, &value)); in init()
1088 expectFalse(eglQuerySurface(display, (EGLSurface)-1, EGL_CONFIG_ID, &value)); in init()
DteglChooseConfigReference.cpp202 SurfaceConfig::compareAttributeSmaller<EGL_CONFIG_ID> in compareTo()
248 …rules[EGL_CONFIG_ID] = AttribRule(EGL_CONFIG_ID, EGL_DONT_CARE, CRITERIA_EXACT, SORTORDER… in initAttribRules()
DteglQueryConfigTests.cpp252 eglGetConfigAttrib(m_display, config, EGL_CONFIG_ID, &id); in iterate()
346 if (attrib == EGL_CONFIG_ID && value < 1) in checkInteger()
569 { EGL_CONFIG_ID, "config_id" }, in init()
DteglChooseConfigTests.cpp290 if (name == EGL_CONFIG_ID) in getValue()
516 { EGL_CONFIG_ID, "config_id" }, in init()
613 EGL_CONFIG_ID, in init()
DteglCreateContextTests.cpp63 EGLint id = eglu::getConfigAttribInt(egl, display, config, EGL_CONFIG_ID); in executeForConfig()
DteglSurfacelessContextTests.cpp77 const EGLint id = eglu::getConfigAttribInt(egl, display, config, EGL_CONFIG_ID); in executeForConfig()
DteglQueryContextTests.cpp240 const EGLint configID = getContextAttrib(display, context, EGL_CONFIG_ID); in executeForContext()
241 …onst EGLint surfaceConfigID = eglu::getConfigAttribInt(egl, display, config.config, EGL_CONFIG_ID); in executeForContext()
DteglConfigList.cpp116 egl.getConfigAttrib(display, configs[i], EGL_CONFIG_ID, &val); in iterate()
DteglMultiThreadTests.cpp503 case EGL_CONFIG_ID: return "EGL_CONFIG_ID"; in configAttributeToString()
665 EGL_CONFIG_ID, in runThread()
1413 EGL_CONFIG_ID, in querySetSharedObjects()
DteglQuerySurfaceTests.cpp74 EGL_CONFIG_ID, in logCommonSurfaceAttributes()
127 const EGLint id = eglu::querySurfaceInt(egl, display, surface, EGL_CONFIG_ID); in checkCommonAttributes()
DteglSwapBuffersTests.cpp114 EGLU_CHECK_CALL(egl, getConfigAttrib(display, config , EGL_CONFIG_ID, &id)); in getConfigIdString()
DteglResizeTests.cpp163 EGL_CONFIG_ID); in init()
/external/mesa3d/src/egl/main/
Deglconfig.c177 { EGL_CONFIG_ID, ATTRIB_TYPE_INTEGER,
274 case EGL_CONFIG_ID: in _eglValidateConfig()
541 if (attr != EGL_CONFIG_ID) in _eglParseConfigAttribList()
Deglconfig.h103 ATTRIB_MAP(EGL_CONFIG_ID, ConfigID); in _eglOffsetOfConfig()
Deglcontext.c424 case EGL_CONFIG_ID: in _eglQueryContext()
Deglsurface.c362 case EGL_CONFIG_ID: in _eglQuerySurface()
/external/mesa3d/include/EGL/
Degl.h104 #define EGL_CONFIG_ID 0x3028 macro
/external/deqp/framework/egl/wrapper/
DeglwEnums.inl70 #define EGL_CONFIG_ID 0x3028 macro
/external/robolectric/lib/main/
Dopengl-api-gl1.1-android-2.1_r1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/ ...

12