Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cSparseBufferTests.hpp259 bool m_is_texture_buffer_range_supported; member in gl4cts::BufferTextureStorageTestCase
Dgl4cSparseBufferTests.cpp1201 , m_is_texture_buffer_range_supported(false) in BufferTextureStorageTestCase()
1221 m_is_texture_buffer_range_supported = true; in BufferTextureStorageTestCase()
1328 …for (int n_entry_point = 0; n_entry_point < (m_is_texture_buffer_range_supported ? 2 : 1); ++n_ent… in execute()