/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | OcclusionQueriesTest.cpp | 68 swapBuffers(); in TEST_P() 106 swapBuffers(); in TEST_P() 176 swapBuffers(); in TEST_P() 207 swapBuffers(); in TEST_P() 239 swapBuffers(); in TEST_P() 287 swapBuffers(); in TEST_P() 344 swapBuffers(); in TEST_P() 487 swapBuffers(); in TEST_P() 574 swapBuffers(); in TEST_P()
|
H A D | VulkanPerformanceCounterTest.cpp | 581 // Use swapBuffers and then check how many loads and stores were actually done in TEST_P() 582 swapBuffers(); in TEST_P() 589 swapBuffers(); in TEST_P() 628 // Use swapBuffers and then check how many loads and stores were actually done in TEST_P() 629 swapBuffers(); in TEST_P() 636 swapBuffers(); in TEST_P() 686 // Use swapBuffers and then check how many loads and stores were actually done in TEST_P() 687 swapBuffers(); in TEST_P() 694 swapBuffers(); in TEST_P() 725 // Use swapBuffers an in TEST_P() [all...] |
H A D | VulkanUniformUpdatesTest.cpp | 135 swapBuffers(); in TEST_P() 179 swapBuffers(); in TEST_P() 247 swapBuffers(); in TEST_P() 326 swapBuffers(); in TEST_P() 374 swapBuffers(); in TEST_P() 399 swapBuffers(); in TEST_P() 405 swapBuffers(); in TEST_P()
|
H A D | ObjectAllocationTest.cpp | 65 swapBuffers(); in TEST_P()
|
H A D | D3DImageFormatConversionTest.cpp | 116 swapBuffers(); in runTest()
|
/third_party/skia/tools/sk_app/android/ |
H A D | RasterWindowContext_android.cpp | 23 void swapBuffers() override; 89 void RasterWindowContext_android::swapBuffers() { in swapBuffers() function in __anon26511::RasterWindowContext_android
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglResizeTests.cpp | 352 egl.swapBuffers(m_display, **m_surface); in iterate() 364 egl.swapBuffers(m_display, **m_surface); in iterate() 407 egl.swapBuffers(m_display, **m_surface); in iterate() 409 egl.swapBuffers(m_display, **m_surface); in iterate() 505 EGLU_CHECK_CALL(egl, swapBuffers(m_display, **m_surface)); in iterate()
|
H A D | teglSwapBuffersTests.cpp | 343 EGLU_CHECK_CALL(egl, swapBuffers(display, *surface)); in executeForConfig() 361 EGLU_CHECK_CALL(egl, swapBuffers(display, *surface)); in executeForConfig() 382 EGLU_CHECK_CALL(egl, swapBuffers(display, *surface)); in executeForConfig() 402 EGLU_CHECK_CALL(egl, swapBuffers(display, *surface)); in executeForConfig()
|
/third_party/skia/tools/sk_app/unix/ |
H A D | RasterWindowContext_unix.cpp | 22 void swapBuffers() override; 63 void RasterWindowContext_xlib::swapBuffers() { in swapBuffers() function in __anon26513::RasterWindowContext_xlib
|
/third_party/skia/tools/sk_app/win/ |
H A D | RasterWindowContext_win.cpp | 25 void swapBuffers() override; 77 void RasterWindowContext_win::swapBuffers() { in swapBuffers() function in __anon26517::RasterWindowContext_win
|
H A D | D3D12WindowContext_win.cpp | 47 void swapBuffers() override; 198 void D3D12WindowContext::swapBuffers() { in swapBuffers() function in sk_app::D3D12WindowContext
|
/third_party/skia/tools/sk_app/ |
H A D | GLWindowContext.h | 28 void swapBuffers() override;
|
H A D | GraphiteMetalWindowContext.h | 28 void swapBuffers() override;
|
H A D | MetalWindowContext.h | 28 void swapBuffers() override;
|
H A D | WindowContext.h | 33 virtual void swapBuffers() = 0;
|
H A D | DawnWindowContext.h | 25 void swapBuffers() override;
|
H A D | GLWindowContext.cpp | 84 void GLWindowContext::swapBuffers() { in swapBuffers() function in sk_app::GLWindowContext
|
H A D | DawnWindowContext.cpp | 86 void DawnWindowContext::swapBuffers() { in swapBuffers() function in sk_app::DawnWindowContext
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
H A D | SurfaceEGL.cpp | 41 EGLBoolean success = mEGL->swapBuffers(mSurface); in swap() 60 success = mEGL->swapBuffers(mSurface); in swapWithDamage()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
H A D | FunctionsWGL.cpp | 67 swapBuffers(nullptr), in FunctionsWGL() 119 swapBuffers = SwapBuffers; // SwapBuffers is statically linked from GDI in initialize()
|
H A D | FunctionsWGL.h | 43 PFNSWAPBUFFERSPROC swapBuffers; member in rx::FunctionsWGL
|
H A D | WindowSurfaceWGL.cpp | 102 if (!mFunctionsWGL->swapBuffers(mDeviceContext)) in swap()
|
/third_party/mesa3d/include/ |
H A D | kopper_interface.h | 76 int64_t (*swapBuffers)(__DRIdrawable *draw); member
|
/third_party/vk-gl-cts/framework/platform/win32/ |
H A D | tcuWGL.hpp | 213 void swapBuffers (void) const;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
H A D | FunctionsGLX.h | 43 void swapBuffers(glx::Drawable drawable) const;
|