Searched refs:swapBuffers (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/buildroot/package/qt5/qt5base/ |
| H A D | 0013-linuxfb-Use-triple-buffer-by-default.patch | 47 void swapBuffers(Output *output); 74 -void QLinuxFbDevice::swapBuffers(Output *output) 89 @@ -379,6 +385,27 @@ void QLinuxFbDevice::swapBuffers(Output *output) 93 +void QLinuxFbDevice::swapBuffers(Output *output)
|
| H A D | 0021-linuxfbdrm-Delay-setMode-to-swapBuffers.patch | 4 Subject: [PATCH 21/28] linuxfbdrm: Delay setMode to swapBuffers() 24 void swapBuffers(Output *output); 59 @@ -394,7 +396,10 @@ void QLinuxFbDevice::swapBuffers(Output *output)
|
| H A D | 0028-linuxfbdrm-Support-setting-screen-size-and-display-r.patch | 20 @@ -416,14 +416,27 @@ void QLinuxFbDevice::swapBuffers(Output *output)
|
| H A D | 0014-linuxfb-Support-rotate.patch | 36 @@ -408,9 +409,16 @@ void QLinuxFbDevice::swapBuffers(Output *output)
|
| H A D | 0016-HACK-linuxfb-Support-direct-painting.patch | 245 m_device->swapBuffers(output);
|
| /OK3568_Linux_fs/buildroot/package/qt5/qt5wayland/ |
| H A D | 0003-Revert-Use-a-dedicated-EGLContext-for-the-decoration.patch | 293 void QWaylandGLContext::swapBuffers(QPlatformSurface *surface) 296 @@ -473,23 +563,15 @@ void QWaylandGLContext::swapBuffers(QPlatformSurface *surface) 311 + // for random context state changes in a swapBuffers() call. 324 @@ -507,6 +589,9 @@ void QWaylandGLContext::swapBuffers(QPlatformSurface *surface)
|
| /OK3568_Linux_fs/external/xserver/glx/ |
| H A D | glxdrawable.h | 48 GLboolean(*swapBuffers) (ClientPtr client, __GLXdrawable *); member
|
| H A D | glxdriswrast.c | 109 (*core->swapBuffers) (private->driDrawable); in __glXDRIdrawableSwapBuffers() 273 private->base.swapBuffers = __glXDRIdrawableSwapBuffers; in __glXDRIscreenCreateDrawable()
|
| H A D | glxdri2.c | 613 private->base.swapBuffers = __glXDRIdrawableSwapBuffers; in __glXDRIscreenCreateDrawable()
|
| H A D | glxcmds.c | 1625 (*pGlxDraw->swapBuffers) (cl->client, pGlxDraw) == GL_FALSE) in __glXDisp_SwapBuffers()
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/GL/ |
| H A D | indirect.c | 606 glxPriv->base.swapBuffers = __glXAquaDrawableSwapBuffers; in __glXAquaScreenCreateDrawable()
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/glx/ |
| H A D | indirect.c | 861 glxPriv->base.swapBuffers = glxWinDrawableSwapBuffers; in glxWinCreateDrawable()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 114972 XQuartz: GLX: Fix prototype for swapBuffers
|