Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DRenderProxy.h144 static void repackVectorDrawableAtlas();
DRenderProxy.cpp710 CREATE_BRIDGE1(repackVectorDrawableAtlas, RenderThread* thread) { in CREATE_BRIDGE1() argument
716 void RenderProxy::repackVectorDrawableAtlas() { in repackVectorDrawableAtlas() function in android::uirenderer::renderthread::RenderProxy
718 SETUP_TASK(repackVectorDrawableAtlas); in repackVectorDrawableAtlas()
/frameworks/base/libs/hwui/pipeline/skia/
DVectorDrawableAtlas.cpp47 renderthread::RenderProxy::repackVectorDrawableAtlas(); in prepareForDraw()