Home
last modified time | relevance | path

Searched refs:__glXContextRes (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/xserver/glx/
H A Dglxext.c55 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 Dglxserver.h152 extern RESTYPE __glXContextRes;
H A Dglxcmds.c146 __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 Dglobal.c42 RESTYPE __glXContextRes; variable
H A Dglxext.c300 __glXContextRes = CreateNewResourceType((DeleteType) ContextGone, in GlxExtensionInit()
311 if (!__glXContextRes || !__glXClientRes || !__glXPixmapRes || in GlxExtensionInit()
H A Dglxcmds.c197 __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 Dglxserver.h179 extern RESTYPE __glXContextRes;