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