/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLCreateContextAttribsTest.cpp | 42 EGLConfig config = EGL_NO_CONFIG_KHR; in TEST_P() 98 EGLConfig notGLES1Config = EGL_NO_CONFIG_KHR; in TEST_P() 99 EGLConfig notGLES2Config = EGL_NO_CONFIG_KHR; in TEST_P() 100 EGLConfig notGLES3Config = EGL_NO_CONFIG_KHR; in TEST_P() 108 if (((value & EGL_OPENGL_ES_BIT) == 0) && (notGLES1Config == EGL_NO_CONFIG_KHR)) in TEST_P() 113 if (((value & EGL_OPENGL_ES2_BIT) == 0) && (notGLES2Config == EGL_NO_CONFIG_KHR)) in TEST_P() 118 if (((value & EGL_OPENGL_ES3_BIT) == 0) && (notGLES3Config == EGL_NO_CONFIG_KHR)) in TEST_P() 128 if (notGLES1Config != EGL_NO_CONFIG_KHR) in TEST_P() 138 if (notGLES2Config != EGL_NO_CONFIG_KHR) in TEST_P() 148 if (notGLES3Config != EGL_NO_CONFIG_KHR) in TEST_P()
|
D | EGLProtectedContentTest.cpp | 374 EGLConfig config = EGL_NO_CONFIG_KHR; in pbufferTest() 376 ANGLE_SKIP_TEST_IF(config == EGL_NO_CONFIG_KHR); in pbufferTest() 416 EGLConfig config = EGL_NO_CONFIG_KHR; in windowTest() 418 ANGLE_SKIP_TEST_IF(config == EGL_NO_CONFIG_KHR); in windowTest() 489 EGLConfig config = EGL_NO_CONFIG_KHR; in textureTest() 491 ANGLE_SKIP_TEST_IF(config == EGL_NO_CONFIG_KHR); in textureTest() 568 EGLConfig config = EGL_NO_CONFIG_KHR; in textureFromImageTest() 570 ANGLE_SKIP_TEST_IF(config == EGL_NO_CONFIG_KHR); in textureFromImageTest() 660 EGLConfig config = EGL_NO_CONFIG_KHR; in textureFromPbufferTest() 662 ANGLE_SKIP_TEST_IF(config == EGL_NO_CONFIG_KHR); in textureFromPbufferTest() [all …]
|
D | EGLBufferAgeTest.cpp | 111 EGLConfig config = EGL_NO_CONFIG_KHR; in TEST_P() 166 EGLConfig config = EGL_NO_CONFIG_KHR; in TEST_P() 234 EGLConfig config = EGL_NO_CONFIG_KHR; in TEST_P() 284 EGLConfig config = EGL_NO_CONFIG_KHR; in TEST_P()
|
D | EGLContextSharingTest.cpp | 663 EGLConfig config = EGL_NO_CONFIG_KHR; in TEST_P() 714 config = EGL_NO_CONFIG_KHR; in TEST_P() 774 EGLConfig config = EGL_NO_CONFIG_KHR; in TEST_P() 825 config = EGL_NO_CONFIG_KHR; in TEST_P() 900 EGLConfig config = EGL_NO_CONFIG_KHR; in TEST_P()
|
D | EGLNoConfigContextTest.cpp | 42 mContext = eglCreateContext(mDisplay, EGL_NO_CONFIG_KHR, nullptr, ctxattrs); in testSetUp()
|
D | EGLQueryContextTest.cpp | 69 EGLConfig mConfig = EGL_NO_CONFIG_KHR;
|
D | EGLMultiContextTest.cpp | 312 EGLConfig config = EGL_NO_CONFIG_KHR; in TEST_P()
|
/third_party/EGL/extensions/KHR/ |
D | EGL_KHR_no_config_context.txt | 76 EGL_NO_CONFIG_KHR ((EGLConfig)0) 116 <config> is EGL_NO_CONFIG_KHR, the resulting context is said to be 129 EGL_NO_CONFIG_KHR nor a valid <config>. 131 * An EGL_BAD_MATCH error is generated if <config> is EGL_NO_CONFIG_KHR, 135 * An EGL_BAD_MATCH error is generated if <config> is EGL_NO_CONFIG_KHR, 235 Version 9. 2016/09/08 (Jon Leech) - Modify cast of EGL_NO_CONFIG_KHR to
|
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/ |
D | EGL_KHR_no_config_context.txt | 76 EGL_NO_CONFIG_KHR ((EGLConfig)0) 116 <config> is EGL_NO_CONFIG_KHR, the resulting context is said to be 129 EGL_NO_CONFIG_KHR nor a valid <config>. 131 * An EGL_BAD_MATCH error is generated if <config> is EGL_NO_CONFIG_KHR, 135 * An EGL_BAD_MATCH error is generated if <config> is EGL_NO_CONFIG_KHR, 235 Version 9. 2016/09/08 (Jon Leech) - Modify cast of EGL_NO_CONFIG_KHR to
|
/third_party/weston/shared/ |
D | weston-egl-ext.h | 156 #ifndef EGL_NO_CONFIG_KHR 157 #define EGL_NO_CONFIG_KHR ((EGLConfig)0) macro
|
/third_party/weston/libweston/renderer-gl/ |
D | egl-glue.c | 341 if (config == EGL_NO_CONFIG_KHR) in egl_config_is_compatible() 435 return EGL_NO_CONFIG_KHR; in gl_renderer_get_egl_config() 443 if (gr->egl_config != EGL_NO_CONFIG_KHR && in gl_renderer_get_egl_config() 452 return EGL_NO_CONFIG_KHR; in gl_renderer_get_egl_config()
|
D | gl-renderer.c | 3257 if (egl_config == EGL_NO_CONFIG_KHR) in gl_renderer_create_window_surface() 3344 if (pbuffer_config == EGL_NO_CONFIG_KHR) { in gl_renderer_output_pbuffer_create() 3582 if (pbuffer_config == EGL_NO_CONFIG_KHR) { in gl_renderer_create_pbuffer_surface() 3587 if (pbuffer_config == EGL_NO_CONFIG_KHR) { in gl_renderer_create_pbuffer_surface() 3664 if (gr->egl_config == EGL_NO_CONFIG_KHR) { in gl_renderer_display_create()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
D | DisplayEGL.h | 144 EGLConfig mConfig = EGL_NO_CONFIG_KHR;
|
D | DisplayEGL.cpp | 313 if (mConfig == EGL_NO_CONFIG_KHR) in initialize() 472 return new ExternalSurfaceEGL(state, mEGL, EGL_NO_CONFIG_KHR, in createPbufferFromClientBuffer()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | validationEGL.cpp | 1165 if (context->getConfig() == EGL_NO_CONFIG_KHR) in ValidateCompatibleSurface() 2283 if (configuration == EGL_NO_CONFIG_KHR) in ValidateCreateContext() 2288 if ((configuration != EGL_NO_CONFIG_KHR) && in ValidateCreateContext() 2302 if ((configuration != EGL_NO_CONFIG_KHR) && in ValidateCreateContext() 2315 if ((configuration != EGL_NO_CONFIG_KHR) && in ValidateCreateContext()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/android/ |
D | DisplayAndroid.cpp | 148 mConfig = EGL_NO_CONFIG_KHR; in initialize()
|
/third_party/weston/clients/ |
D | simple-dmabuf-egl.c | 1182 display->egl.conf = EGL_NO_CONFIG_KHR; in display_set_up_egl()
|
D | simple-dmabuf-egl-hos.c | 1232 display->egl.conf = EGL_NO_CONFIG_KHR; in display_set_up_egl()
|
/third_party/skia/third_party/externals/egl-registry/api/EGL/ |
D | eglext.h | 276 #define EGL_NO_CONFIG_KHR EGL_CAST(EGLConfig,0) macro
|
/third_party/skia/third_party/externals/swiftshader/include/EGL/ |
D | eglext.h | 276 #define EGL_NO_CONFIG_KHR EGL_CAST(EGLConfig,0) macro
|
/third_party/flutter/skia/third_party/externals/angle2/include/EGL/ |
D | eglext.h | 276 #define EGL_NO_CONFIG_KHR EGL_CAST(EGLConfig,0) macro
|
/third_party/skia/third_party/externals/angle2/include/EGL/ |
D | eglext.h | 257 #define EGL_NO_CONFIG_KHR EGL_CAST(EGLConfig,0) macro
|
/third_party/mesa3d/include/EGL/ |
D | eglext.h | 257 #define EGL_NO_CONFIG_KHR EGL_CAST(EGLConfig,0) macro
|
/third_party/EGL/api/EGL/ |
D | eglext.h | 257 #define EGL_NO_CONFIG_KHR EGL_CAST(EGLConfig,0) macro
|
/third_party/mesa3d/src/egl/main/ |
D | eglapi.c | 824 if (config != EGL_NO_CONFIG_KHR) in eglCreateContext()
|