Searched refs:DDERR_NOOVERLAYHW (Results 1 – 5 of 5) sorted by relevance
/reactos/modules/rostests/dxtest/ddraw/Surface/ |
H A D | caps_tests.h | 10 TEST(TestCaps("DDSCAPS_OVERLAY", 0x80, DDERR_INVALIDPARAMS, DDERR_NOOVERLAYHW)); 14 …TestCaps("DDSCAPS_OVERLAY | DDSCAPS_SYSTEMMEMORY", 0x880, DDERR_INVALIDPARAMS, DDERR_NOOVERLAYHW)); 20 TEST(TestCaps("DDSCAPS_3DDEVICE | DDSCAPS_OVERLAY", 0x2080, DDERR_INVALIDPARAMS, DDERR_NOOVERLAYHW)… 24 …DEVICE | DDSCAPS_OVERLAY | DDSCAPS_SYSTEMMEMORY", 0x2880, DDERR_INVALIDPARAMS, DDERR_NOOVERLAYHW)); 40 …OVERLAY | DDSCAPS_OWNDC | DDSCAPS_SYSTEMMEMORY", 0x40880, DDERR_INVALIDPARAMS, DDERR_NOOVERLAYHW)); 50 …(TestCaps("DDSCAPS_LIVEVIDEO | DDSCAPS_OVERLAY", 0x80080, DDERR_INVALIDPARAMS, DDERR_NOOVERLAYHW)); 60 …3DDEVICE | DDSCAPS_LIVEVIDEO | DDSCAPS_OVERLAY", 0x82080, DDERR_INVALIDPARAMS, DDERR_NOOVERLAYHW)); 90 TEST(TestCaps("DDSCAPS_HWCODEC | DDSCAPS_OVERLAY", 0x100080, DDERR_INVALIDPARAMS, DDERR_NOOVERLAYHW… 100 …_3DDEVICE | DDSCAPS_HWCODEC | DDSCAPS_OVERLAY", 0x102080, DDERR_INVALIDPARAMS, DDERR_NOOVERLAYHW)); 394 …estCaps("DDSCAPS_OVERLAY | DDSCAPS_VIDEOPORT", 0x8000080, DDERR_INVALIDPARAMS, DDERR_NOOVERLAYHW)); [all …]
|
/reactos/modules/rostests/dxtest/ddraw/ |
H A D | debug.cpp | 38 case DDERR_NOOVERLAYHW: return "DDERR_NOOVERLAYHW"; in DDErrorString()
|
/reactos/modules/rostests/tests/DxHalTest/ |
H A D | main.h | 192 case DDERR_NOOVERLAYHW: return "DDERR_NOOVERLAYHW"; in DDErrorString()
|
/reactos/dll/directx/wine/ddraw/ |
H A D | surface.c | 6111 return DDERR_NOOVERLAYHW; in ddraw_surface_create()
|
/reactos/sdk/include/psdk/ |
H A D | ddraw.h | 98 #define DDERR_NOOVERLAYHW MAKE_DDHRESULT(260) macro
|