Lines Matching refs:BadStateCase
2414 class BadStateCase : public TestCase class
2426 BadStateCase (Context& context, const char* name, const char* desc, CaseType type);
2427 ~BadStateCase (void);
2437 BadStateCase::BadStateCase (Context& context, const char* name, const char* desc, CaseType type) in BadStateCase() function in deqp::gles31::Functional::__anon2b15ba460111::BadStateCase
2444 BadStateCase::~BadStateCase (void) in ~BadStateCase()
2449 void BadStateCase::init (void) in init()
2453 void BadStateCase::deinit (void) in deinit()
2457 BadStateCase::IterateResult BadStateCase::iterate (void) in iterate()
2739 …addChild(new BadStateCase (m_context, "client_vertex_attrib_array", "Vertex attrib array in… in init()
2740 …addChild(new BadStateCase (m_context, "client_command_array", "Command array in the clien… in init()
2741 …addChild(new BadStateCase (m_context, "default_vao", "Use with default vao", BadSt… in init()