Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderSubroutineTests.cpp3627 std::vector<GLuint> subroutine_uniforms; in inspectSubroutineBinding() local
3636 subroutine_uniforms.resize(n_active_subroutine_uniforms); in inspectSubroutineBinding()
3646 subroutine_uniforms[uniform] = routine_index; in inspectSubroutineBinding()
3648 … gl.uniformSubroutinesuiv(GL_VERTEX_SHADER, n_active_subroutine_uniforms, &subroutine_uniforms[0]); in inspectSubroutineBinding()
3689 GLuint subroutine_uniforms[2] = { 0 }; in testDraw() local
3702 subroutine_uniforms[first_routine_location] = first_routine_index; in testDraw()
3703 subroutine_uniforms[second_routine_location] = second_routine_index; in testDraw()
3705 gl.uniformSubroutinesuiv(GL_VERTEX_SHADER, 2 /* number of uniforms */, &subroutine_uniforms[0]); in testDraw()