Searched refs:TessellationCache (Results 1 - 5 of 5) sorted by path

/frameworks/base/libs/hwui/
H A DAndroid.common.mk79 TessellationCache.cpp \
H A DCaches.h38 #include "TessellationCache.h"
167 TessellationCache tessellationCache;
H A DDisplayListOp.h1517 TessellationCache::vertexBuffer_pair_t buffers;
H A DTessellationCache.cpp24 #include "TessellationCache.h"
37 TessellationCache::Description::Description()
48 TessellationCache::Description::Description(Type type, const Matrix4& transform, const SkPaint& paint)
58 hash_t TessellationCache::Description::hash() const {
70 void TessellationCache::Description::setupMatrixAndPaint(Matrix4* matrix, SkPaint* paint) const {
78 TessellationCache::ShadowDescription::ShadowDescription()
83 TessellationCache::ShadowDescription::ShadowDescription(const void* nodeKey, const Matrix4* drawTransform)
88 hash_t TessellationCache::ShadowDescription::hash() const {
98 class TessellationCache::TessellationTask : public Task<VertexBuffer*> {
111 class TessellationCache
308 TessellationCache::TessellationCache() function in class:android::uirenderer::TessellationCache
[all...]
H A DTessellationCache.h44 class TessellationCache { class in namespace:android::uirenderer
87 TessellationCache();
88 ~TessellationCache();
187 }; // class TessellationCache

Completed in 205 milliseconds