Searched refs:rdraw (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/egl/drivers/wgl/ |
| H A D | egl_wgl.c | 530 struct stw_framebuffer *ddraw, *rdraw; local in function:wgl_make_current 564 rdraw = (rsurf) ? wgl_egl_surface(rsurf)->fb : NULL; 567 if (cctx || ddraw || rdraw) { 568 if (!stw_make_current(ddraw, rdraw, cctx)) { 592 rdraw = (old_rsurf) ? wgl_egl_surface(old_rsurf)->fb : NULL; 596 if (stw_make_current(ddraw, rdraw, cctx)) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nouveau_context.h | 132 __DRIdrawable *rdraw);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nouveau_context.h | 132 __DRIdrawable *rdraw);
|
| /xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/ |
| H A D | egl_dri2.c | 1472 __DRIdrawable *ddraw, *rdraw; local in function:dri2_make_current 1495 rdraw = (rsurf) ? dri2_dpy->vtbl->get_dri_drawable(rsurf) : NULL; 1513 unbind = (cctx == NULL && ddraw == NULL && rdraw == NULL); 1515 if (!unbind && !dri2_dpy->core->bindContext(cctx, ddraw, rdraw)) {
|
| /xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/ |
| H A D | egl_dri2.c | 1775 __DRIdrawable *ddraw, *rdraw; local in function:dri2_make_current 1807 rdraw = (rsurf) ? dri2_dpy->vtbl->get_dri_drawable(rsurf) : NULL; 1810 if (cctx || ddraw || rdraw) { 1811 if (!dri2_dpy->core->bindContext(cctx, ddraw, rdraw)) { 1835 rdraw = (old_rsurf) ? dri2_dpy->vtbl->get_dri_drawable(old_rsurf) : NULL; 1839 if (dri2_dpy->core->bindContext(cctx, ddraw, rdraw)) {
|
Completed in 11 milliseconds