/external/mesa3d/include/HaikuGL/ |
D | GLView.h | 51 void SwapBuffers(); 52 void SwapBuffers(bool vSync); 146 void SwapBuffers();
|
D | GLRenderer.h | 40 virtual void SwapBuffers(bool VSync = false);
|
/external/mesa3d/src/hgl/ |
D | GLView.cpp | 89 BGLView::SwapBuffers() in SwapBuffers() function in BGLView 91 SwapBuffers(false); in SwapBuffers() 96 BGLView::SwapBuffers(bool vSync) in SwapBuffers() function in BGLView 100 fRenderer->SwapBuffers(vSync); in SwapBuffers() 512 BGLScreen::SwapBuffers()
|
D | GLRenderer.cpp | 59 BGLRenderer::SwapBuffers(bool VSync) in SwapBuffers() function in BGLRenderer
|
/external/mesa3d/src/gallium/targets/haiku-softpipe/ |
D | SoftwareRenderer.cpp | 137 SwapBuffers(); in UnlockGL() 145 SoftwareRenderer::SwapBuffers(bool vsync) in SwapBuffers() function in SoftwareRenderer 153 fContextObj->SwapBuffers(fContextID); in SwapBuffers()
|
D | GalliumContext.h | 38 status_t SwapBuffers(context_id contextID);
|
D | SoftwareRenderer.h | 31 virtual void SwapBuffers(bool vsync = false);
|
/external/mesa3d/src/egl/drivers/haiku/ |
D | egl_haiku.cpp | 306 surface->gl->SwapBuffers(); in haiku_swap_buffers() 323 .SwapBuffers = haiku_swap_buffers,
|
/external/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
|
D | 17.1.7.rst | 41 - gallium/wgl: SwapBuffers freezing regularly with swap interval
|
/external/libvpx/libvpx/test/ |
D | y4m_video_source.h | 92 void SwapBuffers(Y4mVideoSource *other) { in SwapBuffers() function
|
D | active_map_refresh_test.cc | 98 y4m_video->SwapBuffers(y4m_holder_); in PreEncodeFrameHook()
|
/external/libaom/libaom/test/ |
D | y4m_video_source.h | 94 void SwapBuffers(Y4mVideoSource *other) { in SwapBuffers() function
|
/external/skia/tools/sk_app/win/ |
D | GLWindowContext_win.cpp | 139 SwapBuffers(dc); in onSwapBuffers()
|
/external/mesa3d/src/mesa/drivers/dri/common/ |
D | dri_util.h | 141 void (*SwapBuffers)(__DRIdrawable *driDrawPriv); member
|
/external/skqp/tools/sk_app/win/ |
D | GLWindowContext_win.cpp | 135 SwapBuffers(dc); in onSwapBuffers()
|
/external/skqp/tools/gpu/gl/win/ |
D | CreatePlatformGLTestContext_win.cpp | 209 if (!SwapBuffers(dc)) { in onPlatformSwapBuffers()
|
/external/angle/util/windows/ |
D | WGLWindow.cpp | 232 if (SwapBuffers(mDeviceContext) == FALSE) in swap()
|
/external/swiftshader/src/OpenGL/libEGL/ |
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()
|
/external/angle/src/libANGLE/renderer/gl/wgl/ |
D | FunctionsWGL.cpp | 119 swapBuffers = SwapBuffers; // SwapBuffers is statically linked from GDI in initialize()
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | glxapi.h | 76 void (*SwapBuffers)(Display *dpy, GLXDrawable drawable); member
|
/external/mesa3d/src/egl/main/ |
D | egldriver.h | 117 EGLBoolean (*SwapBuffers)(_EGLDisplay *disp, _EGLSurface *draw); member
|
/external/angle/src/libGLESv2/ |
D | egl_stubs_autogen.h | 157 EGLBoolean SwapBuffers(Thread *thread, egl::Display *dpyPacked, Surface *surfacePacked);
|
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()
|
/external/mesa3d/src/glx/windows/ |
D | windowsgl.c | 254 SwapBuffers(drawDc); in windows_swap_buffers()
|