Searched refs:VertexAllocator (Results 1 – 6 of 6) sorted by relevance
/external/skqp/src/gpu/ |
D | GrTessellator.h | 26 class VertexAllocator { 28 VertexAllocator(size_t stride) : fStride(stride) {} in VertexAllocator() function 29 virtual ~VertexAllocator() {} in ~VertexAllocator() 50 VertexAllocator*, bool antialias, const GrColor& color,
|
D | GrTessellator.cpp | 2318 VertexAllocator* vertexAllocator, bool antialias, const GrColor& color, in PathToTriangles()
|
/external/skia/src/gpu/ |
D | GrTessellator.h | 26 class VertexAllocator { 28 VertexAllocator(size_t stride) : fStride(stride) {} in VertexAllocator() function 29 virtual ~VertexAllocator() {} in ~VertexAllocator() 50 VertexAllocator*, bool antialias, const GrColor& color,
|
D | GrTessellator.cpp | 2318 VertexAllocator* vertexAllocator, bool antialias, const GrColor& color, in PathToTriangles()
|
/external/skia/src/gpu/ops/ |
D | GrTessellatingPathRenderer.cpp | 69 class StaticVertexAllocator : public GrTessellator::VertexAllocator { 72 : VertexAllocator(stride) in StaticVertexAllocator() 108 class DynamicVertexAllocator : public GrTessellator::VertexAllocator { 111 : VertexAllocator(stride) in DynamicVertexAllocator()
|
/external/skqp/src/gpu/ops/ |
D | GrTessellatingPathRenderer.cpp | 69 class StaticVertexAllocator : public GrTessellator::VertexAllocator { 72 : VertexAllocator(stride) in StaticVertexAllocator() 108 class DynamicVertexAllocator : public GrTessellator::VertexAllocator { 111 : VertexAllocator(stride) in DynamicVertexAllocator()
|