Searched refs:__glXContextRes (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/external/xserver/glx/ |
| H A D | glxext.c | 55 RESTYPE __glXContextRes; variable 141 if (!AddResource(cx->id, __glXContextRes, (void *)cx)) { in __glXAddContext() 479 __glXContextRes = CreateNewResourceType((DeleteType) ContextGone, in xorgGlxServerPreInit() 483 if (!__glXContextRes || !__glXDrawableRes) in xorgGlxServerPreInit()
|
| H A D | glxserver.h | 152 extern RESTYPE __glXContextRes;
|
| H A D | glxcmds.c | 146 __glXContextRes, client, access_mode); in validGlxContext() 431 if (!AddResource(ghost, __glXContextRes, glxc)) in __glXDisp_DestroyContext() 433 ChangeResourceValue(glxc->id, __glXContextRes, NULL); in __glXDisp_DestroyContext() 437 FreeResourceByType(req->context, __glXContextRes, FALSE); in __glXDisp_DestroyContext() 652 FreeResourceByType(prevglxc->id, __glXContextRes, FALSE); in xorgGlxMakeCurrent()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/ |
| H A D | global.c | 42 RESTYPE __glXContextRes; variable
|
| H A D | glxext.c | 300 __glXContextRes = CreateNewResourceType((DeleteType) ContextGone, in GlxExtensionInit() 311 if (!__glXContextRes || !__glXClientRes || !__glXPixmapRes || in GlxExtensionInit()
|
| H A D | glxcmds.c | 197 __glXContextRes, NullClient, DixUnknownAccess); in CreateContext() 426 if (!AddResource(gcId, __glXContextRes, (void *) glxc)) { in CreateContext() 606 dixLookupResourceByType((void **) &glxc, gcId, __glXContextRes, in __glXDestroyContext() 615 FreeResourceByType(gcId, __glXContextRes, FALSE); in __glXDestroyContext() 875 dixLookupResourceByType((void **) &glxc, contextId, __glXContextRes, in MakeCurrent() 1455 dixLookupResourceByType((void **) &glxc, req->context, __glXContextRes, in __glXIsDirect() 1614 dixLookupResourceByType((void **) &src, source, __glXContextRes, in __glXCopyContext() 1620 dixLookupResourceByType((void **) &dst, dest, __glXContextRes, in __glXCopyContext() 3210 dixLookupResourceByType((void **) &ctx, req->context, __glXContextRes, in __glXQueryContext() 3261 req->context, __glXContextRes, in __glXQueryContextInfoEXT()
|
| H A D | glxserver.h | 179 extern RESTYPE __glXContextRes;
|