/external/deqp/framework/egl/ |
D | egluStrUtil.inl | 66 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";
|
D | egluStrUtil.cpp | 65 case EGL_CONFIG_ID: in operator <<() 90 case EGL_CONFIG_ID: in operator <<() 109 case EGL_CONFIG_ID: in operator <<()
|
D | egluConfigInfo.cpp | 51 case EGL_CONFIG_ID: return configId; in getAttribute() 100 egl.getConfigAttrib(display, config, EGL_CONFIG_ID, &dst->configId); in queryCoreConfigInfo()
|
D | egluConfigFilter.cpp | 74 int CandidateConfig::id (void) const { return get(EGL_CONFIG_ID); } in id()
|
D | egluGLUtil.cpp | 199 { &glu::RenderConfig::id, EGL_CONFIG_ID }, in configMatches()
|
D | egluUtil.cpp | 181 attribs[EGL_CONFIG_ID] = id; in chooseConfigByID() 199 return getConfigAttribInt(egl, display, config, EGL_CONFIG_ID); in getConfigID()
|
/external/deqp/modules/egl/ |
D | teglNegativeApiTests.cpp | 993 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()
|
D | teglQueryConfigTests.cpp | 252 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()
|
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… in getDefaultRules()
|
D | teglChooseConfigTests.cpp | 290 if (name == EGL_CONFIG_ID) in getValue() 516 { EGL_CONFIG_ID, "config_id" }, in init() 613 EGL_CONFIG_ID, in init()
|
D | teglCreateContextTests.cpp | 63 EGLint id = eglu::getConfigAttribInt(egl, display, config, EGL_CONFIG_ID); in executeForConfig()
|
D | teglSurfacelessContextTests.cpp | 77 const EGLint id = eglu::getConfigAttribInt(egl, display, config, EGL_CONFIG_ID); in executeForConfig()
|
D | teglQueryContextTests.cpp | 240 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()
|
D | teglConfigList.cpp | 116 egl.getConfigAttrib(display, configs[i], EGL_CONFIG_ID, &val); in iterate()
|
D | teglMultiThreadTests.cpp | 503 case EGL_CONFIG_ID: return "EGL_CONFIG_ID"; in configAttributeToString() 665 EGL_CONFIG_ID, in runThread() 1413 EGL_CONFIG_ID, in querySetSharedObjects()
|
D | teglQuerySurfaceTests.cpp | 74 EGL_CONFIG_ID, in logCommonSurfaceAttributes() 127 const EGLint id = eglu::querySurfaceInt(egl, display, surface, EGL_CONFIG_ID); in checkCommonAttributes()
|
/external/mesa3d/src/egl/main/ |
D | eglconfig.c | 177 { EGL_CONFIG_ID, ATTRIB_TYPE_INTEGER, 274 case EGL_CONFIG_ID: in _eglValidateConfig() 541 if (attr != EGL_CONFIG_ID) in _eglParseConfigAttribList()
|
D | eglconfig.h | 103 ATTRIB_MAP(EGL_CONFIG_ID, ConfigID); in _eglOffsetOfConfig()
|
D | eglcontext.c | 424 case EGL_CONFIG_ID: in _eglQueryContext()
|
D | eglsurface.c | 362 case EGL_CONFIG_ID: in _eglQuerySurface()
|
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/surfaceview/ |
D | GdxEglConfigChooser.java | 167 …D_SIZE, EGL10.EGL_DEPTH_SIZE, EGL10.EGL_STENCIL_SIZE, EGL10.EGL_CONFIG_CAVEAT, EGL10.EGL_CONFIG_ID, in printConfig()
|
D | GLSurfaceView20.java | 261 …D_SIZE, EGL10.EGL_DEPTH_SIZE, EGL10.EGL_STENCIL_SIZE, EGL10.EGL_CONFIG_CAVEAT, EGL10.EGL_CONFIG_ID, in printConfig()
|
D | GLSurfaceView20API18.java | 244 …D_SIZE, EGL10.EGL_DEPTH_SIZE, EGL10.EGL_STENCIL_SIZE, EGL10.EGL_CONFIG_CAVEAT, EGL10.EGL_CONFIG_ID, in printConfig()
|
/external/mesa3d/include/EGL/ |
D | egl.h | 104 #define EGL_CONFIG_ID 0x3028 macro
|
/external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/ |
D | ViEAndroidGLES20.java | 215 EGL10.EGL_CONFIG_ID, in printConfig()
|