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

/xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/
H A Dglxcmds.c707 DrawablePtr pReadDraw = NULL; local in function:MakeCurrent
889 rc = dixLookupDrawable(&pReadDraw, readId, client, 0, DixReadAccess);
891 if (pReadDraw->type == DRAWABLE_WINDOW) {
922 if (!pReadDraw) {
935 pReadDraw = pReadGlxPixmap->pDraw;
944 if (!pReadDraw && __GLX_IS_VERSION_SUPPORTED(1,3) ) {
960 pReadDraw = pGlxReadWindow->pDraw;
966 if (!pReadDraw && __GLX_IS_VERSION_SUPPORTED(1,3) ) {
977 pReadDraw = (DrawablePtr)pGlxReadPbuffer;
983 if (!pReadDraw) {
[all...]

Completed in 5 milliseconds