Home
last modified time | relevance | path

Searched refs:m_sparse_bos (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cSparseBufferTests.cpp1907 m_sparse_bos[0] = 0; in CopyOpsBufferStorageTestCase()
1908 m_sparse_bos[1] = 0; in CopyOpsBufferStorageTestCase()
1944 if (m_sparse_bos[1] != 0) in deinitTestCaseGlobal()
1946 m_gl.deleteBuffers(1, m_sparse_bos + 1); in deinitTestCaseGlobal()
1948 m_sparse_bos[1] = 0; in deinitTestCaseGlobal()
1955 for (unsigned int n_sparse_bo = 0; n_sparse_bo < sizeof(m_sparse_bos) / sizeof(m_sparse_bos[0]); ++n_sparse_bo) in deinitTestCaseIteration()
1957 const glw::GLuint sparse_bo_id = m_sparse_bos[n_sparse_bo]; in deinitTestCaseIteration()
1987 DE_ASSERT(m_sparse_bos[0] != 0); in execute()
1988 DE_ASSERT(m_sparse_bos[ in execute()
[all...]
H A Dgl4cSparseBufferTests.hpp400 glw::GLuint m_sparse_bos[2]; /* [0] - provided by BufferStorageTest[0], [1] - managed by the test case */ member in gl4cts::CopyOpsBufferStorageTestCase

Completed in 5 milliseconds