Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderSubroutineTests.cpp2768 , m_n_active_subroutine_uniforms(0) in FunctionalTest3_4()
2901 m_n_active_subroutine_uniforms = 2; in iterate()
2916 for (GLint i = 0; i < m_n_active_subroutine_uniforms; ++i) in iterate()
3284 { GL_ACTIVE_SUBROUTINE_UNIFORMS, m_n_active_subroutine_uniforms }, in inspectProgramStageiv()
3314 { GL_VERTEX_SUBROUTINE_UNIFORM, GL_ACTIVE_RESOURCES, m_n_active_subroutine_uniforms }, in inspectProgramInterfaceiv()
3367 for (GLint uniform = 0; uniform < m_n_active_subroutine_uniforms; ++uniform) in inspectProgramResourceiv()
Dgl4cShaderSubroutineTests.hpp468 glw::GLint m_n_active_subroutine_uniforms; member in gl4cts::ShaderSubroutine::FunctionalTest3_4