Home
last modified time | relevance | path

Searched refs:gcId (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/
H A Dglxcmds.c151 GLXContextID gcId, in CreateContext() argument
426 if (!AddResource(gcId, __glXContextRes, (void *) glxc)) { in CreateContext()
430 client->errorValue = gcId; in CreateContext()
438 glxc->id = gcId; in CreateContext()
600 GLXContextID gcId = req->context; in __glXDestroyContext() local
606 dixLookupResourceByType((void **) &glxc, gcId, __glXContextRes, in __glXDestroyContext()
615 FreeResourceByType(gcId, __glXContextRes, FALSE); in __glXDestroyContext()
621 client->errorValue = gcId; in __glXDestroyContext()
/OK3568_Linux_fs/external/xserver/glx/
H A Dglxcmds.c242 DoCreateContext(__GLXclientState * cl, GLXContextID gcId, in DoCreateContext() argument
321 glxc->id = gcId; in DoCreateContext()
354 client->errorValue = gcId; in DoCreateContext()
1632 DoQueryContext(__GLXclientState * cl, GLXContextID gcId) in DoQueryContext() argument
1642 if (!validGlxContext(cl->client, gcId, DixReadAccess, &ctx, &err)) in DoQueryContext()