/third_party/mesa3d/src/hgl/ |
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()
|
D | GLRenderer.cpp | 54 BGLRenderer::SwapBuffers(bool VSync) in SwapBuffers() function in BGLRenderer
|
/third_party/mesa3d/include/HaikuGL/ |
D | GLView.h | 52 void SwapBuffers(); 53 void SwapBuffers(bool vSync); 147 void SwapBuffers();
|
D | GLRenderer.h | 39 virtual void SwapBuffers(bool VSync = false);
|
/third_party/mesa3d/src/gallium/targets/libgl-gdi/tests/ |
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/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_multisample_filter_hint.txt | 127 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
|
D | WGL_NV_delay_before_swap.txt | 142 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
|
D | GLX_NV_delay_before_swap.txt | 169 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/ |
D | NV_multisample_filter_hint.txt | 127 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
|
D | WGL_NV_delay_before_swap.txt | 142 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
|
D | GLX_NV_delay_before_swap.txt | 169 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/ |
D | SoftwareRenderer.cpp | 210 SwapBuffers(); in UnlockGL() 246 SoftwareRenderer::SwapBuffers(bool vsync) in SwapBuffers() function in SoftwareRenderer 249 fContextObj->SwapBuffers(fContextID); in SwapBuffers()
|
D | SoftwareRenderer.h | 32 void SwapBuffers(bool vsync = false);
|
D | GalliumContext.h | 37 status_t SwapBuffers(context_id contextID);
|
/third_party/flutter/glfw/src/ |
D | glx_context.h | 104 #define glXSwapBuffers _glfw.glx.SwapBuffers 143 PFNGLXSWAPBUFFERSPROC SwapBuffers; member
|
D | egl_context.h | 147 #define eglSwapBuffers _glfw.egl.SwapBuffers 194 PFNEGLSWAPBUFFERSPROC SwapBuffers; member
|
/third_party/mesa3d/src/egl/drivers/haiku/ |
D | egl_haiku.cpp | 306 surface->gl->SwapBuffers(); in haiku_swap_buffers() 323 .SwapBuffers = haiku_swap_buffers,
|
/third_party/flutter/engine/flutter/shell/platform/windows/ |
D | angle_surface_manager.h | 51 EGLBoolean SwapBuffers(const EGLSurface surface);
|
D | win32_flutter_window.cc | 311 bool Win32FlutterWindow::SwapBuffers() { in SwapBuffers() function in flutter::Win32FlutterWindow 312 return surface_manager->SwapBuffers(render_surface); in SwapBuffers()
|
D | win32_flutter_window.h | 97 bool SwapBuffers();
|
/third_party/flutter/engine/flutter/shell/platform/android/ |
D | android_context_gl.h | 32 bool SwapBuffers();
|
/third_party/mesa3d/docs/relnotes/ |
D | 10.0.1.rst | 65 - egl/wayland: Flush the wl_display at the end of SwapBuffers 66 - Enable throttling in SwapBuffers
|
/third_party/flutter/engine/flutter/shell/gpu/ |
D | gpu_surface_vulkan.cc | 41 return weak_this->window_.SwapBuffers(); in AcquireFrame()
|
/third_party/flutter/engine/flutter/vulkan/ |
D | vulkan_window.h | 54 bool SwapBuffers();
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
D | dri_util.h | 135 void (*SwapBuffers)(__DRIdrawable *driDrawPriv); member
|