Home
last modified time | relevance | path

Searched refs:monitorGpuEndFunc_ (Results 1 - 3 of 3) sorted by relevance

/foundation/graphic/graphic_surface/sync_fence/src/
H A Dframe_sched.cpp120 if (monitorGpuEndFunc_ == nullptr) { in MonitorGpuEnd()
121 monitorGpuEndFunc_ = (MonitorGpuEndFunc)LoadSymbol("MonitorGpuEnd"); in MonitorGpuEnd()
123 if (monitorGpuEndFunc_ != nullptr) { in MonitorGpuEnd()
124 monitorGpuEndFunc_(); in MonitorGpuEnd()
/foundation/graphic/graphic_surface/sync_fence/include/
H A Dframe_sched.h51 MonitorGpuEndFunc monitorGpuEndFunc_ = nullptr; member in OHOS::Rosen::FrameSched
/foundation/graphic/graphic_surface/sync_fence/test/unittest/
H A Dframe_sched_test.cpp80 EXPECT_EQ(frameSched_.monitorGpuEndFunc_, nullptr); in HWTEST_F()

Completed in 1 milliseconds