Home | History | Annotate | Download | only in functional

Lines Matching refs:numIndices

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