Home
last modified time | relevance | path

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

/reactos/modules/rostests/dxtest/ddraw/
H A Ddebug.cpp93 case DDERR_NOTFLIPPABLE: return "DDERR_NOTFLIPPABLE"; in DDErrorString()
/reactos/modules/rostests/tests/DxHalTest/
H A Dmain.h247 case DDERR_NOTFLIPPABLE: return "DDERR_NOTFLIPPABLE"; in DDErrorString()
/reactos/dll/directx/wine/ddraw/
H A Dsurface.c1242 return DDERR_NOTFLIPPABLE; in ddraw_surface7_Flip()
1272 return DDERR_NOTFLIPPABLE; in ddraw_surface7_Flip()
1279 return DDERR_NOTFLIPPABLE; in ddraw_surface7_Flip()
1304 return DDERR_NOTFLIPPABLE; /* Unchecked */ in ddraw_surface7_Flip()
/reactos/sdk/include/psdk/
H A Dddraw.h156 #define DDERR_NOTFLIPPABLE MAKE_DDHRESULT(582) macro