Searched refs:pClipper (Results 1 – 1 of 1) sorted by relevance
2984 IDirectDrawClipper *pClipper; in test_Device() local2999 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()