Lines Matching refs:pDraw
75 DrawablePtr pDraw, XID drawId, int type,
125 DrawablePtr pDraw; member
259 draw->pDraw = NULL; in surface_notify()
284 DrawablePtr pDraw; in attach() local
291 pDraw = draw->base.pDraw; in attach()
293 if (NULL == pDraw) { in attach()
300 if (!DRICreateSurface(pDraw->pScreen, pDraw->id, pDraw, in attach()
304 draw->pDraw = pDraw; in attach()
312 DRIDestroySurface(pDraw->pScreen, pDraw->id, pDraw, in attach()
337 GLAQUA_DEBUG_MSG("attached 0x%x to 0x%x\n", (unsigned int)pDraw->id, in attach()
584 DrawablePtr pDraw, in __glXAquaScreenCreateDrawable() argument
599 if (!__glXDrawableInit(&glxPriv->base, screen, pDraw, type, glxDrawId, in __glXAquaScreenCreateDrawable()
609 glxPriv->pDraw = pDraw; in __glXAquaScreenCreateDrawable()