Home | History | Annotate | Download | only in hwui

Lines Matching refs:VertexBuffer

25 #include "VertexBuffer.h"
63 * Populates a VertexBuffer with a tessellated approximation of the input convex path, as a single
71 * @param vertexBuffer The output buffer
74 const mat4& transform, VertexBuffer& vertexBuffer);
77 * Populates a VertexBuffer with a tessellated approximation of points as a single triangle
85 * @param vertexBuffer The output buffer
88 const mat4& transform, VertexBuffer& vertexBuffer);
91 * Populates a VertexBuffer with a tessellated approximation of lines as a single triangle
99 * @param vertexBuffer The output buffer
102 const mat4& transform, VertexBuffer& vertexBuffer);