Lines Matching refs:GL_POINTS
274 glDrawArrays(GL_POINTS, 0, -1); in init()
282 glDrawArrays(GL_POINTS, 0, 1); in init()
301 glDrawArrays(GL_POINTS, 0, -1); in init()
309 glDrawArrays(GL_POINTS, 0, 1); in init()
358 glDrawElements(GL_POINTS, 1, -1, vertices); in init()
360 glDrawElements(GL_POINTS, 1, GL_FLOAT, vertices); in init()
365 glDrawElements(GL_POINTS, -1, GL_UNSIGNED_BYTE, vertices); in init()
373 glDrawElements(GL_POINTS, 1, GL_UNSIGNED_BYTE, vertices); in init()
394 glBeginTransformFeedback (GL_POINTS); in init()
397 glDrawElements (GL_POINTS, 1, GL_UNSIGNED_BYTE, vertices); in init()
401 glDrawElements (GL_POINTS, 1, GL_UNSIGNED_BYTE, vertices); in init()
425 glDrawElements(GL_POINTS, 1, -1, vertices); in init()
427 glDrawElements(GL_POINTS, 1, GL_FLOAT, vertices); in init()
432 glDrawElements(GL_POINTS, -1, GL_UNSIGNED_BYTE, vertices); in init()
440 glDrawElements(GL_POINTS, 1, GL_UNSIGNED_BYTE, vertices); in init()
530 glDrawArraysInstanced(GL_POINTS, 0, -1, 1); in init()
532 glDrawArraysInstanced(GL_POINTS, 0, 1, -1); in init()
540 glDrawArraysInstanced(GL_POINTS, 0, 1, 1); in init()
561 glDrawArraysInstanced(GL_POINTS, 0, -1, 1); in init()
563 glDrawArraysInstanced(GL_POINTS, 0, 1, -1); in init()
571 glDrawArraysInstanced(GL_POINTS, 0, 1, 1); in init()
626 glDrawElementsInstanced(GL_POINTS, 1, -1, vertices, 1); in init()
628 glDrawElementsInstanced(GL_POINTS, 1, GL_FLOAT, vertices, 1); in init()
633 glDrawElementsInstanced(GL_POINTS, -1, GL_UNSIGNED_BYTE, vertices, 1); in init()
635 glDrawElementsInstanced(GL_POINTS, 11, GL_UNSIGNED_BYTE, vertices, -1); in init()
643 glDrawElementsInstanced(GL_POINTS, 1, GL_UNSIGNED_BYTE, vertices, 1); in init()
664 glBeginTransformFeedback (GL_POINTS); in init()
667 glDrawElementsInstanced (GL_POINTS, 1, GL_UNSIGNED_BYTE, vertices, 1); in init()
671 glDrawElementsInstanced (GL_POINTS, 1, GL_UNSIGNED_BYTE, vertices, 1); in init()
697 glDrawElementsInstanced(GL_POINTS, 1, -1, vertices, 1); in init()
699 glDrawElementsInstanced(GL_POINTS, 1, GL_FLOAT, vertices, 1); in init()
704 glDrawElementsInstanced(GL_POINTS, -1, GL_UNSIGNED_BYTE, vertices, 1); in init()
706 glDrawElementsInstanced(GL_POINTS, 11, GL_UNSIGNED_BYTE, vertices, -1); in init()
714 glDrawElementsInstanced(GL_POINTS, 1, GL_UNSIGNED_BYTE, vertices, 1); in init()
809 glDrawRangeElements(GL_POINTS, 0, 1, 1, -1, vertices); in init()
811 glDrawRangeElements(GL_POINTS, 0, 1, 1, GL_FLOAT, vertices); in init()
816 glDrawRangeElements(GL_POINTS, 0, 1, -1, GL_UNSIGNED_BYTE, vertices); in init()
821 glDrawRangeElements(GL_POINTS, 1, 0, 1, GL_UNSIGNED_BYTE, vertices); in init()
829 glDrawRangeElements(GL_POINTS, 0, 1, 1, GL_UNSIGNED_BYTE, vertices); in init()
850 glBeginTransformFeedback (GL_POINTS); in init()
853 glDrawRangeElements (GL_POINTS, 0, 1, 1, GL_UNSIGNED_BYTE, vertices); in init()
857 glDrawRangeElements (GL_POINTS, 0, 1, 1, GL_UNSIGNED_BYTE, vertices); in init()
881 glDrawRangeElements(GL_POINTS, 0, 1, 1, -1, vertices); in init()
883 glDrawRangeElements(GL_POINTS, 0, 1, 1, GL_FLOAT, vertices); in init()
888 glDrawRangeElements(GL_POINTS, 0, 1, -1, GL_UNSIGNED_BYTE, vertices); in init()
893 glDrawRangeElements(GL_POINTS, 1, 0, 1, GL_UNSIGNED_BYTE, vertices); in init()
901 glDrawRangeElements(GL_POINTS, 0, 1, 1, GL_UNSIGNED_BYTE, vertices); in init()