Home
last modified time | relevance | path

Searched refs:eglDestroyContext (Results 1 – 25 of 131) sorted by relevance

123456

/third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLBackwardsCompatibleContextTest.cpp126 eglDestroyContext(mDisplay, context); in TEST_P()
147 eglDestroyContext(mDisplay, es3Context); in TEST_P()
157 eglDestroyContext(mDisplay, es2Context); in TEST_P()
177 eglDestroyContext(mDisplay, es11Context); in TEST_P()
188 eglDestroyContext(mDisplay, es10Context); in TEST_P()
DEGLContextSharingTest.cpp25 result = eglDestroyContext(display, context); in SafeDestroyContext()
109 eglDestroyContext(display, mContexts[0]); in TEST_P()
237 ASSERT_EGL_TRUE(eglDestroyContext(display, mContexts[0])); in TEST_P()
238 ASSERT_EGL_TRUE(eglDestroyContext(display, mContexts[1])); in TEST_P()
DEGLDirectCompositionTest.cpp248 ASSERT_EGL_TRUE(eglDestroyContext(mEglDisplay, mEglContext)); in TEST_P()
289 ASSERT_EGL_TRUE(eglDestroyContext(mEglDisplay, mEglContext)); in TEST_P()
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLBackwardsCompatibleContextTest.cpp137 eglDestroyContext(mDisplay, context); in TEST_P()
157 eglDestroyContext(mDisplay, es3Context); in TEST_P()
168 eglDestroyContext(mDisplay, es2Context); in TEST_P()
190 eglDestroyContext(mDisplay, es11Context); in TEST_P()
202 eglDestroyContext(mDisplay, es10Context); in TEST_P()
DEGLContextSharingTest.cpp28 result = eglDestroyContext(display, context); in SafeDestroyContext()
212 eglDestroyContext(display, mContexts[0]); in TEST_P()
326 ASSERT_EGL_TRUE(eglDestroyContext(display, mContexts[0])); in TEST_P()
328 ASSERT_EGL_TRUE(eglDestroyContext(display, mContexts[1])); in TEST_P()
642 eglDestroyContext(dpy, ctx[t]); in TEST_P()
857 EXPECT_EGL_TRUE(eglDestroyContext(mDisplay, mContexts[0])); in TEST_P()
858 EXPECT_EGL_TRUE(eglDestroyContext(mDisplay, mContexts[0])); in TEST_P()
859 EXPECT_EGL_TRUE(eglDestroyContext(mDisplay, mContexts[0])); in TEST_P()
860 EXPECT_EGL_TRUE(eglDestroyContext(mDisplay, mContexts[0])); in TEST_P()
861 EXPECT_EGL_TRUE(eglDestroyContext(mDisplay, mContexts[0])); in TEST_P()
[all …]
DEGLBufferAgeTest.cpp157 eglDestroyContext(mDisplay, context); in TEST_P()
225 eglDestroyContext(mDisplay, context); in TEST_P()
272 eglDestroyContext(mDisplay, otherContext); in TEST_P()
275 eglDestroyContext(mDisplay, context); in TEST_P()
342 eglDestroyContext(mDisplay, context); in TEST_P()
DEGLMultiContextTest.cpp27 result = eglDestroyContext(display, context); in SafeDestroyContext()
120 EXPECT_EGL_TRUE(eglDestroyContext(dpy, context2)); in TEST_P()
125 EXPECT_EGL_TRUE(eglDestroyContext(dpy, context1)); in TEST_P()
288 eglDestroyContext(dpy, ctx[t]); in TEST_P()
DEGLProtectedContentTest.cpp402 eglDestroyContext(mDisplay, context); in pbufferTest()
467 eglDestroyContext(mDisplay, context); in windowTest()
546 eglDestroyContext(mDisplay, context); in textureTest()
637 eglDestroyContext(mDisplay, context); in textureFromImageTest()
723 eglDestroyContext(mDisplay, context); in textureFromPbufferTest()
815 eglDestroyContext(mDisplay, context); in textureFromAndroidNativeBufferTest()
DEGLDirectCompositionTest.cpp257 ASSERT_EGL_TRUE(eglDestroyContext(mEglDisplay, mEglContext)); in TEST_P()
301 ASSERT_EGL_TRUE(eglDestroyContext(mEglDisplay, mEglContext)); in TEST_P()
/third_party/vk-gl-cts/framework/egl/wrapper/
DeglwStaticLibrary14.inl15 { "eglDestroyContext", (deFunctionPtr)eglDestroyContext },
DeglwStaticLibrary15.inl20 { "eglDestroyContext", (deFunctionPtr)eglDestroyContext },
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DEGLMakeCurrentPerf.cpp129 eglDestroyContext(mDisplay, mContexts[0]); in TearDown()
130 eglDestroyContext(mDisplay, mContexts[1]); in TearDown()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/
DEGLMakeCurrentPerf.cpp129 eglDestroyContext(mDisplay, mContexts[0]); in TearDown()
130 eglDestroyContext(mDisplay, mContexts[1]); in TearDown()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DMultithreadingTest.cpp104 eglDestroyContext(dpy, ctx); in runMultithreadedGLTest()
258 EXPECT_EGL_TRUE(eglDestroyContext(dpy, ctx2)); in TEST_P()
259 EXPECT_EGL_TRUE(eglDestroyContext(dpy, ctx1)); in TEST_P()
498 EXPECT_TRUE(eglDestroyContext(dpy, contexts[threadIdx])); in TEST_P()
620 eglDestroyContext(dpy, ctx); in textureThreadFunction()
894 eglDestroyContext(dpy, context); in TEST_P()
/third_party/vk-gl-cts/modules/egl/
DteglNegativeApiTests.cpp727 expectFalse(eglDestroyContext(EGL_NO_DISPLAY, DE_NULL)); in init()
730 expectFalse(eglDestroyContext((EGLDisplay)-1, DE_NULL)); in init()
737 expectFalse(eglDestroyContext(display, DE_NULL)); in init()
740 expectFalse(eglDestroyContext(display, (EGLContext)-1)); in init()
936 eglDestroyContext(display, context); in init()
1003 expectTrue(eglDestroyContext(display, context)); in init()
1065 expectTrue(eglDestroyContext(display, context)); in init()
1402 expectTrue(eglDestroyContext(display, context)); in init()
/third_party/flutter/engine/flutter/testing/
Dtest_gl_surface.cc165 auto result = ::eglDestroyContext(display_, onscreen_context_); in ~TestGLSurface()
168 result = ::eglDestroyContext(display_, offscreen_context_); in ~TestGLSurface()
/third_party/mesa3d/src/egl/
Degl-symbols.txt15 eglDestroyContext
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
DlibEGL.def12 eglDestroyContext @24
DlibEGL_deprecated.def12 eglDestroyContext @24
DlibEGL_deprecated.lds18 eglDestroyContext;
/third_party/mesa3d/src/egl/main/
Degl.def.in16 eglDestroyContext@8
/third_party/flutter/skia/third_party/externals/angle2/src/libEGL/
DlibEGL.def12 eglDestroyContext @24
/third_party/flutter/skia/third_party/externals/angle2/util/
Degl_loader_autogen.cpp19 ANGLE_UTIL_EXPORT PFNEGLDESTROYCONTEXTPROC eglDestroyContext; variable
123 eglDestroyContext = reinterpret_cast<PFNEGLDESTROYCONTEXTPROC>(loadProc("eglDestroyContext")); in LoadEGL()
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/html/
DMakefile25 eglDestroyContext.xhtml \
/third_party/EGL/sdk/docs/man/xhtml/
DMakefile39 eglDestroyContext.html \

123456