Home
last modified time | relevance | path

Searched refs:NegativeApiCase (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fVertexAttributeBindingTests.cpp1410 class NegativeApiCase : public TestCase class
1424 NegativeApiCase (Context& ctx, const char* name, const char* desc, CaseType caseType);
1425 ~NegativeApiCase (void);
1433 NegativeApiCase::NegativeApiCase (Context& ctx, const char* name, const char* desc, CaseType caseTy… in NegativeApiCase() function in deqp::gles31::Functional::__anonc0575ae50111::NegativeApiCase
1439 NegativeApiCase::~NegativeApiCase (void) in ~NegativeApiCase()
1443 NegativeApiCase::IterateResult NegativeApiCase::iterate (void) in iterate()
1626 …iveGroup->addChild(new NegativeApiCase(m_context, "vertex_attrib_format_large_offset", "large re… in init()
1627 …egativeGroup->addChild(new NegativeApiCase(m_context, "bind_vertex_buffer_large_stride", "large … in init()
1628 …ativeGroup->addChild(new NegativeApiCase(m_context, "bind_vertex_buffer_negative_stride", "negati… in init()
1629 …ativeGroup->addChild(new NegativeApiCase(m_context, "bind_vertex_buffer_negative_offset", "negati… in init()
[all …]