Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderSubroutineTests.hpp812 const Utils::vec4<glw::GLuint> expected_routine_1_result[2],
816 const Utils::vec4<glw::GLuint>& expected_routine_1_result,
Dgl4cShaderSubroutineTests.cpp7743 const Utils::vec4<glw::GLuint> expected_routine_1_result[2], in testDefaultSubroutineSet()
7786 …((routine_1_result == expected_routine_1_result[0]) || (routine_1_result == expected_routine_1_res… in testDefaultSubroutineSet()
7824 const Utils::vec4<glw::GLuint>& expected_routine_1_result, in testDraw() argument
7880 result = result && (routine_1_result == expected_routine_1_result); in testDraw()
7897 expected_routine_1_result.log(message); in testDraw()