Searched refs:vertexBatch (Results 1 – 1 of 1) sorted by relevance
165 GrVertexBatch::DrawArray* draws = this->vertexBatch()->fDrawArrays.addToTail(); in initDraw()171 this->vertexBatch()->fDrawArrays.tail()->fDraws.push_back(vertices); in draw()190 GrVertexBatch* vertexBatch() { return static_cast<GrVertexBatch*>(this->batch()); } in vertexBatch() function