Searched refs:ddraw (Results 1 – 6 of 6) 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,
1485 __DRIdrawable *ddraw, *rdraw; in dri2_make_current() local1502 ddraw = (dsurf) ? dri2_dpy->vtbl->get_dri_drawable(dsurf) : NULL; in dri2_make_current()1514 unbind = (cctx == NULL && ddraw == NULL && rdraw == NULL); in dri2_make_current()1516 if (unbind || dri2_dpy->core->bindContext(cctx, ddraw, rdraw)) { in dri2_make_current()