Home
last modified time | relevance | path

Searched refs:DDBLTFX (Results 1 – 10 of 10) sorted by relevance

/reactos/modules/rostests/dxtest/ddraw/Surface/
H A Dblt.cpp38 DDBLTFX bltfx; in Blt_Test()
45 bltfx.dwSize = sizeof(DDBLTFX); in Blt_Test()
124 DDBLTFX bltfx; in GetBltStatus_Test()
125 bltfx.dwSize = sizeof(DDBLTFX); in GetBltStatus_Test()
143 DDBLTFX bltfx; in Test_Blt()
144 bltfx.dwSize = sizeof(DDBLTFX); in Test_Blt()
H A Dprivate_data.cpp38 DDBLTFX bltfx; in Test_PrivateData()
39 bltfx.dwSize = sizeof(DDBLTFX); in Test_PrivateData()
/reactos/dll/directx/ddraw/Surface/
H A Dsurface_main.c303 ZeroMemory(&mDdBlt.bltFX, sizeof(DDBLTFX)); in Main_DDrawSurface_Blt()
388 memmove(&mDdBlt.bltFX, lpbltfx, sizeof (DDBLTFX)); in Main_DDrawSurface_Blt()
394 mDdBlt.bltFX.dwSize = sizeof(DDBLTFX); in Main_DDrawSurface_Blt()
/reactos/modules/rostests/tests/DxHalTest/
H A Dmain.c622 memset(&mDdBlt.bltFX, 0, sizeof(DDBLTFX)); in WinMain()
623 mDdBlt.bltFX.dwSize = sizeof(DDBLTFX); in WinMain()
/reactos/base/applications/dxdiag/
H A Dddtest.c324 DDBLTFX DDBlitFx; in DDUpdateFrame()
/reactos/dll/directx/wine/ddraw/
H A Dsurface.c1575 IDirectDrawSurface7 *src_surface, RECT *src_rect, DWORD flags, DDBLTFX *fx) in ddraw_surface7_Blt()
1583 DDBLTFX rop_fx; in ddraw_surface7_Blt()
1756 IDirectDrawSurface4 *src_surface, RECT *src_rect, DWORD flags, DDBLTFX *fx) in ddraw_surface4_Blt()
1769 IDirectDrawSurface3 *src_surface, RECT *src_rect, DWORD flags, DDBLTFX *fx) in ddraw_surface3_Blt()
1782 IDirectDrawSurface2 *src_surface, RECT *src_rect, DWORD flags, DDBLTFX *fx) in ddraw_surface2_Blt()
1795 IDirectDrawSurface *src_surface, RECT *src_rect, DWORD flags, DDBLTFX *fx) in ddraw_surface1_Blt()
/reactos/sdk/include/psdk/
H A Dddrawint.h274 DDBLTFX bltFX;
H A Dddrawi.h853 DDBLTFX bltFX;
H A Dddraw.h1317 } DDBLTFX, *LPDDBLTFX; typedef
/reactos/modules/rostests/winetests/d3drm/
H A Dd3drm.c6711 DDBLTFX fx; in clear_depth_surface()