Searched refs:DefaultVAOCase (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fVertexAttributeBindingTests.cpp | 1280 class DefaultVAOCase : public TestCase class 1294 DefaultVAOCase (Context& ctx, const char* name, const char* desc, CaseType caseType); 1295 ~DefaultVAOCase (void); 1303 DefaultVAOCase::DefaultVAOCase (Context& ctx, const char* name, const char* desc, CaseType caseType) in DefaultVAOCase() function in deqp::gles31::Functional::__anonc0575ae50111::DefaultVAOCase 1310 DefaultVAOCase::~DefaultVAOCase (void) in ~DefaultVAOCase() 1314 DefaultVAOCase::IterateResult DefaultVAOCase::iterate (void) in iterate() 1618 …gativeGroup->addChild(new DefaultVAOCase(m_context, "default_vao_bind_vertex_buffer", "use with … in init() 1619 …ativeGroup->addChild(new DefaultVAOCase(m_context, "default_vao_vertex_attrib_format", "use with… in init() 1620 …ativeGroup->addChild(new DefaultVAOCase(m_context, "default_vao_vertex_attrib_i_format", "use wit… in init() 1621 …ativeGroup->addChild(new DefaultVAOCase(m_context, "default_vao_vertex_attrib_binding", "use with… in init() [all …]
|