Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cSparseBufferTests.hpp1022 unsigned char* m_ubo_data; member in gl4cts::UniformBufferStorageTestCase
H A Dgl4cSparseBufferTests.cpp6163 , m_ubo_data(DE_NULL)
6199 if (m_ubo_data != DE_NULL)
6201 delete[] m_ubo_data;
6203 m_ubo_data = DE_NULL;
6489 m_ubo_data = new (std::nothrow) unsigned char[m_sparse_bo_data_size];
6490 ubo_data_traveller_ptr = (unsigned int*)m_ubo_data;
6505 m_gl.bufferStorage(GL_COPY_READ_BUFFER, m_sparse_bo_data_size, m_ubo_data, 0); /* flags */

Completed in 9 milliseconds