Searched refs:bad_indices (Results 1 – 1 of 1) sorted by relevance
1007 const glw::GLint bad_indices[] = {0, 10, 100, 1000, 10000, 100000}; in draw() local1010 m_gl.drawElements(GL_TRIANGLES, 6, GL_UNSIGNED_INT, bad_indices); in draw()