Home
last modified time | relevance | path

Searched refs:commonCpuTimers_ (Results 1 - 4 of 4) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Drender_backend_vk.cpp311 commonCpuTimers_.present.Begin();
394 commonCpuTimers_.present.End();
410 commonCpuTimers_.full.Begin();
411 commonCpuTimers_.acquire.Begin();
421 commonCpuTimers_.acquire.End();
424 commonCpuTimers_.execute.Begin();
432 commonCpuTimers_.execute.End();
433 commonCpuTimers_.submit.Begin();
442 commonCpuTimers_.submit.End();
443 commonCpuTimers_
[all...]
H A Drender_backend_vk.h312 CommonBackendCpuTimers commonCpuTimers_; member in final
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.cpp750 commonCpuTimers_.present.Begin(); in Present()
779 commonCpuTimers_.present.End(); in Present()
818 commonCpuTimers_.full.Begin(); in Render()
819 commonCpuTimers_.acquire.Begin(); in Render()
840 commonCpuTimers_.acquire.End(); in Render()
843 commonCpuTimers_.execute.Begin(); in Render()
853 commonCpuTimers_.execute.End(); in Render()
857 commonCpuTimers_.full.End(); in Render()
2666 perfData->UpdateData("RenderBackend", "Full_Cpu", commonCpuTimers_.full.GetMicroseconds()); in EndFrameTimers()
2667 perfData->UpdateData("RenderBackend", "Acquire_Cpu", commonCpuTimers_ in EndFrameTimers()
[all...]
H A Drender_backend_gles.h209 CommonBackendCpuTimers commonCpuTimers_; member in final

Completed in 12 milliseconds