Lines Matching refs:InvalidDrawCase
82 class InvalidDrawCase : public TestCase class
105 …InvalidDrawCase (Context& context, const char* name, const char* desc, DrawType type, InvalidOper…
106 ~InvalidDrawCase (void);
122 InvalidDrawCase::InvalidDrawCase (Context& context, const char* name, const char* desc, DrawType ty… in InvalidDrawCase() function in deqp::gles31::Stress::__anonb348c3430111::InvalidDrawCase
136 InvalidDrawCase::~InvalidDrawCase (void) in ~InvalidDrawCase()
141 void InvalidDrawCase::init (void) in init()
145 void InvalidDrawCase::deinit (void) in deinit()
174 InvalidDrawCase::IterateResult InvalidDrawCase::iterate (void) in iterate()
578 …InvalidDrawCase(m_context, "data_over_bounds_with_count", "Draw arrays vertex elements beyond th… in init()
579 …InvalidDrawCase(m_context, "data_over_bounds_with_first", "Draw arrays vertex elements beyond th… in init()
580 …InvalidDrawCase(m_context, "data_over_bounds_with_primcount", "Draw arrays vertex elements beyond… in init()
581 …w InvalidDrawCase(m_context, "reserved_non_zero", "reservedMustBeZero is set to non-zero value… in init()
586 …InvalidDrawCase(m_context, "data_over_bounds_with_count", "Draw elements vertex elements beyond t… in init()
587 …InvalidDrawCase(m_context, "data_over_bounds_with_basevertex", "Draw elements vertex elements beyo… in init()
588 …InvalidDrawCase(m_context, "data_over_bounds_with_indices", "Draw elements vertex elements beyond… in init()
589 …InvalidDrawCase(m_context, "data_over_bounds_with_primcount", "Draw elements vertex elements beyon… in init()
590 …InvalidDrawCase(m_context, "index_over_bounds_with_count", "Draw elements index elements beyond t… in init()
591 …InvalidDrawCase(m_context, "index_over_bounds_with_firstindex", "Draw elements index elements beyo… in init()
592 … InvalidDrawCase(m_context, "reserved_non_zero", "reservedMustBeZero is set to non-zero value"… in init()