HomeSort by relevance Sort by last modified time
    Searched refs:tessellationCache (Results 1 - 7 of 7) sorted by null

  /frameworks/base/libs/hwui/
Caches.cpp 194 log.appendFormat(" TessellationCache %8d / %8d\n",
195 tessellationCache.getSize(), tessellationCache.getMaxSize());
211 total += tessellationCache.getSize();
251 tessellationCache.clear();
Caches.h 34 #include "TessellationCache.h"
155 TessellationCache tessellationCache;
DisplayListOp.h     [all...]
FrameBuilder.cpp 449 sp<TessellationCache::ShadowTask> task = mCaches.tessellationCache.getShadowTask(
720 mCaches.tessellationCache.precacheRoundRect(state->computedState.transform, *(op.paint),
    [all...]
OpenGLRenderer.cpp 194 mCaches.tessellationCache.trim();
    [all...]
BakedOpDispatcher.cpp 694 const VertexBuffer* buffer = renderer.caches().tessellationCache.getRoundRect(
    [all...]
  /frameworks/base/libs/hwui/renderthread/
CanvasContext.cpp 422 caches.tessellationCache.trim();

Completed in 517 milliseconds