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

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

Completed in 896 milliseconds