Lines Matching defs:present
211 This->present = pPresentationGroup;
219 ID3DPresentGroup_AddRef(This->present);
292 This->nswapchains = ID3DPresentGroup_GetMultiheadCount(This->present);
298 ID3DPresent *present;
300 hr = ID3DPresentGroup_GetPresent(This->present, i, &present);
311 hr = NineSwapChain9Ex_new(This, TRUE, present,
315 hr = NineSwapChain9_new(This, TRUE, present,
321 ID3DPresent_Release(present);
411 if (ID3DPresent_GetCursorPos(This->swapchains[0]->present, &This->cursor.pos) != S_OK) {
583 ID3DPresentGroup_Release(This->present);
659 if (This->present) { ID3DPresentGroup_Release(This->present); }
871 hw_cursor = ID3DPresent_SetCursor(This->swapchains[0]->present,
883 ID3DPresent_SetCursor(This->swapchains[0]->present, NULL, NULL, FALSE);
899 /* present >= v1.4 handles this itself */
909 This->cursor.software = ID3DPresent_SetCursorPos(swap->present, &This->cursor.pos) != D3D_OK;
929 This->cursor.software = ID3DPresent_SetCursor(This->swapchains[0]->present, NULL, NULL, bShow) != D3D_OK;
940 ID3DPresent *present;
954 hr = ID3DPresentGroup_CreateAdditionalPresent(This->present, pPresentationParameters, &present);
959 hr = NineSwapChain9_new(This, FALSE, present, pPresentationParameters,
1101 ID3DPresent_SetGammaRamp(swap->present, pRamp, swap->params.hDeviceWindow);