Searched refs:dsRing (Results 1 – 2 of 2) sorted by relevance
84 pContext->dsRing.Init(pContext->MAX_DRAWS_IN_FLIGHT); in SwrCreateContext()95 pContext->dsRing[dc].pArena = new CachingArena(pContext->cachingArenaAllocator); in SwrCreateContext()309 pCurDrawContext->pState = &pContext->dsRing[dsIndex]; in GetDrawContext()400 delete pContext->dsRing[i].pArena; in SwrDestroyContext()
473 RingBuffer<DRAW_STATE> dsRing; member