Lines Matching refs:CommandCache
62 CommandCache::CommandCache(void) : in CommandCache() function in demo::CommandCache
85 CommandCache::~CommandCache() in ~CommandCache()
87 CommandCache::Finalize(); in ~CommandCache()
90 void CommandCache::Initialize(const u32 CommandListSize, const u32 RequestNum, in Initialize()
111 void CommandCache::Finalize(void) in Finalize()
136 void CommandCache::SetVSUniformMatrixRegisterIndex(const u32 modelIndex, in SetVSUniformMatrixRegisterIndex()
155 void CommandCache::BeginSave(void) in BeginSave()
180 void CommandCache::SaveCommandBufferStartOffset(const u32 modelIndex) in SaveCommandBufferStartOffset()
200 void CommandCache::EndSave(void) in EndSave()
263 …void CommandCache::UpdateVSUniformMatrix(const u32 modelIndex, const u32 uniformMatrixIndex, const… in UpdateVSUniformMatrix()
301 void CommandCache::Append(void) in Append()
318 void CommandCache::Print(void) in Print()