Home
last modified time | relevance | path

Searched defs:ValidStatusCodes (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/glshared/
DglsFboUtil.hpp360 struct ValidStatusCodes struct
377 struct RuleViolation
386 std::vector<RuleViolation> m_errorCodes; //!< Allowed GL errors, GL_NO_ERROR is not allowed
387 …iolation> m_errorStatuses; //!< Allowed FBO error statuses, GL_FRAMEBUFFER_COMPLETE is not allowed
388 bool m_allowComplete; //!< true if (GL_NO_ERROR && GL_FRAMEBUFFER_COMPLETE) is allowed
DglsFboUtil.cpp770 ValidStatusCodes::ValidStatusCodes (void) in ValidStatusCodes() function in deqp::gls::FboUtil::ValidStatusCodes