Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/glshared/
DglsStateQueryUtil.hpp106 …T m_postguard; // \note guards are not const qualified since the GL implementation might modify… member in deqp::gls::StateQueryUtil::StateQueryMemoryWriteGuard
116 deMemset(&m_postguard, WRITE_GUARD_VALUE, sizeof(m_postguard)); in StateQueryMemoryWriteGuard()
159 if (((deUint8*)&m_postguard)[i] != (deUint8)WRITE_GUARD_VALUE) in isPostguardContaminated()