Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cSparseBufferTests.hpp268 unsigned int m_ssbo_zero_data_size; member in gl4cts::BufferTextureStorageTestCase
Dgl4cSparseBufferTests.cpp1210 , m_ssbo_zero_data_size(0) in BufferTextureStorageTestCase()
1415 m_ssbo_zero_data_size, m_ssbo_zero_data); in execute()
1474 m_ssbo_zero_data_size = static_cast<unsigned int>(4 * sizeof(int) * m_to_width); in initTestCaseGlobal()
1475 m_ssbo_zero_data = new unsigned char[m_ssbo_zero_data_size]; in initTestCaseGlobal()
1477 memset(m_ssbo_zero_data, 0, m_ssbo_zero_data_size); in initTestCaseGlobal()
1486 m_gl.bufferData(GL_SHADER_STORAGE_BUFFER, m_ssbo_zero_data_size, m_ssbo_zero_data, GL_STATIC_DRAW); in initTestCaseGlobal()