Searched refs:SkiaMemoryReporter (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/native/libs/renderengine/skia/debug/ |
H A D | SkiaMemoryReporter.cpp | 31 SkiaMemoryReporter::SkiaMemoryReporter(const std::vector<ResourcePair>& resourceMap, bool itemize) in SkiaMemoryReporter() function in android::renderengine::skia::SkiaMemoryReporter 37 const char* SkiaMemoryReporter::mapName(const char* resourceName) { in mapName() 46 void SkiaMemoryReporter::resetCurrentElement() { in resetCurrentElement() 52 void SkiaMemoryReporter::processCurrentElement() { in processCurrentElement() 112 void SkiaMemoryReporter::dumpNumericValue(const char* dumpName, const char* valueName, in dumpNumericValue() 121 void SkiaMemoryReporter::dumpWrappedState(const char* dumpName, bool isWrappedObject) { in dumpWrappedState() 129 void SkiaMemoryReporter::logOutput(std::string& log, bool wrappedResources) { in logOutput() 180 void SkiaMemoryReporter::logTotals(std::string& log) { in logTotals() 190 SkiaMemoryReporter::TraceValue SkiaMemoryReporter::convertUnits(const TraceValue& value) { in convertUnits()
|
H A D | SkiaMemoryReporter.h | 39 class SkiaMemoryReporter : public SkTraceMemoryDump { 50 SkiaMemoryReporter(const std::vector<ResourcePair>& resourceMap, bool itemize); 51 ~SkiaMemoryReporter() override {} in ~SkiaMemoryReporter()
|
/aosp12/frameworks/native/libs/renderengine/ |
H A D | Android.bp | 95 "skia/debug/SkiaMemoryReporter.cpp",
|
/aosp12/frameworks/native/libs/renderengine/skia/ |
H A D | SkiaGLRenderEngine.cpp | 1459 SkiaMemoryReporter cpuReporter(cpuResourceMap, false); in dump() 1474 SkiaMemoryReporter gpuReporter(gpuResourceMap, true); in dump() 1498 SkiaMemoryReporter gpuProtectedReporter(gpuResourceMap, true); in dump()
|