Lines Matching refs:pReadDraw
707 DrawablePtr pReadDraw = NULL;
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) {
992 pReadDraw = pDraw;
1114 if (pReadDraw && pReadDraw != pDraw &&
1117 pReadDraw->id, XRC_DRAWABLE,