Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DRenderProxy.h112 static void dumpGraphicsMemory(int fd, bool includeProfileData = true,
DRenderThread.cpp341 void RenderThread::dumpGraphicsMemory(int fd, bool includeProfileData) { in dumpGraphicsMemory() argument
342 if (includeProfileData) { in dumpGraphicsMemory()
DRenderProxy.cpp271 void RenderProxy::dumpGraphicsMemory(int fd, bool includeProfileData, bool resetProfile) { in dumpGraphicsMemory() argument
275 thread.dumpGraphicsMemory(fd, includeProfileData); in dumpGraphicsMemory()
DRenderThread.h162 void dumpGraphicsMemory(int fd, bool includeProfileData);