Home | History | Annotate | Download | only in GL

Lines Matching defs:pDraw

75                               DrawablePtr pDraw, XID drawId, int type,
125 DrawablePtr pDraw;
259 draw->pDraw = NULL;
284 DrawablePtr pDraw;
291 pDraw = draw->base.pDraw;
293 if (NULL == pDraw) {
294 ErrorF("%s:%s() pDraw is NULL!\n", __FILE__, __func__);
299 //if (!quartzProcs->CreateSurface(pDraw->pScreen, pDraw->id, pDraw,
300 if (!DRICreateSurface(pDraw->pScreen, pDraw->id, pDraw,
304 draw->pDraw = pDraw;
311 //quartzProcs->DestroySurface(pDraw->pScreen, pDraw->id, pDraw,
312 DRIDestroySurface(pDraw->pScreen, pDraw->id, pDraw,
337 GLAQUA_DEBUG_MSG("attached 0x%x to 0x%x\n", (unsigned int)pDraw->id,
584 DrawablePtr pDraw,
599 if (!__glXDrawableInit(&glxPriv->base, screen, pDraw, type, glxDrawId,
609 glxPriv->pDraw = pDraw;