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

/external/deqp/modules/glshared/
H A DglsStateQueryUtil.hpp94 deInt32 m_postguard; // \note guards are not const qualified since the GL implementation might modify them member in class:deqp::gls::StateQueryUtil::StateQueryMemoryWriteGuard
100 , m_postguard ((deInt32)(GUARD_VALUE))
130 return (m_preguard != (deInt32)(GUARD_VALUE)) || (m_postguard != (deInt32)(GUARD_VALUE));
147 else if (m_postguard != (deInt32)(GUARD_VALUE))

Completed in 74 milliseconds