Lines Matching refs:GL_ARRAY_BUFFER
439 GL_ARRAY_BUFFER, in iterate()
548 GL_ARRAY_BUFFER, in init()
626 << DataStoreSpec(GL_ARRAY_BUFFER, GL_STATIC_DRAW, 996) in init()
627 << DataStoreSpec(GL_ARRAY_BUFFER, GL_STATIC_DRAW, 996) in init()
628 << DataStoreSpec(GL_ARRAY_BUFFER, GL_STATIC_DRAW, 996)); in init()
636 << DataStoreSpec(GL_ARRAY_BUFFER, GL_STATIC_DRAW, 504) in init()
641 << DataStoreSpec(GL_ARRAY_BUFFER, GL_STATIC_DRAW, 716) in init()
645 << DataStoreSpec(GL_ARRAY_BUFFER, GL_STREAM_DRAW, 1644) in init()
646 << DataStoreSpec(GL_ARRAY_BUFFER, GL_DYNAMIC_DRAW, 1644) in init()
647 << DataStoreSpec(GL_ARRAY_BUFFER, GL_STATIC_DRAW, 1644) in init()
648 << DataStoreSpec(GL_ARRAY_BUFFER, GL_STREAM_DRAW, 1644)); in init()
651 << DataStoreSpec(GL_ARRAY_BUFFER, GL_STREAM_DRAW, 1024) in init()
652 << DataStoreSpec(GL_ARRAY_BUFFER, GL_STREAM_DRAW, 12) in init()
653 << DataStoreSpec(GL_ARRAY_BUFFER, GL_STREAM_DRAW, 3327) in init()
654 << DataStoreSpec(GL_ARRAY_BUFFER, GL_STREAM_DRAW, 92) in init()
655 << DataStoreSpec(GL_ARRAY_BUFFER, GL_STREAM_DRAW, 12379) in init()
656 << DataStoreSpec(GL_ARRAY_BUFFER, GL_STREAM_DRAW, 571)); in init()
718 …whole_1, "Whole buffer specification with single glBufferSubData()", GL_ARRAY_BUFFER, GL_STATIC_DR… in init()
723 …PARTIAL_SPECIFY_CASE(whole_3, "Whole buffer specification with three calls", GL_ARRAY_BUFFER, GL_S… in init()
734 …PARTIAL_SPECIFY_CASE(low_2, "Low part of buffer specified with two calls", GL_ARRAY_BUFFER, GL_STA… in init()
737 …PARTIAL_SPECIFY_CASE(low_3, "Low part of buffer specified with two calls", GL_ARRAY_BUFFER, GL_DYN… in init()
743 …PARTIAL_SPECIFY_CASE(high_2, "High part of buffer specified with two calls", GL_ARRAY_BUFFER, GL_S… in init()
746 …PARTIAL_SPECIFY_CASE(high_3, "High part of buffer specified with two calls", GL_ARRAY_BUFFER, GL_S… in init()
755 …PARTIAL_SPECIFY_CASE(middle_3, "Middle part of buffer specified with two calls", GL_ARRAY_BUFFER, … in init()