Searched refs:VertexAllocator (Results 1 – 3 of 3) sorted by relevance
26 class VertexAllocator {28 VertexAllocator(size_t stride) : fStride(stride) {} in VertexAllocator() function29 virtual ~VertexAllocator() {} in ~VertexAllocator()50 VertexAllocator*, bool antialias, bool *isLinear);
2234 VertexAllocator* vertexAllocator, bool antialias, bool* isLinear) { in PathToTriangles()
70 class StaticVertexAllocator : public GrTessellator::VertexAllocator {73 : VertexAllocator(stride) in StaticVertexAllocator()111 class DynamicVertexAllocator : public GrTessellator::VertexAllocator {114 : VertexAllocator(stride) in DynamicVertexAllocator()