Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/frame_aware_sched/interfaces/innerkits/frameintf/
H A Dframe_ui_intf.cpp243 void FrameUiIntf::MonitorGpuEnd() const in MonitorGpuEnd() function in OHOS::RME::FrameUiIntf
393 extern "C" void MonitorGpuEnd() in MonitorGpuEnd() function
395 FrameUiIntf::GetInstance().MonitorGpuEnd(); in MonitorGpuEnd()
H A Dframe_ui_intf.h61 void MonitorGpuEnd() const;
/ohos5.0/foundation/graphic/graphic_surface/sync_fence/include/
H A Dframe_sched.h35 void MonitorGpuEnd();
/ohos5.0/foundation/graphic/graphic_surface/sync_fence/test/unittest/
H A Dframe_sched_test.cpp78 frameSched_.MonitorGpuEnd();
/ohos5.0/foundation/graphic/graphic_surface/sync_fence/src/
H A Dframe_sched.cpp118 void FrameSched::MonitorGpuEnd() in MonitorGpuEnd() function in OHOS::Rosen::FrameSched
H A Dsync_fence_tracker.cpp261 Rosen::FrameSched::GetInstance().MonitorGpuEnd(); in WaitFence()