Searched defs:pdraw (Results 1 - 2 of 2) sorted by relevance
| /vbox/src/VBox/Additions/common/crOpenGL/ |
| H A D | dri_util.c | 608 __DRIdrawable *pdraw; local 610 pdraw = driCreateNewDrawable(screen, config, 0, 0, NULL, data); 611 if (!pdraw) 614 pdraw->dri2.drawable_id = drawable_id; 615 pdraw->dri2.tail = head; 616 pdraw->pBackClipRects = _mesa_malloc(sizeof *pdraw->pBackClipRects); 618 return pdraw;
|
| H A D | fakedri_drv.c | 794 __DRIdrawable *pdraw, 797 SWDRI_SAFERET_CORE(bindContext, ctx, pdraw, pread); 793 vboxdriBindContext(__DRIcontext *ctx, __DRIdrawable *pdraw, __DRIdrawable *pread) argument
|
Completed in 51 milliseconds