Searched refs:ddraw (Results 1 – 4 of 4) sorted by relevance
43 ddraw = LoadLibrary("ddraw.dll"); in FrameBufferDD()44 DirectDrawCreate = (DIRECTDRAWCREATE)GetProcAddress(ddraw, "DirectDrawCreate"); in FrameBufferDD()45 DirectDrawEnumerateExA = (DIRECTDRAWENUMERATEEXA)GetProcAddress(ddraw, "DirectDrawEnumerateExA"); in FrameBufferDD()61 FreeLibrary(ddraw); in ~FrameBufferDD()
57 HMODULE ddraw; member in sw::FrameBufferDD
131 nouveau_context_make_current(__DRIcontext *dri_ctx, __DRIdrawable *ddraw,
1774 __DRIdrawable *ddraw, *rdraw; in dri2_make_current() local1805 ddraw = (dsurf) ? dri2_dpy->vtbl->get_dri_drawable(dsurf) : NULL; in dri2_make_current()1809 if (cctx || ddraw || rdraw) { in dri2_make_current()1810 if (!dri2_dpy->core->bindContext(cctx, ddraw, rdraw)) { in dri2_make_current()1833 ddraw = (old_dsurf) ? dri2_dpy->vtbl->get_dri_drawable(old_dsurf) : NULL; in dri2_make_current()1838 if (dri2_dpy->core->bindContext(cctx, ddraw, rdraw)) { in dri2_make_current()