Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cSparseBufferTests.cpp4655 , m_result_bo(0)
4695 if (m_result_bo != 0)
4697 m_gl.deleteBuffers(1, &m_result_bo);
4699 m_result_bo = 0;
4833 m_gl.bindBuffer(GL_COPY_WRITE_BUFFER, m_result_bo);
4947 m_gl.genBuffers(1, &m_result_bo);
4950 m_gl.bindBuffer(GL_ARRAY_BUFFER, m_result_bo);
5016 , m_result_bo(0)
5073 if (m_result_bo != 0)
5075 m_gl.deleteBuffers(1, &m_result_bo);
[all...]
H A Dgl4cSparseBufferTests.hpp825 glw::GLuint m_result_bo; member in gl4cts::SSBOStorageTestCase
972 glw::GLuint m_result_bo; member in gl4cts::TransformFeedbackBufferStorageTestCase

Completed in 8 milliseconds