Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/platform/host/renderthread/
DRenderThread.cpp86 void RenderThread::dumpGraphicsMemory(int fd, bool includeProfileData) {} in dumpGraphicsMemory() function in android::uirenderer::renderthread::RenderThread
/frameworks/base/libs/hwui/renderthread/
DRenderProxy.h124 static void dumpGraphicsMemory(int fd, bool includeProfileData = true,
DRenderThread.h160 void dumpGraphicsMemory(int fd, bool includeProfileData);
DRenderProxy.cpp325 void RenderProxy::dumpGraphicsMemory(int fd, bool includeProfileData, bool resetProfile) { in dumpGraphicsMemory() function in android::uirenderer::renderthread::RenderProxy
329 thread.dumpGraphicsMemory(fd, includeProfileData); in dumpGraphicsMemory()
DRenderThread.cpp355 void RenderThread::dumpGraphicsMemory(int fd, bool includeProfileData) { in dumpGraphicsMemory() function in android::uirenderer::renderthread::RenderThread
/frameworks/base/libs/hwui/tests/macrobench/
DTestSceneRunner.cpp213 RenderProxy::dumpGraphicsMemory(STDOUT_FILENO, false); in run()
/frameworks/base/libs/hwui/jni/
Dandroid_graphics_HardwareRenderer.cpp414 RenderProxy::dumpGraphicsMemory(fd, true, dumpFlags & DumpFlags::Reset); in android_view_ThreadedRenderer_dumpGlobalProfileInfo()