Searched refs:second_routine_result (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cShaderSubroutineTests.hpp | 494 const Utils::vec4<glw::GLfloat>& second_routine_result, 509 const Utils::vec4<glw::GLfloat>& second_routine_result,
|
D | gl4cShaderSubroutineTests.cpp | 4005 Utils::vec4<GLfloat> second_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() 4019 second_routine_result, third_routine_result, fourth_routine_result, in iterate() 4059 const Utils::vec4<glw::GLfloat>& second_routine_result, in logError() argument 4088 second_routine_result.log(message); in logError() 4222 const Utils::vec4<glw::GLfloat>& second_routine_result, in verify() argument 4233 result = result && (second_routine_result == second_routine_expected_result); in verify()
|