Searched refs:glXSwapBuffers (Results 1 – 25 of 38) sorted by relevance
12
/third_party/mesa3d/docs/gallium/ |
D | buffermapping.rst | 25 1030842 glXSwapBuffers(dpy = 0x82a8000, drawable = 20971540) 38 1033097 glXSwapBuffers(dpy = 0x82a8000, drawable = 20971540) 98 167581 glXSwapBuffers(dpy = 0x3004630, drawable = 25165844) 131 7251973 glXSwapBuffers(dpy = 0x86dd860, drawable = 20971540) 135 7252390 glXSwapBuffers(dpy = 0x86dd860, drawable = 20971540) 149 885199 glXSwapBuffers(dpy = 0x379a3e0, drawable = 20971527) 153 889330 glXSwapBuffers(dpy = 0x379a3e0, drawable = 20971527) 157 893461 glXSwapBuffers(dpy = 0x379a3e0, drawable = 20971527) 204 1640732 glXSwapBuffers(dpy = 0xb218f20, drawable = 23068674) 251 938384 glXSwapBuffers(dpy = 0x377fcd0, drawable = 23068692) [all …]
|
/third_party/openGLES/extensions/SGI/ |
D | GLX_SGI_cushion.txt | 112 When glXSwapBuffers is executed, the contents of the back buffer are 152 cushion value and the current swap interval, then glXSwapBuffers stalls 154 glXSwapBuffers is stalled, the queueing of the back buffer as the next 156 allowed to proceed (glXSwapBuffers doesn't return) or the subsequent GL
|
D | GLX_SGI_swap_control.txt | 64 takes effect when glXSwapBuffers is first called subsequent to the
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGI/ |
D | GLX_SGI_cushion.txt | 112 When glXSwapBuffers is executed, the contents of the back buffer are 152 cushion value and the current swap interval, then glXSwapBuffers stalls 154 glXSwapBuffers is stalled, the queueing of the back buffer as the next 156 allowed to proceed (glXSwapBuffers doesn't return) or the subsequent GL
|
D | GLX_SGI_swap_control.txt | 64 takes effect when glXSwapBuffers is first called subsequent to the
|
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
D | glx_getproc.c | 61 { "glXSwapBuffers", (__GLXextFuncPtr) glXSwapBuffers },
|
/third_party/glfw/src/ |
D | glx_context.h | 104 #define glXSwapBuffers _glfw.glx.SwapBuffers macro
|
D | glx_context.c | 173 glXSwapBuffers(_glfw.x11.display, window->context.glx.window); in swapBuffersGLX()
|
/third_party/mesa3d/docs/ |
D | xlibdriver.rst | 56 the application's address space. When glXSwapBuffers() is called, 153 glXSwapBuffers() but only copies a sub-region of the window instead of
|
/third_party/skia/tools/sk_app/unix/ |
D | GLWindowContext_unix.cpp | 174 glXSwapBuffers(fDisplay, fWindow); in onSwapBuffers()
|
/third_party/mesa3d/docs/_extra/specs/ |
D | MESA_swap_control.spec | 83 takes effect when glXSwapBuffers is first called subsequent to the
|
/third_party/openGLES/extensions/MESA/ |
D | GLX_MESA_swap_control.txt | 83 takes effect when glXSwapBuffers is first called subsequent to the
|
/third_party/skia/third_party/externals/opengl-registry/extensions/MESA/ |
D | GLX_MESA_swap_control.txt | 83 takes effect when glXSwapBuffers is first called subsequent to the
|
/third_party/openGLES/extensions/SGIX/ |
D | GLX_SGIX_hyperpipe.txt | 74 o Maintain state to manage the glXSwapBuffers() call correctly. In 475 are not changed until glXSwapBuffers is called for the corresponding 534 glXSwapBuffers may be called even for a single-buffered visual when 540 glXSwapBuffers. After all the pipes contributing to a particular
|
D | GLX_SGIX_dm_buffer.txt | 136 calling glXSwapBuffers. Note that some pbuffers use framebuffer resources
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | GLX_SGIX_hyperpipe.txt | 74 o Maintain state to manage the glXSwapBuffers() call correctly. In 475 are not changed until glXSwapBuffers is called for the corresponding 534 glXSwapBuffers may be called even for a single-buffered visual when 540 glXSwapBuffers. After all the pipes contributing to a particular
|
D | GLX_SGIX_dm_buffer.txt | 136 calling glXSwapBuffers. Note that some pbuffers use framebuffer resources
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | GLX_EXT_buffer_age.txt | 73 time glXSwapBuffers is called then even though 100s of frames may 109 glXSwapBuffers
|
D | EXT_swap_control.txt | 125 other video frame). The interval takes effect when glXSwapBuffers
|
/third_party/openGLES/extensions/EXT/ |
D | GLX_EXT_buffer_age.txt | 73 time glXSwapBuffers is called then even though 100s of frames may 109 glXSwapBuffers
|
D | EXT_swap_control.txt | 125 other video frame). The interval takes effect when glXSwapBuffers
|
/third_party/mesa3d/include/GL/ |
D | glx.h | 196 extern void glXSwapBuffers( Display *dpy, GLXDrawable drawable );
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
D | FunctionsGLX.cpp | 188 GET_FNPTR_OR_ERROR(&mFnPtrs->swapBuffersPtr, glXSwapBuffers); in initialize()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | GLX_NV_delay_before_swap.txt | 145 glXSwapBuffers(dpy, drawable);
|
/third_party/openGLES/extensions/NV/ |
D | GLX_NV_delay_before_swap.txt | 145 glXSwapBuffers(dpy, drawable);
|
12