Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cSparseBufferTests.cpp5015 , m_po_sa(0) in TransformFeedbackBufferStorageTestCase()
5066 if (m_po_sa != 0) in deinitTestCaseGlobal()
5068 m_gl.deleteProgram(m_po_sa); in deinitTestCaseGlobal()
5070 m_po_sa = 0; in deinitTestCaseGlobal()
5108 m_gl.useProgram(is_ia_iteration ? m_po_ia : m_po_sa); in execute()
5932 m_po_sa = SparseBufferTestUtilities::createProgram(m_gl, DE_NULL, /* fs_body_parts */ in initTestCaseGlobal()
5940 if (m_po_ia == 0 || m_po_sa == 0) in initTestCaseGlobal()
Dgl4cSparseBufferTests.hpp971 glw::GLuint m_po_sa; /* separate attribs TF */ member in gl4cts::TransformFeedbackBufferStorageTestCase