Searched refs:dumpGraphicsMemory (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/libs/hwui/renderthread/ |
H A D | RenderProxy.h | 123 static void dumpGraphicsMemory(int fd, bool includeProfileData = true,
|
H A D | RenderThread.h | 163 void dumpGraphicsMemory(int fd, bool includeProfileData);
|
H A D | RenderProxy.cpp | 316 void RenderProxy::dumpGraphicsMemory(int fd, bool includeProfileData, bool resetProfile) { in dumpGraphicsMemory() function in android::uirenderer::renderthread::RenderProxy 320 thread.dumpGraphicsMemory(fd, includeProfileData); in dumpGraphicsMemory()
|
H A D | RenderThread.cpp | 353 void RenderThread::dumpGraphicsMemory(int fd, bool includeProfileData) { in dumpGraphicsMemory() function in android::uirenderer::renderthread::RenderThread
|
/aosp14/frameworks/base/libs/hwui/tests/macrobench/ |
H A D | TestSceneRunner.cpp | 213 RenderProxy::dumpGraphicsMemory(STDOUT_FILENO, false); in run()
|
/aosp14/frameworks/base/libs/hwui/jni/ |
H A D | android_graphics_HardwareRenderer.cpp | 407 RenderProxy::dumpGraphicsMemory(fd, true, dumpFlags & DumpFlags::Reset); in android_view_ThreadedRenderer_dumpGlobalProfileInfo()
|