Searched refs:TessellationCache (Results 1 – 7 of 7) sorted by relevance
36 TessellationCache::Description::Description() in Description()48 TessellationCache::Description::Description(Type type, const Matrix4& transform, const SkPaint& pai… in Description()59 bool TessellationCache::Description::operator==(const TessellationCache::Description& rhs) const { in operator ==()77 hash_t TessellationCache::Description::hash() const { in hash()89 void TessellationCache::Description::setupMatrixAndPaint(Matrix4* matrix, SkPaint* paint) const { in setupMatrixAndPaint()97 TessellationCache::ShadowDescription::ShadowDescription() in ShadowDescription()102 TessellationCache::ShadowDescription::ShadowDescription(const SkPath* nodeKey, const Matrix4* drawT… in ShadowDescription()107 bool TessellationCache::ShadowDescription::operator==( in operator ==()108 const TessellationCache::ShadowDescription& rhs) const { in operator ==()113 hash_t TessellationCache::ShadowDescription::hash() const { in hash()[all …]
49 class TessellationCache {124 TessellationCache();125 ~TessellationCache();
156 TessellationCache tessellationCache;
366 ShadowOp(sp<TessellationCache::ShadowTask>& shadowTask, float casterAlpha) in ShadowOp()371 sp<TessellationCache::ShadowTask> shadowTask;
225 "TessellationCache.cpp",
452 sp<TessellationCache::ShadowTask> task = mCaches.tessellationCache.getShadowTask( in deferShadow()
715 TessellationCache::vertexBuffer_pair_t buffers = op.shadowTask->getResult(); in onShadowOp()