Home
last modified time | relevance | path

Searched refs:repackIfNeeded (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/pipeline/skia/
DVectorDrawableAtlas.h78 void repackIfNeeded(GrContext* context);
DVectorDrawableAtlas.cpp61 void VectorDrawableAtlas::repackIfNeeded(GrContext* context) { in repackIfNeeded() function in android::uirenderer::skiapipeline::VectorDrawableAtlas
/frameworks/base/libs/hwui/tests/unit/
DVectorDrawableAtlasTests.cpp160 atlas.repackIfNeeded(renderThread.getGrContext()); in RENDERTHREAD_SKIA_PIPELINE_TEST()
/frameworks/base/libs/hwui/renderthread/
DRenderProxy.cpp376 thread.cacheManager().acquireVectorDrawableAtlas()->repackIfNeeded( in repackVectorDrawableAtlas()