Searched refs:m_po_active_subroutines (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cShaderSubroutineTests.cpp | 9852 , m_po_active_subroutines(0) in NegativeTest1() 9987 gl.getProgramStageiv(m_po_id, GL_VERTEX_SHADER, GL_ACTIVE_SUBROUTINES, &m_po_active_subroutines); in initTest() 10110 gl.getActiveSubroutineName(m_po_id, GL_VERTEX_SHADER, m_po_active_subroutines, 0, /* bufsize */ in iterate() 10116 …gl.getActiveSubroutineName(m_po_id, GL_VERTEX_SHADER, m_po_active_subroutines + 1, 0, /* bufsize */ in iterate() 10165 …Luint invalid_subroutine_indices[4] = { (GLuint)m_po_active_subroutines, (GLuint)m_po_active_subro… in iterate() 10166 (GLuint)m_po_active_subroutines + 1, in iterate() 10167 (GLuint)m_po_active_subroutines + 1 }; in iterate()
|
D | gl4cShaderSubroutineTests.hpp | 1061 glw::GLint m_po_active_subroutines; member in gl4cts::ShaderSubroutine::NegativeTest1
|