HomeSort by relevance Sort by last modified time
    Searched defs:VertState (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkVertState.h 13 /** \struct VertState
17 remains valid for the lifetime of the VertState object.
20 struct VertState {
24 * Construct a VertState from a vertex count, index array, and index count.
27 VertState(int vCount, const uint16_t indices[], int indexCount)
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...]
  /external/skqp/src/core/
SkVertState.h 13 /** \struct VertState
17 remains valid for the lifetime of the VertState object.
20 struct VertState {
24 * Construct a VertState from a vertex count, index array, and index count.
27 VertState(int vCount, const uint16_t indices[], int indexCount)
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 80 milliseconds