Home
last modified time | relevance | path

Searched refs:EGL_CONFIG_ID (Results 1 – 25 of 32) 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.cpp51 case EGL_CONFIG_ID: return configId; in getAttribute()
100 egl.getConfigAttrib(display, config, EGL_CONFIG_ID, &dst->configId); in queryCoreConfigInfo()
DegluConfigFilter.cpp74 int CandidateConfig::id (void) const { return get(EGL_CONFIG_ID); } in id()
DegluGLUtil.cpp199 { &glu::RenderConfig::id, EGL_CONFIG_ID }, in configMatches()
DegluUtil.cpp181 attribs[EGL_CONFIG_ID] = id; in chooseConfigByID()
199 return getConfigAttribInt(egl, display, config, EGL_CONFIG_ID); in getConfigID()
/external/deqp/modules/egl/
DteglNegativeApiTests.cpp993 expectFalse(eglQueryContext(EGL_NO_DISPLAY, DE_NULL, EGL_CONFIG_ID, &value)); in init()
996 expectFalse(eglQueryContext((EGLDisplay)-1, DE_NULL, EGL_CONFIG_ID, &value)); in init()
1003 expectFalse(eglQueryContext(display, DE_NULL, EGL_CONFIG_ID, &value)); in init()
1006 expectFalse(eglQueryContext(display, DE_NULL, EGL_CONFIG_ID, &value)); in init()
1079 expectFalse(eglQuerySurface(EGL_NO_DISPLAY, DE_NULL, EGL_CONFIG_ID, &value)); in init()
1082 expectFalse(eglQuerySurface((EGLDisplay)-1, DE_NULL, EGL_CONFIG_ID, &value)); in init()
1089 expectFalse(eglQuerySurface(display, DE_NULL, EGL_CONFIG_ID, &value)); in init()
1092 expectFalse(eglQuerySurface(display, (EGLSurface)-1, EGL_CONFIG_ID, &value)); in init()
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()
DteglChooseConfigReference.cpp257 SurfaceConfig::compareAttributeSmaller<EGL_CONFIG_ID> in compareTo()
301 …rules[EGL_CONFIG_ID] = AttribRule(EGL_CONFIG_ID, EGL_DONT_CARE, CRITERIA_EXACT, SORTORDER… in getDefaultRules()
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()
/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/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/surfaceview/
DGdxEglConfigChooser.java167 …D_SIZE, EGL10.EGL_DEPTH_SIZE, EGL10.EGL_STENCIL_SIZE, EGL10.EGL_CONFIG_CAVEAT, EGL10.EGL_CONFIG_ID, in printConfig()
DGLSurfaceView20.java261 …D_SIZE, EGL10.EGL_DEPTH_SIZE, EGL10.EGL_STENCIL_SIZE, EGL10.EGL_CONFIG_CAVEAT, EGL10.EGL_CONFIG_ID, in printConfig()
DGLSurfaceView20API18.java244 …D_SIZE, EGL10.EGL_DEPTH_SIZE, EGL10.EGL_STENCIL_SIZE, EGL10.EGL_CONFIG_CAVEAT, EGL10.EGL_CONFIG_ID, in printConfig()
/external/mesa3d/include/EGL/
Degl.h104 #define EGL_CONFIG_ID 0x3028 macro
/external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
DViEAndroidGLES20.java215 EGL10.EGL_CONFIG_ID, in printConfig()

12