Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DRenderProxy.h113 void resetProfileInfo();
DRenderProxy.cpp449 CREATE_BRIDGE1(resetProfileInfo, CanvasContext* context) { in CREATE_BRIDGE1() argument
454 void RenderProxy::resetProfileInfo() { in resetProfileInfo() function in android::uirenderer::renderthread::RenderProxy
455 SETUP_TASK(resetProfileInfo); in resetProfileInfo()
/frameworks/base/libs/hwui/tests/macrobench/
DTestSceneRunner.cpp157 proxy->resetProfileInfo(); in run()