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

/frameworks/base/libs/hwui/
H A DTessellationCache.cpp23 #include "TessellationCache.h"
36 TessellationCache::Description::Description()
48 TessellationCache::Description::Description(Type type, const Matrix4& transform, const SkPaint& paint)
59 bool TessellationCache::Description::operator==(const TessellationCache::Description& rhs) const {
77 hash_t TessellationCache::Description::hash() const {
89 void TessellationCache::Description::setupMatrixAndPaint(Matrix4* matrix, SkPaint* paint) const {
97 TessellationCache::ShadowDescription::ShadowDescription()
102 TessellationCache::ShadowDescription::ShadowDescription(const SkPath* nodeKey, const Matrix4* drawTransform)
107 bool TessellationCache
292 TessellationCache::TessellationCache() function in class:android::uirenderer::TessellationCache
[all...]
H A DTessellationCache.h49 class TessellationCache { class in namespace:android::uirenderer
124 TessellationCache();
125 ~TessellationCache();
217 }; // class TessellationCache
H A DCaches.h30 #include "TessellationCache.h"
159 TessellationCache tessellationCache;
H A DRecordedOp.h24 #include "TessellationCache.h"
366 ShadowOp(sp<TessellationCache::ShadowTask>& shadowTask, float casterAlpha)
371 sp<TessellationCache::ShadowTask> shadowTask;
H A DAndroid.mk116 TessellationCache.cpp \
H A DBakedOpDispatcher.cpp715 TessellationCache::vertexBuffer_pair_t buffers = op.shadowTask->getResult();
H A DFrameBuilder.cpp452 sp<TessellationCache::ShadowTask> task = mCaches.tessellationCache.getShadowTask(

Completed in 546 milliseconds