Home | History | Annotate | Download | only in functional

Lines Matching refs:GL_TRIANGLES

1003 		gl.drawArrays(GL_TRIANGLES, 0, (int)m_positions.size());
1030 gl.drawElements(GL_TRIANGLES, (int)indices.size(), GL_UNSIGNED_SHORT, &indices[0]);
1056 gl.drawElements(GL_TRIANGLES, (int)indices.size(), GL_UNSIGNED_SHORT, DE_NULL);