Lines Matching defs:pPresentInfo
64 D3DKMT_PRESENT *pPresentInfo = (D3DKMT_PRESENT *)pPresentData->pDXGIContext;
66 HWND hWnd = pPresentInfo->hWindow;
69 DebugPrintf(" hWindow = 0x%08lx\n", pPresentInfo->hWindow);
70 if (pPresentInfo->Flags.SrcRectValid) {
71 DebugPrintf(" SrcRect.left = %li\n", pPresentInfo->SrcRect.left);
72 DebugPrintf(" SrcRect.top = %li\n", pPresentInfo->SrcRect.top);
73 DebugPrintf(" SrcRect.right = %li\n", pPresentInfo->SrcRect.right);
74 DebugPrintf(" SrcRect.bottom = %li\n", pPresentInfo->SrcRect.bottom);
76 if (pPresentInfo->Flags.DstRectValid) {
77 DebugPrintf(" DstRect.left = %li\n", pPresentInfo->DstRect.left);
78 DebugPrintf(" DstRect.top = %li\n", pPresentInfo->DstRect.top);
79 DebugPrintf(" DstRect.right = %li\n", pPresentInfo->DstRect.right);
80 DebugPrintf(" DstRect.bottom = %li\n", pPresentInfo->DstRect.bottom);