Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/gx/Api/CommandCacheVSUniformModel/
Dgx_CommandCacheVSUniformModel.cpp58 demo::CommandCache s_CommandCacheArray[MAX_MODEL_NUM]; variable
230 s_CommandCacheArray[modelIndex].Initialize(s_CommandListSize, s_CommandListRequestNum, in InitializeCommandCache()
233s_CommandCacheArray[modelIndex].SetVSUniformMatrixRegisterIndex(0, s_ModelViewArrayIndex, s_ModelV… in InitializeCommandCache()
247 s_CommandCacheArray[modelIndex].Finalize(); in Finalize()
396 s_CommandCacheArray[modelIndex].BeginSave(); in MakeDisplay0CommandCache()
399 s_CommandCacheArray[modelIndex].SaveCommandBufferStartOffset(0); in MakeDisplay0CommandCache()
407 s_CommandCacheArray[modelIndex].EndSave(); in MakeDisplay0CommandCache()
431s_CommandCacheArray[modelIndex].UpdateVSUniformMatrix(0, s_ModelViewArrayIndex, modelViewMatrix); in DrawDisplay0CommandCache()
434 s_CommandCacheArray[modelIndex].Append(); in DrawDisplay0CommandCache()