Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DTessellationCache.cpp37 TessellationCache::Description::Description() in Description()
48 TessellationCache::Description::Description(Type type, const Matrix4& transform, const SkPaint& pai… in Description()
58 hash_t TessellationCache::Description::hash() const { in hash()
70 void TessellationCache::Description::setupMatrixAndPaint(Matrix4* matrix, SkPaint* paint) const { in setupMatrixAndPaint()
78 TessellationCache::ShadowDescription::ShadowDescription() in ShadowDescription()
83 TessellationCache::ShadowDescription::ShadowDescription(const void* nodeKey, const Matrix4* drawTra… in ShadowDescription()
88 hash_t TessellationCache::ShadowDescription::hash() const { in hash()
98 class TessellationCache::TessellationTask : public Task<VertexBuffer*> {
111 class TessellationCache::TessellationProcessor : public TaskProcessor<VertexBuffer*> {
125 class TessellationCache::Buffer {
[all …]
DTessellationCache.h44 class TessellationCache {
87 TessellationCache();
88 ~TessellationCache();
DAndroid.mk58 TessellationCache.cpp \
DCaches.h340 TessellationCache tessellationCache;
DDisplayListOp.h1555 TessellationCache::vertexBuffer_pair_t buffers; in applyDraw()