Home
last modified time | relevance | path

Searched refs:SkiaMemoryReporter (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/libs/renderengine/skia/debug/
H A DSkiaMemoryReporter.cpp31 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 DSkiaMemoryReporter.h39 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 DAndroid.bp95 "skia/debug/SkiaMemoryReporter.cpp",
/aosp12/frameworks/native/libs/renderengine/skia/
H A DSkiaGLRenderEngine.cpp1459 SkiaMemoryReporter cpuReporter(cpuResourceMap, false); in dump()
1474 SkiaMemoryReporter gpuReporter(gpuResourceMap, true); in dump()
1498 SkiaMemoryReporter gpuProtectedReporter(gpuResourceMap, true); in dump()