Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/memory_plugin/include/
Dsmaps_stats.h133 VMHEAP_GL_DEV, enumerator
242 {OpsType::OPS_START, "/dev/kgsl-3d0", {VmemifoType::VMHEAP_GL_DEV, VmemifoType::VMHEAP_NULL}},
/developtools/profiler/device/plugins/memory_plugin/src/
Dsmaps_stats.cpp415 return GetPrivate(VMHEAP_GL_DEV) + GetPrivate(VMHEAP_GRAPHICS) + GetPrivate(VMHEAP_GL); in GetProcessGraphics()