Home
last modified time | relevance | path

Searched refs:DDERR_NORASTEROPHW (Results 1 – 5 of 5) sorted by relevance

/reactos/modules/rostests/dxtest/ddraw/
H A Ddebug.cpp39 case DDERR_NORASTEROPHW: return "DDERR_NORASTEROPHW"; in DDErrorString()
/reactos/modules/rostests/tests/DxHalTest/
H A Dmain.h193 case DDERR_NORASTEROPHW: return "DDERR_NORASTEROPHW"; in DDErrorString()
/reactos/modules/rostests/dxtest/ddraw/Surface/
H A Dblt.cpp98 TEST (Surface->Blt(NULL, Source, NULL, DDBLT_WAIT|DDBLT_ROP, &bltfx) == DDERR_NORASTEROPHW); in Blt_Test()
/reactos/dll/directx/wine/ddraw/
H A Dsurface.c1625 return DDERR_NORASTEROPHW; in ddraw_surface7_Blt()
1711 return DDERR_NORASTEROPHW; in ddraw_surface7_Blt()
/reactos/sdk/include/psdk/
H A Dddraw.h100 #define DDERR_NORASTEROPHW MAKE_DDHRESULT(280) macro