Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrTessellator.cpp1835 VertexAllocator* vertexAllocator, bool antialias, const GrColor& color, in PathToTriangles() argument
1855 void* verts = vertexAllocator->lock(count); in PathToTriangles()
1869 / vertexAllocator->stride()); in PathToTriangles()
1871 vertexAllocator->unlock(actualCount); in PathToTriangles()