Home
last modified time | relevance | path

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

/reactos/modules/rostests/dxtest/ddraw/
H A Ddebug.cpp85 case DDERR_BLTFASTCANTCLIP: return "DDERR_BLTFASTCANTCLIP"; in DDErrorString()
/reactos/modules/rostests/tests/DxHalTest/
H A Dmain.h239 case DDERR_BLTFASTCANTCLIP: return "DDERR_BLTFASTCANTCLIP"; in DDErrorString()
/reactos/dll/directx/wine/ddraw/
H A Dsurface.c4290 return DDERR_BLTFASTCANTCLIP; in ddraw_surface7_BltFast()
/reactos/sdk/include/psdk/
H A Dddraw.h148 #define DDERR_BLTFASTCANTCLIP MAKE_DDHRESULT(574) macro