Lines Matching refs:pPix
318 CreateSurfaceForPixmap(ScreenPtr pScreen, PixmapPtr pPix) in CreateSurfaceForPixmap() argument
322 pDRIDrawablePriv = DRI_DRAWABLE_PRIV_FROM_PIXMAP(pPix); in CreateSurfaceForPixmap()
332 pDRIDrawablePriv->pDraw = (DrawablePtr)pPix; in CreateSurfaceForPixmap()
353 dixSetPrivate(&pPix->devPrivates, DRIPixmapPrivKey, in CreateSurfaceForPixmap()
419 PixmapPtr pPix = (PixmapPtr)pDrawable; in DRICreateSurface() local
421 dixSetPrivate(&pPix->devPrivates, DRIPixmapPrivKey, NULL); in DRICreateSurface()
521 PixmapPtr pPix = NULL; in DRIDrawablePrivDelete() local
528 pPix = (PixmapPtr)pDrawable; in DRIDrawablePrivDelete()
529 pDRIDrawablePriv = DRI_DRAWABLE_PRIV_FROM_PIXMAP(pPix); in DRIDrawablePrivDelete()
560 dixSetPrivate(&pPix->devPrivates, DRIPixmapPrivKey, NULL); in DRIDrawablePrivDelete()
686 PixmapPtr pPix; in DRICreatePixmap() local
691 pPix = (PixmapPtr)pDrawable; in DRICreatePixmap()
750 dixSetPrivate(&pPix->devPrivates, DRIPixmapBufferPrivKey, shared); in DRICreatePixmap()
761 PixmapPtr pPix; in DRIGetPixmapData() local
767 pPix = (PixmapPtr)pDrawable; in DRIGetPixmapData()
769 shared = dixLookupPrivate(&pPix->devPrivates, DRIPixmapBufferPrivKey); in DRIGetPixmapData()
790 PixmapPtr pPix; in DRIFreePixmapImp() local
795 pPix = (PixmapPtr)pDrawable; in DRIFreePixmapImp()
797 shared = dixLookupPrivate(&pPix->devPrivates, DRIPixmapBufferPrivKey); in DRIFreePixmapImp()
807 dixSetPrivate(&pPix->devPrivates, DRIPixmapBufferPrivKey, (void *)NULL); in DRIFreePixmapImp()