Searched refs:pDraw (Results 1 – 4 of 4) sorted by relevance
63 dri2_do_create_buffer(DrawablePtr pDraw, DRI2BufferPtr buffer, unsigned int format) in dri2_do_create_buffer() argument66 ScreenPtr pScreen = pDraw->pScreen; in dri2_do_create_buffer()74 if (pDraw->type == DRAWABLE_PIXMAP) in dri2_do_create_buffer()75 pPixmap = (PixmapPtr) pDraw; in dri2_do_create_buffer()77 pPixmap = (*pScreen->GetWindowPixmap)((WindowPtr) pDraw); in dri2_do_create_buffer()84 pDraw->type != DRAWABLE_PIXMAP) { in dri2_do_create_buffer()85 private->pPixmap = (*pScreen->CreatePixmap)(pScreen, pDraw->width, in dri2_do_create_buffer()86 pDraw->height, in dri2_do_create_buffer()87 pDraw->depth, in dri2_do_create_buffer()109 unsigned depthBits = (format != 0) ? format : pDraw->depth; in dri2_do_create_buffer()[all …]
592 DrawablePtr pDraw) in put_image() argument624 if (pDraw->type == DRAWABLE_WINDOW) { in put_image()625 pPixmap = (*pScreen->GetWindowPixmap)((WindowPtr)pDraw); in put_image()627 pPixmap = (PixmapPtr)pDraw; in put_image()
48 GLint target, __DRIdrawable *pDraw);50 GLint target, GLint format, __DRIdrawable *pDraw);
243 __DRIdrawable *pDraw);254 __DRIdrawable *pDraw);263 __DRIdrawable *pDraw);