Lines Matching defs:combination
3999 /* Draw with each routine combination */
4610 * @param combination Function combination, first applied function is at index [0]
4623 const glw::GLuint combination[4], const Utils::vec4<glw::GLfloat>& left, const Utils::vec4<glw::GLfloat>& right,
4630 const GLuint dynamic_combination[4] = { combination[indices.m_x], combination[indices.m_y],
4631 combination[indices.m_z], combination[indices.m_w] };
4651 GLuint function = combination[i];
4652 GLuint function_inverted = combination[3 - i];
4676 * @param combination Operations combination
4685 void FunctionalTest7_8::logError(const glw::GLuint combination[4], const Utils::vec4<glw::GLfloat>& left,
4695 const GLuint dynamic_combination[4] = { combination[indices.m_x], combination[indices.m_y],
4696 combination[indices.m_z], combination[indices.m_w] };
4706 GLchar function = (0 == combination[i]) ? '+' : '*';
4826 * @param combination Function combination, first applied function is at index [0]
4833 bool FunctionalTest7_8::testDraw(const glw::GLuint combination[4], const Utils::vec4<glw::GLfloat>& left,
4844 calculate(combination, left, right, indices, expected_results[0], expected_results[1], expected_results[2],
4862 subroutine_indices[location] = m_subroutine_indices[combination[i]];
4913 logError(combination, left, right, indices, expected_results, vec4_results, array_length, results);