Searched refs:dumpGraphicsMemory (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/libs/hwui/platform/host/renderthread/ |
D | RenderThread.cpp | 86 void RenderThread::dumpGraphicsMemory(int fd, bool includeProfileData) {} in dumpGraphicsMemory() function in android::uirenderer::renderthread::RenderThread
|
/frameworks/base/libs/hwui/renderthread/ |
D | RenderProxy.h | 124 static void dumpGraphicsMemory(int fd, bool includeProfileData = true,
|
D | RenderThread.h | 160 void dumpGraphicsMemory(int fd, bool includeProfileData);
|
D | RenderProxy.cpp | 325 void RenderProxy::dumpGraphicsMemory(int fd, bool includeProfileData, bool resetProfile) { in dumpGraphicsMemory() function in android::uirenderer::renderthread::RenderProxy 329 thread.dumpGraphicsMemory(fd, includeProfileData); in dumpGraphicsMemory()
|
D | RenderThread.cpp | 355 void RenderThread::dumpGraphicsMemory(int fd, bool includeProfileData) { in dumpGraphicsMemory() function in android::uirenderer::renderthread::RenderThread
|
/frameworks/base/libs/hwui/tests/macrobench/ |
D | TestSceneRunner.cpp | 213 RenderProxy::dumpGraphicsMemory(STDOUT_FILENO, false); in run()
|
/frameworks/base/libs/hwui/jni/ |
D | android_graphics_HardwareRenderer.cpp | 414 RenderProxy::dumpGraphicsMemory(fd, true, dumpFlags & DumpFlags::Reset); in android_view_ThreadedRenderer_dumpGlobalProfileInfo()
|