Home
last modified time | relevance | path

Searched refs:eglCreateContext (Results 1 – 25 of 182) sorted by relevance

12345678

/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLCreateContextAttribsTest.cpp53 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()
DEGLBackwardsCompatibleContextTest.cpp124 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()
DEGLContextSharingTest.cpp131 *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/
DEGLContextSharingTest.cpp68 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()
DEGLBackwardsCompatibleContextTest.cpp114 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/
DteglNegativeApiTests.cpp295 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/
DeglwStaticLibrary14.inl10 { "eglCreateContext", (deFunctionPtr)eglCreateContext },
DeglwStaticLibrary15.inl11 { "eglCreateContext", (deFunctionPtr)eglCreateContext },
/third_party/EGL/extensions/EXT/
DEGL_EXT_compositor.txt91 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 …]
DEGL_EXT_create_context_robustness.txt53 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/
DEGL_EXT_compositor.txt91 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 …]
DEGL_EXT_create_context_robustness.txt53 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/
DEGL_ANGLE_power_preference.txt50 eglCreateContext:
55 eglCreateContext:
DEGL_ANGLE_display_texture_share_group.txt50 eglCreateContext:
63 eglCreateContext is not NULL, all contexts within the share group must have
DEGL_EXT_create_context_robustness.txt53 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/
DEGLMakeCurrentPerf.cpp114 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/
DEGLMakeCurrentPerf.cpp114 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/
DEGL_ANGLE_display_semaphore_share_group.txt50 eglCreateContext:
63 eglCreateContext is not NULL, all contexts within the share group must have
DEGL_ANGLE_display_texture_share_group.txt50 eglCreateContext:
63 eglCreateContext is not NULL, all contexts within the share group must have
/third_party/EGL/extensions/IMG/
DEGL_IMG_context_priority.txt60 eglCreateContext
65 of eglCreateContext:
73 Modify the list of attributes supported by eglCreateContext in
/third_party/skia/third_party/externals/egl-registry/extensions/IMG/
DEGL_IMG_context_priority.txt60 eglCreateContext
65 of eglCreateContext:
73 Modify the list of attributes supported by eglCreateContext in
/third_party/mesa3d/src/egl/
Degl-symbols.txt6 eglCreateContext
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
DlibEGL.def7 eglCreateContext @23
DlibEGL_deprecated.def7 eglCreateContext @23
/third_party/flutter/engine/flutter/testing/
Dtest_gl_surface.cc145 ::eglCreateContext(display_, // display connection in TestGLSurface()
153 ::eglCreateContext(display_, // display connection in TestGLSurface()

12345678