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