Searched refs:s_bo_count (Results 1 – 2 of 2) sorted by relevance
995 static const glw::GLuint s_bo_count = 2; member in gl3cts::TransformFeedback::DrawXFBFeedback1000 glw::GLuint m_vao_id[s_bo_count];1002 glw::GLuint m_bo_id[s_bo_count];
4798 gl.genBuffers(s_bo_count, m_bo_id); in prepareAndBind()4814 gl.genVertexArrays(s_bo_count, m_vao_id); in prepareAndBind()4931 for (glw::GLuint i = 0; i < s_bo_count; ++i) in clean()4941 for (glw::GLuint i = 0; i < s_bo_count; ++i) in clean()