Searched refs:s_xfb_count (Results 1 – 2 of 2) sorted by relevance
928 static const glw::GLuint s_xfb_count = 3; member in gl3cts::TransformFeedback::DrawXFB929 static const glw::GLfloat s_colours[s_xfb_count][4];934 glw::GLuint m_xfb_id[s_xfb_count];935 glw::GLuint m_bo_id[s_xfb_count];
4183 for (glw::GLuint j = 0; (j < s_xfb_count) && is_ok; ++j) in iterate()4194 for (glw::GLuint j = 0; (j < s_xfb_count) && is_ok; ++j) in iterate()4206 for (glw::GLuint j = 0; (j < s_xfb_count) && is_ok; ++j) in iterate()4284 gl.genTransformFeedbacks(s_xfb_count, m_xfb_id); in prepare()4288 gl.genBuffers(s_xfb_count, m_bo_id); in prepare()4291 for (glw::GLuint i = 0; i < s_xfb_count; ++i) in prepare()4467 for (glw::GLuint i = 0; i < s_xfb_count; ++i) in clean()4477 for (glw::GLuint i = 0; i < s_xfb_count; ++i) in clean()4685 const glw::GLfloat gl3cts::TransformFeedback::DrawXFB::s_colours[s_xfb_count][4] = { { 1.f, 0.f, 0.…