/third_party/mesa3d/include/HaikuGL/ |
H A D | GLView.h | 52 void SwapBuffers(); 53 void SwapBuffers(bool vSync); 147 void SwapBuffers();
|
H A D | GLRenderer.h | 39 virtual void SwapBuffers(bool VSync = false);
|
/third_party/mesa3d/src/gallium/targets/libgl-gdi/tests/ |
H A D | wgl_tests.cpp | 211 SwapBuffers(wnd.get_hdc()); in TEST_F() 238 SwapBuffers(wnd.get_hdc()); in TEST_F() 265 SwapBuffers(wnd.get_hdc()); in TEST_F()
|
/third_party/mesa3d/src/hgl/ |
H A D | GLView.cpp | 95 BGLView::SwapBuffers() in SwapBuffers() function in BGLView 97 SwapBuffers(false); in SwapBuffers() 102 BGLView::SwapBuffers(bool vSync) in SwapBuffers() function in BGLView 106 fRenderer->SwapBuffers(vSync); in SwapBuffers() 504 BGLScreen::SwapBuffers()
|
H A D | GLRenderer.cpp | 54 BGLRenderer::SwapBuffers(bool VSync) in SwapBuffers() function in BGLRenderer
|
/third_party/mesa3d/src/gallium/targets/haiku-softpipe/ |
H A D | SoftwareRenderer.cpp | 210 SwapBuffers(); in UnlockGL() 246 SoftwareRenderer::SwapBuffers(bool vsync) in SwapBuffers() function in SoftwareRenderer 249 fContextObj->SwapBuffers(fContextID); in SwapBuffers()
|
H A D | SoftwareRenderer.h | 32 void SwapBuffers(bool vsync = false);
|
H A D | GalliumContext.h | 37 status_t SwapBuffers(context_id contextID);
|
H A D | GalliumContext.cpp | 327 GalliumContext::SwapBuffers(context_id contextID) in SwapBuffers() function in GalliumContext
|
/third_party/mesa3d/src/egl/drivers/haiku/ |
H A D | egl_haiku.cpp | 306 surface->gl->SwapBuffers(); in haiku_swap_buffers() 323 .SwapBuffers = haiku_swap_buffers,
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
H A D | dri_util.h | 135 void (*SwapBuffers)(__DRIdrawable *driDrawPriv); member
|
/third_party/skia/tools/sk_app/win/ |
H A D | GLWindowContext_win.cpp | 139 SwapBuffers(dc);
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
H A D | main.cpp | 378 EGLBoolean EGLAPIENTRY SwapBuffers(EGLDisplay dpy, EGLSurface surface); 557 return egl::SwapBuffers(dpy, surface); in eglSwapBuffers() 704 this->eglSwapBuffers = egl::SwapBuffers; in LibEGLexports()
|
/third_party/mesa3d/src/egl/main/ |
H A D | egldriver.h | 115 EGLBoolean (*SwapBuffers)(_EGLDisplay *disp, _EGLSurface *draw); member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
H A D | FunctionsWGL.cpp | 119 swapBuffers = SwapBuffers; // SwapBuffers is statically linked from GDI in initialize()
|
/third_party/glfw/src/ |
H A D | glx_context.c | 306 _glfw.glx.SwapBuffers = (PFNGLXSWAPBUFFERSPROC) in _glfwInitGLX() 326 !_glfw.glx.SwapBuffers || in _glfwInitGLX()
|
H A D | egl_context.c | 431 _glfw.egl.SwapBuffers = (PFN_eglSwapBuffers) in _glfwInitEGL() 453 !_glfw.egl.SwapBuffers || in _glfwInitEGL()
|
H A D | internal.h | 233 #define eglSwapBuffers _glfw.egl.SwapBuffers 841 PFN_eglSwapBuffers SwapBuffers; member
|
H A D | x11_platform.h | 422 #define glXSwapBuffers _glfw.glx.SwapBuffers 493 PFNGLXSWAPBUFFERSPROC SwapBuffers; member
|
H A D | wgl_context.c | 344 SwapBuffers(window->context.wgl.dc); in swapBuffersWGL()
|
/third_party/mesa3d/src/glx/windows/ |
H A D | windowsgl.c | 254 SwapBuffers(drawDc); in windows_swap_buffers()
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | egl_stubs_autogen.h | 157 EGLBoolean SwapBuffers(Thread *thread, egl::Display *dpyPacked, Surface *surfacePacked);
|
H A D | entry_points_egl_autogen.cpp | 400 EGL_EVENT(SwapBuffers, "dpy = 0x%016" PRIxPTR ", surface = 0x%016" PRIxPTR "", (uintptr_t)dpy, in EGL_SwapBuffers() 408 ANGLE_EGL_VALIDATE(thread, SwapBuffers, GetDisplayIfValid(dpyPacked), EGLBoolean, dpyPacked, in EGL_SwapBuffers() 411 return SwapBuffers(thread, dpyPacked, surfacePacked); in EGL_SwapBuffers()
|
/third_party/skia/third_party/externals/angle2/util/windows/ |
H A D | WGLWindow.cpp | 365 if (SwapBuffers(mDeviceContext) == FALSE) in swap() 367 std::cerr << "Error during SwapBuffers.\n"; in swap()
|
/third_party/mesa3d/src/egl/drivers/wgl/ |
H A D | egl_wgl.c | 665 .SwapBuffers = wgl_swap_buffers,
|