Home
last modified time | relevance | path

Searched refs:pPrevDrawContext (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.cpp265 pContext->pPrevDrawContext = pContext->pCurDrawContext; in QueueWork()
312 if (pContext->pPrevDrawContext) in GetDrawContext()
314 DRAW_CONTEXT* pPrevDrawContext = pContext->pPrevDrawContext; in GetDrawContext() local
321 CopyState(*pCurDrawContext->pState, *pPrevDrawContext->pState); in GetDrawContext()
334 pCurDrawContext->pState = pPrevDrawContext->pState; in GetDrawContext()
335 SWR_ASSERT(pPrevDrawContext->cleanupState == false); in GetDrawContext()
Dcontext.h463 …DRAW_CONTEXT *pPrevDrawContext; // This points to DC entry for the previous context submitted th… member