Home
last modified time | relevance | path

Searched refs:VertexAllocator (Results 1 – 6 of 6) sorted by relevance

/external/skqp/src/gpu/
DGrTessellator.h26 class VertexAllocator {
28 VertexAllocator(size_t stride) : fStride(stride) {} in VertexAllocator() function
29 virtual ~VertexAllocator() {} in ~VertexAllocator()
50 VertexAllocator*, bool antialias, const GrColor& color,
DGrTessellator.cpp2318 VertexAllocator* vertexAllocator, bool antialias, const GrColor& color, in PathToTriangles()
/external/skia/src/gpu/
DGrTessellator.h26 class VertexAllocator {
28 VertexAllocator(size_t stride) : fStride(stride) {} in VertexAllocator() function
29 virtual ~VertexAllocator() {} in ~VertexAllocator()
50 VertexAllocator*, bool antialias, const GrColor& color,
DGrTessellator.cpp2318 VertexAllocator* vertexAllocator, bool antialias, const GrColor& color, in PathToTriangles()
/external/skia/src/gpu/ops/
DGrTessellatingPathRenderer.cpp69 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/
DGrTessellatingPathRenderer.cpp69 class StaticVertexAllocator : public GrTessellator::VertexAllocator {
72 : VertexAllocator(stride) in StaticVertexAllocator()
108 class DynamicVertexAllocator : public GrTessellator::VertexAllocator {
111 : VertexAllocator(stride) in DynamicVertexAllocator()