Home | History | Annotate | Download | only in functional

Lines Matching defs:numIndices

492 	const int					numIndices			= numQuads*6;
497 vector<deUint16> indices (numIndices);
751 gl.drawElements(GL_TRIANGLES, numIndices, GL_UNSIGNED_SHORT, &indices[0]);