Home
last modified time | relevance | path

Searched refs:s_xfb_count (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl3cTransformFeedbackTests.hpp928 static const glw::GLuint s_xfb_count = 3; member in gl3cts::TransformFeedback::DrawXFB
929 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];
Dgl3cTransformFeedbackTests.cpp4183 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.…