Home
last modified time | relevance | path

Searched refs:GetAppGpuMemoryInMB (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/parallel_render/
H A Drs_filter_sub_thread_test.cpp90 curThread->GetAppGpuMemoryInMB();
H A Drs_sub_thread_manager_test.cpp108 EXPECT_EQ(rsSubThreadManager->GetAppGpuMemoryInMB(), 0.f);
111 EXPECT_EQ(rsSubThreadManager->GetAppGpuMemoryInMB(), 0.f);
H A Drs_sub_thread_test.cpp202 curThread->GetAppGpuMemoryInMB();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/
H A Drs_sub_thread_manager.h47 float GetAppGpuMemoryInMB();
H A Drs_sub_thread.h49 float GetAppGpuMemoryInMB();
H A Drs_sub_thread_manager.cpp97 float RSSubThreadManager::GetAppGpuMemoryInMB() in GetAppGpuMemoryInMB() function in OHOS::Rosen::RSSubThreadManager
107 total += subThread->GetAppGpuMemoryInMB(); in GetAppGpuMemoryInMB()
H A Drs_sub_thread.cpp114 float RSSubThread::GetAppGpuMemoryInMB() in GetAppGpuMemoryInMB() function in OHOS::Rosen::RSSubThread
118 total = MemoryManager::GetAppGpuMemoryInMB(grContext_.get()); in GetAppGpuMemoryInMB()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/memory/
H A Drs_memory_manager.h49 static float GetAppGpuMemoryInMB(Drawing::GPUContext* gpuContext);
H A Drs_memory_manager.cpp246 float MemoryManager::GetAppGpuMemoryInMB(Drawing::GPUContext* gpuContext) in GetAppGpuMemoryInMB() function in OHOS::Rosen::MemoryManager
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service_connection.cpp1071 gpuMemSize += RSSubThreadManager::Instance()->GetAppGpuMemoryInMB(); in GetTotalAppMemSize()
H A Drs_main_thread.cpp4043 gpuMemSize = MemoryManager::GetAppGpuMemoryInMB( in GetAppMemoryInMB()