Home
last modified time | relevance | path

Searched refs:includeProfileData (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/platform/host/renderthread/
DRenderThread.cpp86 void RenderThread::dumpGraphicsMemory(int fd, bool includeProfileData) {} in dumpGraphicsMemory() argument
/frameworks/base/libs/hwui/renderthread/
DRenderProxy.h124 static void dumpGraphicsMemory(int fd, bool includeProfileData = true,
DRenderThread.cpp355 void RenderThread::dumpGraphicsMemory(int fd, bool includeProfileData) { in dumpGraphicsMemory() argument
356 if (includeProfileData) { in dumpGraphicsMemory()
DRenderThread.h160 void dumpGraphicsMemory(int fd, bool includeProfileData);
DRenderProxy.cpp325 void RenderProxy::dumpGraphicsMemory(int fd, bool includeProfileData, bool resetProfile) { in dumpGraphicsMemory() argument
329 thread.dumpGraphicsMemory(fd, includeProfileData); in dumpGraphicsMemory()