Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcMultipleContextsTests.cpp62 void set(glw::GLuint bit_field, const subroutineUniformSet subroutine_indices[2]);
121 const subroutineUniformSet subroutine_indices[2]) in set()
129 m_vertex_shader_stage = subroutine_indices[vertex_stage].m_vertex_shader_stage; in set()
131 subroutine_indices[tesselation_control_stage].m_tesselation_control_shader_stage; in set()
133 subroutine_indices[tesselation_evaluation_stage].m_tesselation_evaluation_shader_stage; in set()
134 m_geometry_shader_stage = subroutine_indices[geometry_stage].m_geometry_shader_stage; in set()
135 m_fragment_shader_stage = subroutine_indices[fragment_stage].m_fragment_shader_stage; in set()
713 subroutineUniformSet subroutine_indices[m_n_shared_contexts + 1]; in testCase() local
718 subroutine_indices[i].set(bit_field[i], m_subroutine_indices); in testCase()
725 updateCurrentSubroutineSet(subroutine_indices[i]); in testCase()
[all …]
/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderSubroutineTests.cpp2249 …const glw::GLuint subroutine_indices[] = { m_po_getter0_subroutine_index, m_po_getter1_subroutine… in executeTestIteration() local
2250 …const unsigned int n_subroutine_indices = sizeof(subroutine_indices) / sizeof(subroutine_indices[0… in executeTestIteration()
2255 glw::GLuint current_subroutine_index = subroutine_indices[n_subroutine_index]; in executeTestIteration()
4142 GLuint subroutine_indices[4]; in testDraw() local
4143 …static const GLuint n_subroutine_uniforms = sizeof(subroutine_indices) / sizeof(subroutine_indic… in testDraw()
4150 subroutine_indices[location] = m_subroutine_indices[i][subroutine_combination[i]]; in testDraw()
4154 gl.uniformSubroutinesuiv(GL_VERTEX_SHADER, n_subroutine_uniforms, &subroutine_indices[0]); in testDraw()
4841 GLuint subroutine_indices[4]; in testDraw() local
4842 …static const GLuint n_subroutine_uniforms = sizeof(subroutine_indices) / sizeof(subroutine_indic… in testDraw()
4864 subroutine_indices[location] = m_subroutine_indices[combination[i]]; in testDraw()
[all …]