Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DPathTessellator.cpp753 static void instanceVertices(VertexBuffer& srcBuffer, VertexBuffer& dstBuffer, const float* points, in instanceVertices() function
796 instanceVertices<Vertex>(tempBuffer, vertexBuffer, points, count, bounds); in tessellatePoints()
800 instanceVertices<AlphaVertex>(tempBuffer, vertexBuffer, points, count, bounds); in tessellatePoints()