Home | History | Annotate | Download | only in gpu

Lines Matching refs:startVertex

17     int startVertex() const { return fStartVertex; }
49 void init(GrPrimitiveType primType, const GrVertexBuffer* vertexBuffer, int startVertex,
53 SkASSERT(startVertex >= 0);
57 fStartVertex = startVertex;
70 int startVertex,
79 SkASSERT(startVertex >= 0);
83 fStartVertex = startVertex;
100 int startVertex,
110 SkASSERT(startVertex >= 0);
114 fStartVertex = startVertex;