/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLCreateContextAttribsTest.cpp | 53 context = eglCreateContext(mDisplay, config, nullptr, contextAttribs1); in TEST_P() 65 context = eglCreateContext(mDisplay, config, nullptr, contextAttribs2); in TEST_P() 72 context = eglCreateContext(mDisplay, config, nullptr, contextAttribs3); in TEST_P() 79 context = eglCreateContext(mDisplay, config, nullptr, contextAttribs4); in TEST_P() 132 context = eglCreateContext(mDisplay, notGLES1Config, nullptr, contextAttribs1); in TEST_P() 142 context = eglCreateContext(mDisplay, notGLES2Config, nullptr, contextAttribs2); in TEST_P() 152 context = eglCreateContext(mDisplay, notGLES3Config, nullptr, contextAttribs3); in TEST_P() 185 context = eglCreateContext(mDisplay, config, nullptr, contextAttribs); in TEST_P() 195 context = eglCreateContext(mDisplay, config, nullptr, contextAttribs); in TEST_P() 202 context = eglCreateContext(mDisplay, config, nullptr, noExtensionContextAttribs); in TEST_P()
|
D | EGLBackwardsCompatibleContextTest.cpp | 124 EGLContext context = eglCreateContext(mDisplay, mConfig, nullptr, attribs); in TEST_P() 152 EGLContext es3Context = eglCreateContext(mDisplay, mConfig, nullptr, es3ContextAttribs); in TEST_P() 162 EGLContext es2Context = eglCreateContext(mDisplay, mConfig, nullptr, es2ContextAttribs); in TEST_P() 183 EGLContext es11Context = eglCreateContext(mDisplay, mConfig, nullptr, es11ContextAttribs); in TEST_P() 195 EGLContext es10Context = eglCreateContext(mDisplay, mConfig, nullptr, es10ContextAttribs); in TEST_P()
|
D | EGLContextSharingTest.cpp | 131 *context = eglCreateContext(mDisplay, config, nullptr, attribs); in createContext() 166 mContexts[0] = eglCreateContext(display, config, nullptr, contextAttribs); in TEST_P() 169 mContexts[1] = eglCreateContext(display, config, mContexts[1], contextAttribs); in TEST_P() 197 mContexts[0] = eglCreateContext(display, config, nullptr, inShareGroupContextAttribs); in TEST_P() 198 mContexts[1] = eglCreateContext(display, config, mContexts[1], inShareGroupContextAttribs); in TEST_P() 219 mContexts[0] = eglCreateContext(display, config, mContexts[1], notInShareGroupContextAttribs); in TEST_P() 242 mContexts[0] = eglCreateContext(display, config, nullptr, inShareGroupContextAttribs); in TEST_P() 243 mContexts[1] = eglCreateContext(display, config, nullptr, inShareGroupContextAttribs); in TEST_P() 310 mContexts[0] = eglCreateContext(display, config, nullptr, inShareGroupContextAttribs); in TEST_P() 311 mContexts[1] = eglCreateContext(display, config, nullptr, inShareGroupContextAttribs); in TEST_P() [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLContextSharingTest.cpp | 68 mContexts[0] = eglCreateContext(display, config, nullptr, contextAttribs); in TEST_P() 71 mContexts[1] = eglCreateContext(display, config, mContexts[1], contextAttribs); in TEST_P() 94 mContexts[0] = eglCreateContext(display, config, nullptr, inShareGroupContextAttribs); in TEST_P() 95 mContexts[1] = eglCreateContext(display, config, mContexts[1], inShareGroupContextAttribs); in TEST_P() 115 mContexts[1] = eglCreateContext(display, config, mContexts[1], notInShareGroupContextAttribs); in TEST_P() 138 mContexts[0] = eglCreateContext(display, config, nullptr, inShareGroupContextAttribs); in TEST_P() 139 mContexts[1] = eglCreateContext(display, config, nullptr, inShareGroupContextAttribs); in TEST_P() 220 mContexts[0] = eglCreateContext(display, config, nullptr, inShareGroupContextAttribs); in TEST_P() 221 mContexts[1] = eglCreateContext(display, config, nullptr, inShareGroupContextAttribs); in TEST_P() 241 mContexts[0] = eglCreateContext(display, config, nullptr, inShareGroupContextAttribs); in TEST_P()
|
D | EGLBackwardsCompatibleContextTest.cpp | 114 EGLContext context = eglCreateContext(mDisplay, mConfig, nullptr, attribs); in TEST_P() 142 EGLContext es3Context = eglCreateContext(mDisplay, mConfig, nullptr, es3ContextAttribs); in TEST_P() 152 EGLContext es2Context = eglCreateContext(mDisplay, mConfig, nullptr, es2ContextAttribs); in TEST_P() 171 EGLContext es11Context = eglCreateContext(mDisplay, mConfig, nullptr, es11ContextAttribs); in TEST_P() 182 EGLContext es10Context = eglCreateContext(mDisplay, mConfig, nullptr, es10ContextAttribs); in TEST_P()
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglNegativeApiTests.cpp | 295 expectNoContext(eglCreateContext(EGL_NO_DISPLAY, DE_NULL, EGL_NO_CONTEXT, s_emptyAttribList)); in init() 298 expectNoContext(eglCreateContext((EGLDisplay)-1, DE_NULL, EGL_NO_CONTEXT, s_emptyAttribList)); in init() 305 expectNoContext(eglCreateContext(display, (EGLConfig)-1, EGL_NO_CONTEXT, s_emptyAttribList)); in init() 318 … expectNoContext(eglCreateContext(display, es1OnlyConfig, EGL_NO_CONTEXT, s_es1ContextAttribList)); in init() 326 … expectNoContext(eglCreateContext(display, es2OnlyConfig, EGL_NO_CONTEXT, s_es2ContextAttribList)); in init() 334 expectNoContext(eglCreateContext(display, vgOnlyConfig, EGL_NO_CONTEXT, s_emptyAttribList)); in init() 345 expectNoContext(eglCreateContext(display, glOnlyConfig, EGL_NO_CONTEXT, s_emptyAttribList)); in init() 353 expectNoContext(eglCreateContext(display, vgOnlyConfig, EGL_NO_CONTEXT, s_emptyAttribList)); in init() 364 expectNoContext(eglCreateContext(display, glOnlyConfig, EGL_NO_CONTEXT, s_emptyAttribList)); in init() 372 … expectNoContext(eglCreateContext(display, es1OnlyConfig, EGL_NO_CONTEXT, s_es1ContextAttribList)); in init() [all …]
|
/third_party/vk-gl-cts/framework/egl/wrapper/ |
D | eglwStaticLibrary14.inl | 10 { "eglCreateContext", (deFunctionPtr)eglCreateContext },
|
D | eglwStaticLibrary15.inl | 11 { "eglCreateContext", (deFunctionPtr)eglCreateContext },
|
/third_party/EGL/extensions/EXT/ |
D | EGL_EXT_compositor.txt | 91 eglCreateContext: 96 eglCreateContext and eglCreateWindowSurface: 110 If eglCreateContext succeeds, it initializes the context to the initial state defined 115 If eglCreateContext succeeds, it initializes the context to the initial state defined 155 The first call to eglCreateContext with EGL_PRIMARY_COMPOSITOR_CONTEXT_EXT 159 on the EGLDisplay. Subsequent calls to eglCreateContext, for the same display, 162 Subsequent calls, in any address space for the same display, to eglCreateContext 166 Subsequent calls, in any address space for the same display, to eglCreateContext 177 used to initiate another call to eglCreateContext in any address space, this 207 eglCreateContext. [all …]
|
D | EGL_EXT_create_context_robustness.txt | 53 eglCreateContext: 59 STRATEGY_EXT in the <*attrib_list> argument to eglCreateContext: 118 Add to the eglCreateContext context creation errors:
|
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/ |
D | EGL_EXT_compositor.txt | 91 eglCreateContext: 96 eglCreateContext and eglCreateWindowSurface: 110 If eglCreateContext succeeds, it initializes the context to the initial state defined 115 If eglCreateContext succeeds, it initializes the context to the initial state defined 155 The first call to eglCreateContext with EGL_PRIMARY_COMPOSITOR_CONTEXT_EXT 159 on the EGLDisplay. Subsequent calls to eglCreateContext, for the same display, 162 Subsequent calls, in any address space for the same display, to eglCreateContext 166 Subsequent calls, in any address space for the same display, to eglCreateContext 177 used to initiate another call to eglCreateContext in any address space, this 207 eglCreateContext. [all …]
|
D | EGL_EXT_create_context_robustness.txt | 53 eglCreateContext: 59 STRATEGY_EXT in the <*attrib_list> argument to eglCreateContext: 118 Add to the eglCreateContext context creation errors:
|
/third_party/flutter/skia/third_party/externals/angle2/extensions/ |
D | EGL_ANGLE_power_preference.txt | 50 eglCreateContext: 55 eglCreateContext:
|
D | EGL_ANGLE_display_texture_share_group.txt | 50 eglCreateContext: 63 eglCreateContext is not NULL, all contexts within the share group must have
|
D | EGL_EXT_create_context_robustness.txt | 53 eglCreateContext: 59 STRATEGY_EXT in the <*attrib_list> argument to eglCreateContext: 118 Add to the eglCreateContext context creation errors:
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/ |
D | EGLMakeCurrentPerf.cpp | 114 mContexts[0] = eglCreateContext(mDisplay, mConfig, EGL_NO_CONTEXT, nullptr); in SetUp() 116 mContexts[1] = eglCreateContext(mDisplay, mConfig, EGL_NO_CONTEXT, nullptr); in SetUp()
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
D | EGLMakeCurrentPerf.cpp | 114 mContexts[0] = eglCreateContext(mDisplay, mConfig, EGL_NO_CONTEXT, nullptr); in SetUp() 116 mContexts[1] = eglCreateContext(mDisplay, mConfig, EGL_NO_CONTEXT, nullptr); in SetUp()
|
/third_party/skia/third_party/externals/angle2/extensions/ |
D | EGL_ANGLE_display_semaphore_share_group.txt | 50 eglCreateContext: 63 eglCreateContext is not NULL, all contexts within the share group must have
|
D | EGL_ANGLE_display_texture_share_group.txt | 50 eglCreateContext: 63 eglCreateContext is not NULL, all contexts within the share group must have
|
/third_party/EGL/extensions/IMG/ |
D | EGL_IMG_context_priority.txt | 60 eglCreateContext 65 of eglCreateContext: 73 Modify the list of attributes supported by eglCreateContext in
|
/third_party/skia/third_party/externals/egl-registry/extensions/IMG/ |
D | EGL_IMG_context_priority.txt | 60 eglCreateContext 65 of eglCreateContext: 73 Modify the list of attributes supported by eglCreateContext in
|
/third_party/mesa3d/src/egl/ |
D | egl-symbols.txt | 6 eglCreateContext
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
D | libEGL.def | 7 eglCreateContext @23
|
D | libEGL_deprecated.def | 7 eglCreateContext @23
|
/third_party/flutter/engine/flutter/testing/ |
D | test_gl_surface.cc | 145 ::eglCreateContext(display_, // display connection in TestGLSurface() 153 ::eglCreateContext(display_, // display connection in TestGLSurface()
|