Searched refs:third_routine_result (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cShaderSubroutineTests.hpp | 495 const Utils::vec4<glw::GLfloat>& third_routine_result, 510 const Utils::vec4<glw::GLfloat>& third_routine_result,
|
D | gl4cShaderSubroutineTests.cpp | 4006 Utils::vec4<GLfloat> third_routine_result; in iterate() local 4010 third_routine_result, fourth_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() 4060 const Utils::vec4<glw::GLfloat>& third_routine_result, in logError() argument 4103 third_routine_result.log(message); in logError() 4223 const Utils::vec4<glw::GLfloat>& third_routine_result, in verify() argument 4234 result = result && (third_routine_result == third_routine_expected_result); in verify()
|