Searched defs:VertState (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkVertState.h13 /** \struct VertState
17 remains valid for the lifetime of the VertState object.
20 struct VertState { struct
24 * Construct a VertState from a vertex count, index array, and index count.
27 VertState(int vCount, const uint16_t indices[], int indexCount) function in struct:VertState
37 typedef bool (*Proc)(VertState*);
50 static bool Triangles(VertState*);
51 static bool TrianglesX(VertState*);
52 static bool TriangleStrip(VertState*);
53 static bool TriangleStripX(VertState*);
[all...]

Completed in 24 milliseconds