Searched refs:pPrevDrawContext (Results 1 – 2 of 2) sorted by relevance
300 pContext->pPrevDrawContext = pContext->pCurDrawContext; in QueueWork()347 if (pContext->pPrevDrawContext) in GetDrawContext()349 DRAW_CONTEXT* pPrevDrawContext = pContext->pPrevDrawContext; in GetDrawContext() local356 CopyState(*pCurDrawContext->pState, *pPrevDrawContext->pState); in GetDrawContext()369 pCurDrawContext->pState = pPrevDrawContext->pState; in GetDrawContext()370 SWR_ASSERT(pPrevDrawContext->cleanupState == false); in GetDrawContext()
501 DRAW_CONTEXT* pPrevDrawContext; // This points to DC entry for the previous context submitted member