Searched refs:contextId (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server/dist/glx/
H A Dglxext.h71 XID contextId, GLXContextTag newContextTag);
H A Dglxcmds.c580 XID contextId, GLXContextTag newContextTag)
589 if (!contextId && (drawId || readId))
608 if (contextId != None) {
611 if (!validGlxContext(client, contextId, DixUseAccess, &glxc, &error))
579 xorgGlxMakeCurrent(ClientPtr client,GLXContextTag tag,XID drawId,XID readId,XID contextId,GLXContextTag newContextTag) argument
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglxcmds.c512 GLXContextID contextId, GLXContextTag tag)
528 mask |= (contextId == None) ? (1 << 2) : 0;
557 if (contextId != None) {
560 if (!validGlxContext(client, contextId, DixUseAccess, &glxc, &error))
510 DoMakeCurrent(__GLXclientState * cl,GLXDrawable drawId,GLXDrawable readId,GLXContextID contextId,GLXContextTag tag) argument
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/
H A Dglxcmds.c715 GLXContextID contextId = context; local in function:MakeCurrent
737 if ((drawId == None && contextId != None) ||
738 (drawId != None && contextId == None)) {
760 if (contextId != None) {
761 dixLookupResourceByType((pointer*) &glxc, contextId, __glXContextRes,
764 client->errorValue = contextId;

Completed in 13 milliseconds