Home
last modified time | relevance | path

Searched refs:eglSwapBuffers (Results 1 - 25 of 47) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLPreRotationTest.cpp226 eglSwapBuffers(mDisplay, mWindowSurface); in testDrawingAndReadPixels()
281 eglSwapBuffers(mDisplay, mWindowSurface); in testDrawingAndReadPixels()
492 eglSwapBuffers(mDisplay, mWindowSurface); in TEST_P()
601 // then allow for multiple eglSwapBuffers calls to eventually see the new rotation. in TEST_P()
604 eglSwapBuffers(mDisplay, mWindowSurface); in TEST_P()
621 eglSwapBuffers(mDisplay, mWindowSurface); in TEST_P()
892 eglSwapBuffers(mDisplay, mWindowSurface); in TEST_P()
912 eglSwapBuffers(mDisplay, mWindowSurface); in TEST_P()
945 eglSwapBuffers(mDisplay, mWindowSurface); in TEST_P()
1010 eglSwapBuffers(mDispla in TEST_P()
[all...]
H A DEGLSurfaceTest.cpp500 eglSwapBuffers(mDisplay, mWindowSurface); in TEST_P()
511 eglSwapBuffers(mDisplay, mWindowSurface); in TEST_P()
525 eglSwapBuffers(mDisplay, mWindowSurface); in TEST_P()
554 eglSwapBuffers(mDisplay, mWindowSurface); in TEST_P()
578 eglSwapBuffers(mDisplay, mWindowSurface); in TEST_P()
602 eglSwapBuffers(mDisplay, mWindowSurface); in TEST_P()
641 eglSwapBuffers(mDisplay, mWindowSurface); in TEST_P()
1379 eglSwapBuffers(mDisplay, mWindowSurface); in TEST_P()
1390 eglSwapBuffers(mDisplay, mWindowSurface); in TEST_P()
1429 eglSwapBuffers(mDispla in TEST_P()
[all...]
H A DEGLProtectedContentTest.cpp439 eglSwapBuffers(mDisplay, windowSurface); in windowTest()
440 ASSERT_EGL_SUCCESS() << "eglSwapBuffers failed."; in windowTest()
447 eglSwapBuffers(mDisplay, windowSurface); in windowTest()
448 ASSERT_EGL_SUCCESS() << "eglSwapBuffers failed."; in windowTest()
455 eglSwapBuffers(mDisplay, windowSurface); in windowTest()
456 ASSERT_EGL_SUCCESS() << "eglSwapBuffers failed."; in windowTest()
525 eglSwapBuffers(mDisplay, windowSurface); in textureTest()
526 ASSERT_EGL_SUCCESS() << "eglSwapBuffers failed."; in textureTest()
611 eglSwapBuffers(mDisplay, windowSurface); in textureFromImageTest()
612 ASSERT_EGL_SUCCESS() << "eglSwapBuffers faile in textureFromImageTest()
[all...]
H A DEGLBufferAgeTest.cpp144 eglSwapBuffers(mDisplay, surface); in TEST_P()
145 ASSERT_EGL_SUCCESS() << "eglSwapBuffers failed."; in TEST_P()
212 eglSwapBuffers(mDisplay, surface); in TEST_P()
213 ASSERT_EGL_SUCCESS() << "eglSwapBuffers failed."; in TEST_P()
330 eglSwapBuffers(mDisplay, surface); in TEST_P()
331 ASSERT_EGL_SUCCESS() << "eglSwapBuffers failed."; in TEST_P()
H A DEGLSyncControlTest.cpp216 ASSERT_EGL_TRUE(eglSwapBuffers(mDisplay, mSurface)); in TEST_F()
237 ASSERT_EGL_TRUE(eglSwapBuffers(mDisplay, mSurface)); in TEST_F()
H A DEGLDirectCompositionTest.cpp276 ASSERT_EGL_TRUE(eglSwapBuffers(mEglDisplay, s)); in TEST_P()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/
H A DBootAnimationTest.cpp117 eglSwapBuffers(mDisplay, mSurface);
245 EGLBoolean res = eglSwapBuffers(mDisplay, mSurface); in TEST_P()
/third_party/EGL/sdk/docs/man/html/
H A DMakefile54 eglSwapBuffers.xhtml \
/third_party/EGL/sdk/docs/man/xhtml/
H A DMakefile59 eglSwapBuffers.html \
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/xhtml/
H A DMakefile59 eglSwapBuffers.html \
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/html/
H A DMakefile45 eglSwapBuffers.xhtml \
/third_party/skia/tools/sk_app/android/
H A DGLWindowContext_android.cpp138 eglSwapBuffers(fDisplay, fSurfaceAndroid); in onSwapBuffers()
/third_party/skia/third_party/externals/angle2/samples/multi_window/
H A DMultiWindow.cpp168 eglSwapBuffers(getDisplay(), surface);
/third_party/skia/tools/sk_app/win/
H A DANGLEWindowContext_win.cpp160 if (!eglSwapBuffers(fDisplay, fEGLSurface)) { in onSwapBuffers()
161 SkDebugf("Could not complete eglSwapBuffers.\n"); in onSwapBuffers()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DMultithreadingTest.cpp191 EXPECT_EGL_TRUE(eglSwapBuffers(dpy, surface)); in TEST_P()
356 // Using eglSwapBuffers stresses race conditions around use of QueueSerials.
400 EXPECT_EGL_TRUE(eglSwapBuffers(dpy, surface)); in TEST_P()
453 EXPECT_EGL_TRUE(eglSwapBuffers(dpy, surface)); in TEST_P()
725 // with the necessary glFlush()s and occasional eglSwapBuffers() to mimic a real multithreaded GLES
/third_party/vk-gl-cts/modules/egl/
H A DteglNegativeApiTests.cpp1302 TEGL_ADD_API_CASE(swap_buffers, "eglSwapBuffers() negative tests", in init()
1309 expectFalse(eglSwapBuffers(EGL_NO_DISPLAY, DE_NULL)); in init()
1312 expectFalse(eglSwapBuffers((EGLDisplay)-1, DE_NULL)); in init()
1319 expectFalse(eglSwapBuffers(display, DE_NULL)); in init()
1322 expectFalse(eglSwapBuffers(display, (EGLSurface)-1)); in init()
/third_party/EGL/api/1.2/EGL/
H A Degl.h258 EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface surface);
/third_party/EGL/api/1.2/
H A Degl.h254 EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface surface);
/third_party/EGL/api/1.1/EGL/
H A Degl.h219 GLAPI EGLBoolean APIENTRY eglSwapBuffers (EGLDisplay dpy, EGLSurface draw);
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A DlibEGL.hpp59 EGLBoolean (EGLAPIENTRY* eglSwapBuffers)(EGLDisplay dpy, EGLSurface surface); member in LibEGLexports
/third_party/skia/third_party/externals/egl-registry/api/1.2/EGL/
H A Degl.h254 EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface surface);
/third_party/skia/third_party/externals/egl-registry/api/1.1/EGL/
H A Degl.h249 GLAPI EGLBoolean APIENTRY eglSwapBuffers (EGLDisplay dpy, EGLSurface draw);
/third_party/skia/third_party/externals/egl-registry/api/1.2/
H A Degl.h254 EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface surface);
/third_party/EGL/api/1.0/EGL/
H A Degl.h280 EGLAPI EGLBoolean APIENTRY eglSwapBuffers(EGLDisplay dpy, EGLSurface surface);
/third_party/EGL/api/1.0/
H A Degl.h277 EGLAPI EGLBoolean APIENTRY eglSwapBuffers(EGLDisplay dpy, EGLSurface surface);

Completed in 20 milliseconds

12