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

/external/deqp/modules/glshared/
H A DglsFboUtil.cpp782 for (int ndx = 0; ndx < (int)m_errorStatuses.size(); ++ndx)
784 if (m_errorStatuses[ndx].errorCode == fboStatus)
794 return m_allowComplete && m_errorStatuses.empty();
797 return !m_allowComplete && m_errorStatuses.size() == 1 && m_errorStatuses.front().errorCode == fboStatus;
836 addViolation(m_errorStatuses, status, description);
852 for (int ndx = 0; ndx < (int)m_errorStatuses.size(); ++ndx)
853 validResults.push_back(glu::getFramebufferStatusName(m_errorStatuses[ndx].errorCode));
882 for (int ndx = 0; ndx < (int)m_errorStatuses.size(); ++ndx)
883 logRule(log, glu::getFramebufferStatusName(m_errorStatuses[nd
[all...]
H A DglsFboUtil.hpp387 std::vector<RuleViolation> m_errorStatuses; //!< Allowed FBO error statuses, GL_FRAMEBUFFER_COMPLETE is not allowed member in struct:deqp::gls::FboUtil::ValidStatusCodes

Completed in 114 milliseconds