Home
last modified time | relevance | path

Searched refs:TessellationCache (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/libs/hwui/
DTessellationCache.cpp36 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 …]
DTessellationCache.h49 class TessellationCache {
124 TessellationCache();
125 ~TessellationCache();
DCaches.h156 TessellationCache tessellationCache;
DRecordedOp.h366 ShadowOp(sp<TessellationCache::ShadowTask>& shadowTask, float casterAlpha) in ShadowOp()
371 sp<TessellationCache::ShadowTask> shadowTask;
DAndroid.bp225 "TessellationCache.cpp",
DFrameBuilder.cpp452 sp<TessellationCache::ShadowTask> task = mCaches.tessellationCache.getShadowTask( in deferShadow()
DBakedOpDispatcher.cpp715 TessellationCache::vertexBuffer_pair_t buffers = op.shadowTask->getResult(); in onShadowOp()