Home
last modified time | relevance | path

Searched refs:SwapBuffers (Results 1 - 25 of 35) sorted by relevance

12

/third_party/mesa3d/include/HaikuGL/
H A DGLView.h52 void SwapBuffers();
53 void SwapBuffers(bool vSync);
147 void SwapBuffers();
H A DGLRenderer.h39 virtual void SwapBuffers(bool VSync = false);
/third_party/mesa3d/src/gallium/targets/libgl-gdi/tests/
H A Dwgl_tests.cpp211 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 DGLView.cpp95 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 DGLRenderer.cpp54 BGLRenderer::SwapBuffers(bool VSync) in SwapBuffers() function in BGLRenderer
/third_party/mesa3d/src/gallium/targets/haiku-softpipe/
H A DSoftwareRenderer.cpp210 SwapBuffers(); in UnlockGL()
246 SoftwareRenderer::SwapBuffers(bool vsync) in SwapBuffers() function in SoftwareRenderer
249 fContextObj->SwapBuffers(fContextID); in SwapBuffers()
H A DSoftwareRenderer.h32 void SwapBuffers(bool vsync = false);
H A DGalliumContext.h37 status_t SwapBuffers(context_id contextID);
H A DGalliumContext.cpp327 GalliumContext::SwapBuffers(context_id contextID) in SwapBuffers() function in GalliumContext
/third_party/mesa3d/src/egl/drivers/haiku/
H A Degl_haiku.cpp306 surface->gl->SwapBuffers(); in haiku_swap_buffers()
323 .SwapBuffers = haiku_swap_buffers,
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri_util.h135 void (*SwapBuffers)(__DRIdrawable *driDrawPriv); member
/third_party/skia/tools/sk_app/win/
H A DGLWindowContext_win.cpp139 SwapBuffers(dc);
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A Dmain.cpp378 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 Degldriver.h115 EGLBoolean (*SwapBuffers)(_EGLDisplay *disp, _EGLSurface *draw); member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H A DFunctionsWGL.cpp119 swapBuffers = SwapBuffers; // SwapBuffers is statically linked from GDI in initialize()
/third_party/glfw/src/
H A Dglx_context.c306 _glfw.glx.SwapBuffers = (PFNGLXSWAPBUFFERSPROC) in _glfwInitGLX()
326 !_glfw.glx.SwapBuffers || in _glfwInitGLX()
H A Degl_context.c431 _glfw.egl.SwapBuffers = (PFN_eglSwapBuffers) in _glfwInitEGL()
453 !_glfw.egl.SwapBuffers || in _glfwInitEGL()
H A Dinternal.h233 #define eglSwapBuffers _glfw.egl.SwapBuffers
841 PFN_eglSwapBuffers SwapBuffers; member
H A Dx11_platform.h422 #define glXSwapBuffers _glfw.glx.SwapBuffers
493 PFNGLXSWAPBUFFERSPROC SwapBuffers; member
H A Dwgl_context.c344 SwapBuffers(window->context.wgl.dc); in swapBuffersWGL()
/third_party/mesa3d/src/glx/windows/
H A Dwindowsgl.c254 SwapBuffers(drawDc); in windows_swap_buffers()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Degl_stubs_autogen.h157 EGLBoolean SwapBuffers(Thread *thread, egl::Display *dpyPacked, Surface *surfacePacked);
H A Dentry_points_egl_autogen.cpp400 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 DWGLWindow.cpp365 if (SwapBuffers(mDeviceContext) == FALSE) in swap()
367 std::cerr << "Error during SwapBuffers.\n"; in swap()
/third_party/mesa3d/src/egl/drivers/wgl/
H A Degl_wgl.c665 .SwapBuffers = wgl_swap_buffers,

Completed in 20 milliseconds

12