Home
last modified time | relevance | path

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

/external/swiftshader/src/WSI/
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/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.c1485 __DRIdrawable *ddraw, *rdraw; in dri2_make_current() local
1502 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()