Searched refs:BadStateCase (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fDrawTests.cpp | 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() [all …]
|