Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrTessellator.cpp2234 VertexAllocator* vertexAllocator, bool antialias, bool* isLinear) { in PathToTriangles() argument
2254 void* verts = vertexAllocator->lock(count); in PathToTriangles()
2265 / vertexAllocator->stride()); in PathToTriangles()
2267 vertexAllocator->unlock(actualCount); in PathToTriangles()
/external/skqp/src/gpu/
DGrTessellator.cpp2234 VertexAllocator* vertexAllocator, bool antialias, bool* isLinear) { in PathToTriangles() argument
2254 void* verts = vertexAllocator->lock(count); in PathToTriangles()
2265 / vertexAllocator->stride()); in PathToTriangles()
2267 vertexAllocator->unlock(actualCount); in PathToTriangles()