Searched refs:ddraw (Results 1 - 10 of 10) 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 563 ddraw = (dsurf) ? wgl_egl_surface(dsurf)->fb : NULL; 567 if (cctx || ddraw || rdraw) { 568 if (!stw_make_current(ddraw, rdraw, cctx)) { 591 ddraw = (old_dsurf) ? wgl_egl_surface(old_dsurf)->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 | 131 nouveau_context_make_current(__DRIcontext *dri_ctx, __DRIdrawable *ddraw,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nouveau_context.h | 131 nouveau_context_make_current(__DRIcontext *dri_ctx, __DRIdrawable *ddraw,
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | Makefile.am | 71 ddraw.h \
|
| H A D | Makefile.in | 724 ddraw.h \
|
| H A D | ddraw.h | 2 #include_next <ddraw.h>
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | Makefile.am | 109 ddraw.h \
|
| H A D | Makefile.in | 69 winwindow.c winwndproc.c ddraw.h winclipboard.h winconfig.h \ 588 ddraw.h \
|
| /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 1494 ddraw = (dsurf) ? dri2_dpy->vtbl->get_dri_drawable(dsurf) : 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 1806 ddraw = (dsurf) ? dri2_dpy->vtbl->get_dri_drawable(dsurf) : NULL; 1810 if (cctx || ddraw || rdraw) { 1811 if (!dri2_dpy->core->bindContext(cctx, ddraw, rdraw)) { 1834 ddraw = (old_dsurf) ? dri2_dpy->vtbl->get_dri_drawable(old_dsurf) : NULL; 1839 if (dri2_dpy->core->bindContext(cctx, ddraw, rdraw)) {
|
Completed in 39 milliseconds