Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderSubroutineTests.cpp2770 , m_n_active_subroutines(0) in FunctionalTest3_4()
2903 m_n_active_subroutines = 4; in iterate()
2926 for (GLint i = 0; i < m_n_active_subroutines; ++i) in iterate()
3286 { GL_ACTIVE_SUBROUTINES, m_n_active_subroutines }, in inspectProgramStageiv()
3316 { GL_VERTEX_SUBROUTINE_UNIFORM, GL_MAX_NUM_COMPATIBLE_SUBROUTINES, m_n_active_subroutines }, in inspectProgramInterfaceiv()
3317 { GL_VERTEX_SUBROUTINE, GL_ACTIVE_RESOURCES, m_n_active_subroutines }, in inspectProgramInterfaceiv()
3348 for (GLint subroutine = 0; subroutine < m_n_active_subroutines; ++subroutine) in inspectProgramResourceiv()
3362 { GL_NUM_COMPATIBLE_SUBROUTINES, m_n_active_subroutines }, in inspectProgramResourceiv()
3394 compatible_subroutines.resize(m_n_active_subroutines); in inspectProgramResourceiv()
3396 …rogramResourceiv(program_id, GL_VERTEX_SUBROUTINE_UNIFORM, index, 1, &prop, m_n_active_subroutines, in inspectProgramResourceiv()
[all …]
Dgl4cShaderSubroutineTests.hpp470 glw::GLint m_n_active_subroutines; member in gl4cts::ShaderSubroutine::FunctionalTest3_4