Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderSubroutineTests.hpp503 Utils::vec4<glw::GLfloat>& out_first_routine_result,
Dgl4cShaderSubroutineTests.cpp4135 Utils::vec4<glw::GLfloat>& out_first_routine_result, in testDraw() argument
4182 out_first_routine_result.m_x = float_ptr[0]; in testDraw()
4183 out_first_routine_result.m_y = float_ptr[1]; in testDraw()
4184 out_first_routine_result.m_z = float_ptr[2]; in testDraw()
4185 out_first_routine_result.m_w = float_ptr[3]; in testDraw()