HomeSort by relevance Sort by last modified time
    Searched refs:pPrevDrawContext (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
api.cpp 237 pContext->pPrevDrawContext = pContext->pCurDrawContext;
284 if (pContext->pPrevDrawContext)
286 DRAW_CONTEXT* pPrevDrawContext = pContext->pPrevDrawContext;
293 CopyState(*pCurDrawContext->pState, *pPrevDrawContext->pState);
306 pCurDrawContext->pState = pPrevDrawContext->pState;
307 SWR_ASSERT(pPrevDrawContext->cleanupState == false);
    [all...]
context.h 447 // a. Set pPrevDrawContext = pCurDrawContext
455 DRAW_CONTEXT *pPrevDrawContext; // This points to DC entry for the previous context submitted that we can copy state from.

Completed in 51 milliseconds