Searched refs:__glXPixmapRes (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/ |
| H A D | global.c | 44 RESTYPE __glXPixmapRes; variable
|
| H A D | glxext.c | 304 __glXPixmapRes = CreateNewResourceType((DeleteType) PixmapGone, in GlxExtensionInit() 311 if (!__glXContextRes || !__glXClientRes || !__glXPixmapRes || in GlxExtensionInit()
|
| H A D | glxcmds.c | 513 __glXPixmapRes, NullClient, DixUnknownAccess); in __glXBindSwapBarrierSGIX() 546 __glXPixmapRes, NullClient, DixUnknownAccess); in __glXJoinSwapGroupSGIX() 568 __glXPixmapRes, NullClient, in __glXJoinSwapGroupSGIX() 931 __glXPixmapRes, NullClient, in MakeCurrent() 1046 __glXPixmapRes, NullClient, in MakeCurrent() 2012 if (!(AddResource(glxpixmapId, __glXPixmapRes, pGlxPixmap))) in CreateGLXPixmap() 2050 __glXPixmapRes, NullClient, DixUnknownAccess); in __glXDestroyGLXPixmap() 2136 __glXPixmapRes, NullClient, DixUnknownAccess); in __glXDoSwapBuffers() 2286 __glXPixmapRes, NullClient, DixUnknownAccess); in __glXSwapBuffers() 3509 drawId, __glXPixmapRes, in __glXGetDrawableAttributes() [all …]
|
| H A D | glxserver.h | 181 extern RESTYPE __glXPixmapRes;
|