HomeSort by relevance Sort by last modified time
    Searched refs:m_errorStatuses (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/glshared/
glsFboUtil.cpp 782 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[ndx].errorCode), m_errorStatuses[ndx].rules)
    [all...]
glsFboUtil.hpp 387 std::vector<RuleViolation> m_errorStatuses; //!< Allowed FBO error statuses, GL_FRAMEBUFFER_COMPLETE is not allowed

Completed in 311 milliseconds