Home
last modified time | relevance | path

Searched refs:ddraw (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/Main/
DFrameBufferDD.cpp43 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()
DFrameBufferDD.hpp57 HMODULE ddraw; member in sw::FrameBufferDD
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_context.h131 nouveau_context_make_current(__DRIcontext *dri_ctx, __DRIdrawable *ddraw,
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c1774 __DRIdrawable *ddraw, *rdraw; in dri2_make_current() local
1805 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()