Searched refs:xfb_count (Results 1 – 1 of 1) sorted by relevance
92 static const glw::GLuint xfb_count = 2; in iterate() local94 glw::GLuint xfb_dsa[xfb_count] = {}; in iterate()95 glw::GLuint xfb_legacy[xfb_count] = {}; in iterate()104 gl.genTransformFeedbacks(xfb_count, xfb_legacy); in iterate()107 for (glw::GLuint i = 0; i < xfb_count; ++i) in iterate()122 gl.createTransformFeedbacks(xfb_count, xfb_dsa); in iterate()125 for (glw::GLuint i = 0; i < xfb_count; ++i) in iterate()173 for (glw::GLuint i = 0; i < xfb_count; ++i) in iterate()