Lines Matching refs:drawId
713 GLXDrawable drawId = drawable;
737 if ((drawId == None && contextId != None) ||
738 (drawId != None && contextId == None)) {
776 if (drawId != None) {
777 rc = dixLookupDrawable(&pDraw, drawId, client, 0, DixWriteAccess);
795 client->errorValue = drawId;
806 client->errorValue = drawId;
812 dixLookupResourceByType((pointer*) &pGlxPixmap, drawId,
821 client->errorValue = drawId;
837 dixLookupResourceByType((pointer*) &pGlxWindow, drawId,
848 client->errorValue = drawId;
860 dixLookupResourceByType((pointer*) &pGlxPbuffer, drawId,
866 client->errorValue = drawId;
880 client->errorValue = drawId;
888 if (readId != None && readId != drawId ) {
973 client->errorValue = drawId;
1169 if (drawId == readId) {
1942 int __glXDoSwapBuffers(__GLXclientState *cl, XID drawId, GLXContextTag tag)
1961 rc = dixLookupDrawable(&pDraw, drawId, client, 0, DixWriteAccess);
1974 client->errorValue = drawId;
1980 dixLookupResourceByType((pointer*) &pGlxPixmap, drawId,
1992 dixLookupResourceByType((pointer*) &pGlxWindow, drawId,
2007 client->errorValue = drawId;
2108 XID drawId = req->drawable;
2117 rc = dixLookupDrawable(&pDraw, drawId, client, 0, DixWriteAccess);
2123 client->errorValue = drawId;
2129 dixLookupResourceByType((pointer*) &pGlxPixmap, drawId,
2140 dixLookupResourceByType((pointer*) &pGlxWindow, drawId,
2154 client->errorValue = drawId;
2168 return SGSwapBuffers(cl, drawId, tag, pDraw);
2171 return __glXDoSwapBuffers(cl, drawId, tag);
3294 GLXDrawable drawId = req->drawable;
3306 if (drawId != None) {
3307 rc = dixLookupDrawable(&pDraw, drawId, client, 0, DixGetAttrAccess);
3316 client->errorValue = drawId;
3323 drawId, __glXPixmapRes,
3335 drawId, __glXWindowRes,
3347 drawId, __glXPbufferRes,
3361 client->errorValue = drawId;
3376 client->errorValue = drawId;
3396 client->errorValue = drawId;
3457 GLXDrawable drawId = req->drawable;
3464 if (drawId != None) {
3465 rc = dixLookupDrawable(&pDraw, drawId, client, 0, DixSetAttrAccess);
3473 client->errorValue = drawId;
3480 drawId, __glXPixmapRes,
3492 drawId, __glXWindowRes,
3504 drawId, __glXPbufferRes,
3518 client->errorValue = drawId;
3534 client->errorValue = drawId;
3554 client->errorValue = drawId;