Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cShaderSubroutineTests.hpp1065 glw::GLuint m_po_subroutine_test2_index; member in gl4cts::ShaderSubroutine::NegativeTest1
H A Dgl4cShaderSubroutineTests.cpp9886 , m_po_subroutine_test2_index(GL_INVALID_INDEX) in NegativeTest1()
10026 m_po_subroutine_test2_index = gl.getSubroutineIndex(m_po_id, GL_VERTEX_SHADER, "test2"); in initTest()
10030 …if (m_po_subroutine_test1_index == GL_INVALID_INDEX || m_po_subroutine_test2_index == GL_INVALID_I… in initTest()