Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl3cTransformFeedbackTests.cpp4187 … useColour(m_program_id_xfb, s_colours[j][0], s_colours[j][1], s_colours[j][2], s_colours[j][3]); in iterate()
4197 … useColour(m_program_id_xfb, s_colours[j][0], s_colours[j][1], s_colours[j][2], s_colours[j][3]); in iterate()
4213 is_ok && checkFramebuffer(s_colours[j][0], s_colours[j][1], s_colours[j][2], s_colours[j][3]); in iterate()
4685 const glw::GLfloat gl3cts::TransformFeedback::DrawXFB::s_colours[s_xfb_count][4] = { { 1.f, 0.f, 0.… member in gl3cts::TransformFeedback::DrawXFB
Dgl3cTransformFeedbackTests.hpp929 static const glw::GLfloat s_colours[s_xfb_count][4]; member in gl3cts::TransformFeedback::DrawXFB