Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/d3drm/
H A Dd3drm.c2984 IDirectDrawClipper *pClipper; in test_Device() local
2999 hr = DirectDrawCreateClipper(0, &pClipper, NULL); in test_Device()
3002 hr = IDirectDrawClipper_SetHWnd(pClipper, 0, window); in test_Device()
3006 … hr = IDirect3DRM3_CreateDeviceFromClipper(d3drm, pClipper, &driver, rc.right, rc.bottom, &device); in test_Device()
3025 IDirectDrawClipper_Release(pClipper); in test_Device()