Searched defs:TessellationCache (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
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
299 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 116 milliseconds