Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_app_ActivityThread.cpp39 android::uirenderer::renderthread::RenderProxy::dumpGraphicsMemory(fd); in android_app_ActivityThread_dumpGraphics()
/frameworks/base/libs/hwui/renderthread/
DRenderThread.h112 void dumpGraphicsMemory(int fd);
DRenderProxy.h107 ANDROID_API static void dumpGraphicsMemory(int fd);
DRenderProxy.cpp245 void RenderProxy::dumpGraphicsMemory(int fd) { in dumpGraphicsMemory() function in android::uirenderer::renderthread::RenderProxy
248 thread.queue().runSync([&]() { thread.dumpGraphicsMemory(fd); }); in dumpGraphicsMemory()
DRenderThread.cpp252 void RenderThread::dumpGraphicsMemory(int fd) { in dumpGraphicsMemory() function in android::uirenderer::renderthread::RenderThread