Searched refs:gpuPrivateAllocationsKb (Results 1 – 2 of 2) sorted by relevance
31 int gpuPrivateAllocationsKb = (int) Debug.getGpuPrivateMemoryKb(); in getMetrics() local63 if (dmaBufTotalExportedKb >= 0 && gpuPrivateAllocationsKb >= 0) { in getMetrics()67 accountedKb += dmaBufTotalExportedKb + gpuPrivateAllocationsKb; in getMetrics()101 result.gpuPrivateAllocationsKb = gpuPrivateAllocationsKb; in getMetrics()128 public int gpuPrivateAllocationsKb; field in SystemMemoryUtil.Metrics
2658 metrics.gpuPrivateAllocationsKb,