Searched refs:pDraw (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/xorg/ |
D | xorg_dri2.c | 63 dri2_do_create_buffer(DrawablePtr pDraw, DRI2BufferPtr buffer, unsigned int format) in dri2_do_create_buffer() argument 66 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 …]
|
D | xorg_xv.c | 592 DrawablePtr pDraw) in put_image() argument 624 if (pDraw->type == DRAWABLE_WINDOW) { in put_image() 625 pPixmap = (*pScreen->GetWindowPixmap)((WindowPtr)pDraw); in put_image() 627 pPixmap = (PixmapPtr)pDraw; in put_image()
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/ |
D | xorg_dri2.c | 63 dri2_do_create_buffer(DrawablePtr pDraw, DRI2BufferPtr buffer, unsigned int format) in dri2_do_create_buffer() argument 66 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 …]
|
D | xorg_xv.c | 592 DrawablePtr pDraw) in put_image() argument 624 if (pDraw->type == DRAWABLE_WINDOW) { in put_image() 625 pPixmap = (*pScreen->GetWindowPixmap)((WindowPtr)pDraw); in put_image() 627 pPixmap = (PixmapPtr)pDraw; in put_image()
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
D | intel_tex.h | 48 GLint target, __DRIdrawable *pDraw); 50 GLint target, GLint format, __DRIdrawable *pDraw);
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
D | intel_tex.h | 48 GLint target, __DRIdrawable *pDraw); 50 GLint target, GLint format, __DRIdrawable *pDraw);
|
/external/chromium_org/third_party/mesa/src/include/GL/internal/ |
D | dri_interface.h | 243 __DRIdrawable *pDraw); 254 __DRIdrawable *pDraw); 263 __DRIdrawable *pDraw);
|
/external/mesa3d/include/GL/internal/ |
D | dri_interface.h | 243 __DRIdrawable *pDraw); 254 __DRIdrawable *pDraw); 263 __DRIdrawable *pDraw);
|