Lines Matching refs:CommandListSwapper
27 CommandListSwapper* CommandListSwapper::s_CommandListSwapper = NULL;
30 CommandListSwapper*
31 CommandListSwapper::Create( in Create()
33 CommandListSwapper::Description& description) in Create()
35 void* memory = allocator->Alloc(sizeof(CommandListSwapper)); in Create()
39 CommandListSwapper* swapper = new(memory) CommandListSwapper(allocator, description); in Create()
45 CommandListSwapper::CommandListSwapper( in CommandListSwapper() function in nw::demo::CommandListSwapper
47 CommandListSwapper::Description& description) in CommandListSwapper()
70 nngxSetCmdlistCallback(CommandListSwapper::CommandListCallback); in CommandListSwapper()
92 CommandListSwapper::Destroy() in Destroy()
97 this->~CommandListSwapper(); in Destroy()
104 CommandListSwapper::Bind() in Bind()
110 CommandListSwapper::RunAsync() in RunAsync()
125 CommandListSwapper::Swap() in Swap()
140 CommandListSwapper::WaitDone() in WaitDone()
164 CommandListSwapper::ResetGpuProfiling() in ResetGpuProfiling()
171 CommandListSwapper::AddGpuProfilingStartPoint(bool IsInTotal) in AddGpuProfilingStartPoint()
190 CommandListSwapper::SetGpuProfilingEndPoint(u32 profilingId) in SetGpuProfilingEndPoint()
199 CommandListSwapper::RegisterCallback() in RegisterCallback()
217 CommandListSwapper::CalcGpuProfilingCostTime() in CalcGpuProfilingCostTime()
234 CommandListSwapper::GetGpuProfilingCostTime(u32 profilingId) in GetGpuProfilingCostTime()
248 CommandListSwapper::GetGpuProfilingTotalCostTime() in GetGpuProfilingTotalCostTime()
267 CommandListSwapper::SetGpuProfilingTick(GLint id) in SetGpuProfilingTick()
288 CommandListSwapper::CommandListCallback(GLint id) in CommandListCallback()
298 CommandListSwapper::StartCommandSave() in StartCommandSave()
310 CommandListSwapper::EndCommandSave() in EndCommandSave()
329 CommandListSwapper::ReuseCommand(bool isCopyBuffer) in ReuseCommand()
346 CommandListSwapper::GetCommandBufferSize() const in GetCommandBufferSize()
358 CommandListSwapper::GetReusableCommandBufferSize() const in GetReusableCommandBufferSize()