Searched refs:GetAppGpuMemoryInMB (Results 1 – 11 of 11) sorted by relevance
90 curThread->GetAppGpuMemoryInMB();
108 EXPECT_EQ(rsSubThreadManager->GetAppGpuMemoryInMB(), 0.f);111 EXPECT_EQ(rsSubThreadManager->GetAppGpuMemoryInMB(), 0.f);
202 curThread->GetAppGpuMemoryInMB();
47 float GetAppGpuMemoryInMB();
49 float GetAppGpuMemoryInMB();
97 float RSSubThreadManager::GetAppGpuMemoryInMB() in GetAppGpuMemoryInMB() function in OHOS::Rosen::RSSubThreadManager107 total += subThread->GetAppGpuMemoryInMB(); in GetAppGpuMemoryInMB()
114 float RSSubThread::GetAppGpuMemoryInMB() in GetAppGpuMemoryInMB() function in OHOS::Rosen::RSSubThread118 total = MemoryManager::GetAppGpuMemoryInMB(grContext_.get()); in GetAppGpuMemoryInMB()
49 static float GetAppGpuMemoryInMB(Drawing::GPUContext* gpuContext);
246 float MemoryManager::GetAppGpuMemoryInMB(Drawing::GPUContext* gpuContext) in GetAppGpuMemoryInMB() function in OHOS::Rosen::MemoryManager
1071 gpuMemSize += RSSubThreadManager::Instance()->GetAppGpuMemoryInMB(); in GetTotalAppMemSize()
4043 gpuMemSize = MemoryManager::GetAppGpuMemoryInMB( in GetAppMemoryInMB()