Home
last modified time | relevance | path

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

/external/deqp/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
118 ((deUint8*)&m_postguard)[i] = (deUint8)WRITE_GUARD_VALUE; in StateQueryMemoryWriteGuard()
162 if (((deUint8*)&m_postguard)[i] != (deUint8)WRITE_GUARD_VALUE) in isPostguardContaminated()