Home
last modified time | relevance | path

Searched refs:gpuMemoryControl_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/memory/
H A Drs_memory_manager.cpp76 uint64_t MemoryManager::gpuMemoryControl_ = UINT64_MAX; member in OHOS::Rosen::MemoryManager
573 gpuMemoryControl_ = ParseMemoryLimit(rsWatchPoint, "process_gpu_control_threshold"); in InitMemoryLimit()
583 if (gpuContext == nullptr || gpuMemoryControl_ == UINT64_MAX) { in SetGpuMemoryLimit()
587 gpuContext->InitGpuMemoryLimit(MemoryOverflow, gpuMemoryControl_); in SetGpuMemoryLimit()
H A Drs_memory_manager.h83 static uint64_t gpuMemoryControl_; variable