Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderSubroutineTests.hpp496 const Utils::vec4<glw::GLuint>& fourth_routine_result,
511 const Utils::vec4<glw::GLuint>& fourth_routine_result,
Dgl4cShaderSubroutineTests.cpp4007 Utils::vec4<GLuint> fourth_routine_result; in iterate() local
4010 third_routine_result, fourth_routine_result); in iterate()
4012 …== verify(first_routine_result, second_routine_result, third_routine_result, fourth_routine_result, in iterate()
4019 second_routine_result, third_routine_result, fourth_routine_result, in iterate()
4061 const Utils::vec4<glw::GLuint>& fourth_routine_result, in logError() argument
4117 fourth_routine_result.log(message); in logError()
4224 const Utils::vec4<glw::GLuint>& fourth_routine_result, in verify() argument
4235 result = result && (fourth_routine_result == fourth_routine_expected_result); in verify()