Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DRenderProxy.h114 ANDROID_API static void dumpGraphicsMemory(int fd);
DRenderProxy.cpp460 CREATE_BRIDGE2(dumpGraphicsMemory, int fd, RenderThread* thread) { in CREATE_BRIDGE2() argument
476 void RenderProxy::dumpGraphicsMemory(int fd) { in dumpGraphicsMemory() function in android::uirenderer::renderthread::RenderProxy
478 SETUP_TASK(dumpGraphicsMemory); in dumpGraphicsMemory()
/frameworks/base/core/jni/
Dandroid_view_DisplayListCanvas.cpp96 android::uirenderer::renderthread::RenderProxy::dumpGraphicsMemory(fd); in android_app_ActivityThread_dumpGraphics()