Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DCaches.cpp192 tessellationCache.getSize(), tessellationCache.getMaxSize()); in dumpMemoryUsage()
208 total += tessellationCache.getSize(); in dumpMemoryUsage()
246 tessellationCache.clear(); in flush()
DCaches.h159 TessellationCache tessellationCache; variable
DFrameBuilder.cpp452 sp<TessellationCache::ShadowTask> task = mCaches.tessellationCache.getShadowTask( in deferShadow()
725 mCaches.tessellationCache.precacheRoundRect(state->computedState.transform, *(op.paint), in deferRoundRectOp()
DBakedOpDispatcher.cpp679 const VertexBuffer* buffer = renderer.caches().tessellationCache.getRoundRect( in onRoundRectOp()
/frameworks/base/libs/hwui/renderthread/
DOpenGLPipeline.cpp89 caches.tessellationCache.trim(); in draw()