Home
last modified time | relevance | path

Searched refs:pDraw (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/xorg/
Dxorg_dri2.c63 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 …]
Dxorg_xv.c592 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/
Dxorg_dri2.c63 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 …]
Dxorg_xv.c592 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/
Dintel_tex.h48 GLint target, __DRIdrawable *pDraw);
50 GLint target, GLint format, __DRIdrawable *pDraw);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
Dintel_tex.h48 GLint target, __DRIdrawable *pDraw);
50 GLint target, GLint format, __DRIdrawable *pDraw);
/external/chromium_org/third_party/mesa/src/include/GL/internal/
Ddri_interface.h243 __DRIdrawable *pDraw);
254 __DRIdrawable *pDraw);
263 __DRIdrawable *pDraw);
/external/mesa3d/include/GL/internal/
Ddri_interface.h243 __DRIdrawable *pDraw);
254 __DRIdrawable *pDraw);
263 __DRIdrawable *pDraw);