• Home
  • Raw
  • Download

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()
810 glDrawRangeElements(GL_POINTS, 0, 1, 1, -1, vertices); in init()
812 glDrawRangeElements(GL_POINTS, 0, 1, 1, GL_FLOAT, vertices); in init()
817 glDrawRangeElements(GL_POINTS, 0, 1, -1, GL_UNSIGNED_BYTE, vertices); in init()
822 glDrawRangeElements(GL_POINTS, 1, 0, 1, GL_UNSIGNED_BYTE, vertices); in init()
830 glDrawRangeElements(GL_POINTS, 0, 1, 1, GL_UNSIGNED_BYTE, vertices); in init()
853 glBeginTransformFeedback (GL_POINTS); in init()
856 glDrawRangeElements (GL_POINTS, 0, 1, 1, GL_UNSIGNED_BYTE, vertices); in init()
860 glDrawRangeElements (GL_POINTS, 0, 1, 1, GL_UNSIGNED_BYTE, verticesInRange); in init()
885 glDrawRangeElements(GL_POINTS, 0, 1, 1, -1, vertices); in init()
887 glDrawRangeElements(GL_POINTS, 0, 1, 1, GL_FLOAT, vertices); in init()
892 glDrawRangeElements(GL_POINTS, 0, 1, -1, GL_UNSIGNED_BYTE, vertices); in init()
897 glDrawRangeElements(GL_POINTS, 1, 0, 1, GL_UNSIGNED_BYTE, vertices); in init()
905 glDrawRangeElements(GL_POINTS, 0, 1, 1, GL_UNSIGNED_BYTE, vertices); in init()