Home
last modified time | relevance | path

Searched refs:SwapBuffers (Results 1 – 25 of 98) sorted by relevance

1234

/third_party/mesa3d/src/hgl/
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()
DGLRenderer.cpp54 BGLRenderer::SwapBuffers(bool VSync) in SwapBuffers() function in BGLRenderer
/third_party/mesa3d/include/HaikuGL/
DGLView.h52 void SwapBuffers();
53 void SwapBuffers(bool vSync);
147 void SwapBuffers();
DGLRenderer.h39 virtual void SwapBuffers(bool VSync = false);
/third_party/mesa3d/src/gallium/targets/libgl-gdi/tests/
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/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_multisample_filter_hint.txt127 NVIDIA uses the SwapBuffers operation as a trigger for downsampling
129 also trigger downsampling). But a SwapBuffers operation can be
131 when a SwapBuffers operation is performed with no current OpenGL
191 Add the following to the description of what happens at SwapBuffers
194 "When a SwapBuffers operation is performed by a thread without
DWGL_NV_delay_before_swap.txt142 specified time before the SwapBuffers command could complete. With
150 (4) Why does this extension delay before execution of SwapBuffers rather
154 SwapBuffers would execute to sample input, having any cases where the
DGLX_NV_delay_before_swap.txt169 specified time before the SwapBuffers command could complete. With
177 (4) Why does this extension delay before execution of SwapBuffers rather
181 SwapBuffers would execute to sample input, having any cases where the
/third_party/openGLES/extensions/NV/
DNV_multisample_filter_hint.txt127 NVIDIA uses the SwapBuffers operation as a trigger for downsampling
129 also trigger downsampling). But a SwapBuffers operation can be
131 when a SwapBuffers operation is performed with no current OpenGL
191 Add the following to the description of what happens at SwapBuffers
194 "When a SwapBuffers operation is performed by a thread without
DWGL_NV_delay_before_swap.txt142 specified time before the SwapBuffers command could complete. With
150 (4) Why does this extension delay before execution of SwapBuffers rather
154 SwapBuffers would execute to sample input, having any cases where the
DGLX_NV_delay_before_swap.txt169 specified time before the SwapBuffers command could complete. With
177 (4) Why does this extension delay before execution of SwapBuffers rather
181 SwapBuffers would execute to sample input, having any cases where the
/third_party/mesa3d/src/gallium/targets/haiku-softpipe/
DSoftwareRenderer.cpp210 SwapBuffers(); in UnlockGL()
246 SoftwareRenderer::SwapBuffers(bool vsync) in SwapBuffers() function in SoftwareRenderer
249 fContextObj->SwapBuffers(fContextID); in SwapBuffers()
DSoftwareRenderer.h32 void SwapBuffers(bool vsync = false);
DGalliumContext.h37 status_t SwapBuffers(context_id contextID);
/third_party/flutter/glfw/src/
Dglx_context.h104 #define glXSwapBuffers _glfw.glx.SwapBuffers
143 PFNGLXSWAPBUFFERSPROC SwapBuffers; member
Degl_context.h147 #define eglSwapBuffers _glfw.egl.SwapBuffers
194 PFNEGLSWAPBUFFERSPROC SwapBuffers; member
/third_party/mesa3d/src/egl/drivers/haiku/
Degl_haiku.cpp306 surface->gl->SwapBuffers(); in haiku_swap_buffers()
323 .SwapBuffers = haiku_swap_buffers,
/third_party/flutter/engine/flutter/shell/platform/windows/
Dangle_surface_manager.h51 EGLBoolean SwapBuffers(const EGLSurface surface);
Dwin32_flutter_window.cc311 bool Win32FlutterWindow::SwapBuffers() { in SwapBuffers() function in flutter::Win32FlutterWindow
312 return surface_manager->SwapBuffers(render_surface); in SwapBuffers()
Dwin32_flutter_window.h97 bool SwapBuffers();
/third_party/flutter/engine/flutter/shell/platform/android/
Dandroid_context_gl.h32 bool SwapBuffers();
/third_party/mesa3d/docs/relnotes/
D10.0.1.rst65 - egl/wayland: Flush the wl_display at the end of SwapBuffers
66 - Enable throttling in SwapBuffers
/third_party/flutter/engine/flutter/shell/gpu/
Dgpu_surface_vulkan.cc41 return weak_this->window_.SwapBuffers(); in AcquireFrame()
/third_party/flutter/engine/flutter/vulkan/
Dvulkan_window.h54 bool SwapBuffers();
/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_util.h135 void (*SwapBuffers)(__DRIdrawable *driDrawPriv); member

1234