Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderSubroutineTests.hpp493 …nst Utils::vec4<glw::GLfloat> input_data[3], const Utils::vec4<glw::GLfloat>& first_routine_result,
508 bool verify(const Utils::vec4<glw::GLfloat>& first_routine_result,
Dgl4cShaderSubroutineTests.cpp4004 Utils::vec4<GLfloat> first_routine_result; in iterate() local
4009 testDraw(subroutine_combinations[i], input_data, first_routine_result, second_routine_result, in iterate()
4012 …if (false == verify(first_routine_result, second_routine_result, third_routine_result, fourth_rout… in iterate()
4018 logError(subroutine_names, subroutine_combinations[i], input_data, first_routine_result, in iterate()
4058 const Utils::vec4<glw::GLfloat>& first_routine_result, in logError() argument
4077 first_routine_result.log(message); in logError()
4221 bool FunctionalTest5::verify(const Utils::vec4<glw::GLfloat>& first_routine_result, in verify() argument
4232 result = result && (first_routine_result == first_routine_expected_result); in verify()