Searched refs:instanceVertices (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/libs/hwui/ |
D | PathTessellator.cpp | 753 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()
|