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

/external/deqp/modules/gles31/functional/
H A Des31fSynchronizationTests.cpp149 const bool m_aliasingStorages; member in class:deqp::gles31::Functional::__anon3696::InterInvocationTestCase
168 , m_aliasingStorages ((flags & FLAG_ALIASING_STORAGES) != 0)
320 if (m_storage == STORAGE_BUFFER && !m_aliasingStorages)
325 else if (m_storage == STORAGE_BUFFER && m_aliasingStorages)
333 else if (m_storage == STORAGE_IMAGE && !m_aliasingStorages)
338 else if (m_storage == STORAGE_IMAGE && m_aliasingStorages)

Completed in 170 milliseconds