Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cShaderSubroutineTests.cpp2783 , m_n_active_subroutine_uniforms(0) in FunctionalTest3_4()
2916 m_n_active_subroutine_uniforms = 2; in iterate()
2931 for (GLint i = 0; i < m_n_active_subroutine_uniforms; ++i) in iterate()
3299 {GL_ACTIVE_SUBROUTINE_UNIFORMS, m_n_active_subroutine_uniforms}, in inspectProgramStageiv()
3328 {GL_VERTEX_SUBROUTINE_UNIFORM, GL_ACTIVE_RESOURCES, m_n_active_subroutine_uniforms}, in inspectProgramInterfaceiv()
3380 for (GLint uniform = 0; uniform < m_n_active_subroutine_uniforms; ++uniform) in inspectProgramResourceiv()
H A Dgl4cShaderSubroutineTests.hpp468 glw::GLint m_n_active_subroutine_uniforms; member in gl4cts::ShaderSubroutine::FunctionalTest3_4