Home
last modified time | relevance | path

Searched refs:dumpGraphicsMemory (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/libs/hwui/renderthread/
H A DRenderProxy.h123 static void dumpGraphicsMemory(int fd, bool includeProfileData = true,
H A DRenderThread.h163 void dumpGraphicsMemory(int fd, bool includeProfileData);
H A DRenderProxy.cpp316 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 DRenderThread.cpp353 void RenderThread::dumpGraphicsMemory(int fd, bool includeProfileData) { in dumpGraphicsMemory() function in android::uirenderer::renderthread::RenderThread
/aosp14/frameworks/base/libs/hwui/tests/macrobench/
H A DTestSceneRunner.cpp213 RenderProxy::dumpGraphicsMemory(STDOUT_FILENO, false); in run()
/aosp14/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_HardwareRenderer.cpp407 RenderProxy::dumpGraphicsMemory(fd, true, dumpFlags & DumpFlags::Reset); in android_view_ThreadedRenderer_dumpGlobalProfileInfo()