Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkVertState.h20 struct VertState { struct
24 * Construct a VertState from a vertex count, index array, and index count. argument
27 VertState(int vCount, const uint16_t indices[], int indexCount) in VertState() function
37 typedef bool (*Proc)(VertState*); argument
50 static bool Triangles(VertState*); argument
/external/skqp/src/core/
DSkVertState.h20 struct VertState { struct
24 * Construct a VertState from a vertex count, index array, and index count. argument
27 VertState(int vCount, const uint16_t indices[], int indexCount) in VertState() function
37 typedef bool (*Proc)(VertState*); argument
50 static bool Triangles(VertState*); argument