Searched refs:gcId (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | glxcmds.c | 226 DoCreateContext(__GLXclientState *cl, GLXContextID gcId, argument 234 LEGAL_NEW_RESOURCE(gcId, client); 294 if (!AddResource(gcId, __glXContextRes, (pointer)glxc)) { 296 client->errorValue = gcId; 304 glxc->id = gcId; 1603 DoQueryContext(__GLXclientState *cl, GLXContextID gcId) argument 1613 if (!validGlxContext(cl->client, gcId, DixReadAccess, &ctx, &err))
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/ |
| H A D | glxcmds.c | 87 GLXContextID gcId, 346 if (!AddResource(gcId, __glXContextRes, (pointer)glxc)) { 350 client->errorValue = gcId; 358 glxc->id = gcId; 507 GLXContextID gcId = req->context; local in function:__glXDestroyContext 513 dixLookupResourceByType((pointer*) &glxc, gcId, __glXContextRes, 522 FreeResourceByType(gcId, __glXContextRes, FALSE); 527 client->errorValue = gcId; 86 CreateContext(__GLXclientState * cl,GLXContextID gcId,VisualID vid,GLXFBConfigID fbconfigId,int screen,GLXContextID shareList,int isDirect) argument
|
| /xsrc/external/mit/xorg-server/dist/glx/ |
| H A D | glxcmds.c | 243 DoCreateContext(__GLXclientState * cl, GLXContextID gcId, argument 332 glxc->id = gcId; 366 client->errorValue = gcId; 1661 DoQueryContext(__GLXclientState * cl, GLXContextID gcId) argument 1671 if (!validGlxContext(cl->client, gcId, DixReadAccess, &ctx, &err))
|
Completed in 11 milliseconds