Home | History | Annotate | Download | only in glshared

Lines Matching refs:firstVertex

1148 void ContextArrayPack::render (Array::Primitive primitive, int firstVertex, int vertexCount, bool useVao, float coordScale, float colorScale)
1188 DE_ASSERT((firstVertex % 6) == 0);
1189 m_ctx.drawArrays(ContextArray::primitiveToGL(primitive), firstVertexfirstVertex);