Searched refs:m_n_active_subroutines (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl4cShaderSubroutineTests.cpp | 2785 , m_n_active_subroutines(0) in FunctionalTest3_4() 2918 m_n_active_subroutines = 4; in iterate() 2941 for (GLint i = 0; i < m_n_active_subroutines; ++i) in iterate() 3301 {GL_ACTIVE_SUBROUTINES, m_n_active_subroutines}, in inspectProgramStageiv() 3330 {GL_VERTEX_SUBROUTINE_UNIFORM, GL_MAX_NUM_COMPATIBLE_SUBROUTINES, m_n_active_subroutines}, in inspectProgramInterfaceiv() 3331 {GL_VERTEX_SUBROUTINE, GL_ACTIVE_RESOURCES, m_n_active_subroutines}, in inspectProgramInterfaceiv() 3361 for (GLint subroutine = 0; subroutine < m_n_active_subroutines; ++subroutine) in inspectProgramResourceiv() 3375 {GL_NUM_COMPATIBLE_SUBROUTINES, m_n_active_subroutines}, in inspectProgramResourceiv() 3407 compatible_subroutines.resize(m_n_active_subroutines); in inspectProgramResourceiv() 3409 …rogramResourceiv(program_id, GL_VERTEX_SUBROUTINE_UNIFORM, index, 1, &prop, m_n_active_subroutines, in inspectProgramResourceiv() [all …]
|
H A D | gl4cShaderSubroutineTests.hpp | 470 glw::GLint m_n_active_subroutines; member in gl4cts::ShaderSubroutine::FunctionalTest3_4
|