Searched refs:GlxCheckSwap (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/xserver/glx/ |
| H A D | vnd_dispatch_stubs.c | 17 contextTag = GlxCheckSwap(client, stuff->contextTag); in dispatch_Render() 34 contextTag = GlxCheckSwap(client, stuff->contextTag); in dispatch_RenderLarge() 51 screen = GlxCheckSwap(client, stuff->screen); in dispatch_CreateContext() 52 context = GlxCheckSwap(client, stuff->context); in dispatch_CreateContext() 78 context = GlxCheckSwap(client, stuff->context); in dispatch_DestroyContext() 98 contextTag = GlxCheckSwap(client, stuff->contextTag); in dispatch_WaitGL() 115 contextTag = GlxCheckSwap(client, stuff->contextTag); in dispatch_WaitX() 132 contextTag = GlxCheckSwap(client, stuff->contextTag); in dispatch_UseXFont() 149 screen = GlxCheckSwap(client, stuff->screen); in dispatch_CreateGLXPixmap() 150 glxpixmap = GlxCheckSwap(client, stuff->glxpixmap); in dispatch_CreateGLXPixmap() [all …]
|
| H A D | vndcmds.c | 107 reply.majorVersion = GlxCheckSwap(client, 1); in dispatch_GLXQueryVersion() 108 reply.minorVersion = GlxCheckSwap(client, 4); in dispatch_GLXQueryVersion() 212 oldContextTag = GlxCheckSwap(client, oldContextTag); in CommonMakeCurrent() 213 drawable = GlxCheckSwap(client, drawable); in CommonMakeCurrent() 214 readdrawable = GlxCheckSwap(client, readdrawable); in CommonMakeCurrent() 215 context = GlxCheckSwap(client, context); in CommonMakeCurrent() 272 reply.contextTag = GlxCheckSwap(client, reply.contextTag); in CommonMakeCurrent() 315 … GlxContextTagInfo *tagInfo = GlxLookupContextTag(client, GlxCheckSwap(client, stuff->contextTag)); in dispatch_GLXCopyContext() 321 vendor = GlxGetXIDMap(GlxCheckSwap(client, stuff->source)); in dispatch_GLXCopyContext() 338 … GlxContextTagInfo *tagInfo = GlxLookupContextTag(client, GlxCheckSwap(client, stuff->contextTag)); in dispatch_GLXSwapBuffers() [all …]
|
| H A D | vndserver.h | 114 static inline CARD32 GlxCheckSwap(ClientPtr client, CARD32 value) in GlxCheckSwap() function
|