Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderSubroutineTests.hpp827 glw::GLuint m_initial_subroutine_indices[2][2]; member in gl4cts::ShaderSubroutine::FunctionalTest14_15
Dgl4cShaderSubroutineTests.cpp7617 m_initial_subroutine_indices[type][0] = in iterate()
7620 m_initial_subroutine_indices[type][1] = in iterate()
7689 << " initial index: " << m_initial_subroutine_indices[type][i] << tcu::TestLog::EndMessage; in iterate()
7926 result = result && (m_subroutine_indices[type][0] == m_initial_subroutine_indices[type][0]); in testIndicesAndLocations()
7927 result = result && (m_subroutine_indices[type][1] == m_initial_subroutine_indices[type][1]); in testIndicesAndLocations()