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.cpp300 pContext->pPrevDrawContext = pContext->pCurDrawContext; in QueueWork()
347 if (pContext->pPrevDrawContext) in GetDrawContext()
349 DRAW_CONTEXT* pPrevDrawContext = pContext->pPrevDrawContext; in GetDrawContext() local
356 CopyState(*pCurDrawContext->pState, *pPrevDrawContext->pState); in GetDrawContext()
369 pCurDrawContext->pState = pPrevDrawContext->pState; in GetDrawContext()
370 SWR_ASSERT(pPrevDrawContext->cleanupState == false); in GetDrawContext()
Dcontext.h501 DRAW_CONTEXT* pPrevDrawContext; // This points to DC entry for the previous context submitted member