Searched refs:pPrevDrawContext (Results 1 – 2 of 2) sorted by relevance
265 pContext->pPrevDrawContext = pContext->pCurDrawContext; in QueueWork()312 if (pContext->pPrevDrawContext) in GetDrawContext()314 DRAW_CONTEXT* pPrevDrawContext = pContext->pPrevDrawContext; in GetDrawContext() local321 CopyState(*pCurDrawContext->pState, *pPrevDrawContext->pState); in GetDrawContext()334 pCurDrawContext->pState = pPrevDrawContext->pState; in GetDrawContext()335 SWR_ASSERT(pPrevDrawContext->cleanupState == false); in GetDrawContext()
463 …DRAW_CONTEXT *pPrevDrawContext; // This points to DC entry for the previous context submitted th… member