Searched refs:vertexAllocator (Results 1 – 5 of 5) sorted by relevance
17 GrEagerVertexAllocator* vertexAllocator) { in PathToAATriangles() argument24 return aaTriangulator.polysToAATriangles(polys, vertexAllocator); in PathToAATriangles()
31 GrEagerVertexAllocator* vertexAllocator, bool* isLinear) { in PathToTriangles() argument38 int count = triangulator.polysToTriangles(polys, vertexAllocator); in PathToTriangles()
663 GrEagerVertexAllocator* vertexAllocator) const { in polysToAATriangles()677 void* verts = vertexAllocator->lock(vertexStride, count); in polysToAATriangles()700 vertexAllocator->unlock(actualCount); in polysToAATriangles()
1597 int GrTriangulator::polysToTriangles(Poly* polys, GrEagerVertexAllocator* vertexAllocator) const { in polysToTriangles()1608 void* verts = vertexAllocator->lock(vertexStride, count); in polysToTriangles()1620 vertexAllocator->unlock(actualCount); in polysToTriangles()
2324 VertexAllocator* vertexAllocator, bool antialias, bool* isLinear) { in PathToTriangles() argument2344 void* verts = vertexAllocator->lock(count); in PathToTriangles()2355 / vertexAllocator->stride()); in PathToTriangles()2357 vertexAllocator->unlock(actualCount); in PathToTriangles()