Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fTextureMultisampleTests.cpp2103 …tcu::TestCaseGroup* const negativeGroup = new tcu::TestCaseGroup(m_testCtx, "negative", "Negative … in init() local
2104 addChild(negativeGroup); in init()
2106negativeGroup->addChild(new NegativeFramebufferCase (m_context, "fbo_attach_different_sample_count… in init()
2107negativeGroup->addChild(new NegativeFramebufferCase (m_context, "fbo_attach_different_sample_count… in init()
2108negativeGroup->addChild(new NegativeFramebufferCase (m_context, "fbo_attach_different_fixed_state_… in init()
2109negativeGroup->addChild(new NegativeFramebufferCase (m_context, "fbo_attach_different_fixed_state_… in init()
2110negativeGroup->addChild(new NegativeFramebufferCase (m_context, "fbo_attach_non_zero_level", "… in init()
2111negativeGroup->addChild(new NegativeTexParameterCase(m_context, "texture_min_filter", "set T… in init()
2112negativeGroup->addChild(new NegativeTexParameterCase(m_context, "texture_mag_filter", "set T… in init()
2113negativeGroup->addChild(new NegativeTexParameterCase(m_context, "texture_wrap_s", "set TEXT… in init()
[all …]
Des31fVertexAttributeBindingTests.cpp1572 …tcu::TestCaseGroup* const negativeGroup = new tcu::TestCaseGroup(m_testCtx, "negative", "Negative … in init() local
1575 addChild(negativeGroup); in init()
1618negativeGroup->addChild(new DefaultVAOCase(m_context, "default_vao_bind_vertex_buffer", "use wit… in init()
1619negativeGroup->addChild(new DefaultVAOCase(m_context, "default_vao_vertex_attrib_format", "use w… in init()
1620negativeGroup->addChild(new DefaultVAOCase(m_context, "default_vao_vertex_attrib_i_format", "use … in init()
1621negativeGroup->addChild(new DefaultVAOCase(m_context, "default_vao_vertex_attrib_binding", "use w… in init()
1622negativeGroup->addChild(new DefaultVAOCase(m_context, "default_vao_vertex_binding_divisor", "use … in init()
1624negativeGroup->addChild(new BindToCreateCase(m_context, "bind_create_new_buffer", "bind not ex… in init()
1626negativeGroup->addChild(new NegativeApiCase(m_context, "vertex_attrib_format_large_offset", "lar… in init()
1627negativeGroup->addChild(new NegativeApiCase(m_context, "bind_vertex_buffer_large_stride", "large… in init()
[all …]
Des31fUniformLocationTests.cpp1049 …de::MovePtr<tcu::TestCaseGroup> negativeGroup (new tcu::TestCaseGroup(m_testCtx, "negative", "Ne… in init() local
1059 negativeGroup->addChild(es31Group.release()); in init()
1070 negativeGroup->addChild(es32Group.release()); in init()
1073 addChild(negativeGroup.release()); in init()
Des31fTessellationTests.cpp7652 …de::MovePtr<TestCaseGroup> negativeGroup (new TestCaseGroup(m_context, "negative", "Negative cases… in init() local
7662 negativeGroup->addChild(es31Group.release()); in init()
7673 negativeGroup->addChild(es32Group.release()); in init()
7676 userDefinedIOGroup->addChild(negativeGroup.release()); in init()
Des31fGeometryShaderTests.cpp6074 …tcu::TestCaseGroup* const negativeGroup = new tcu::TestCaseGroup(m_testCtx, "negative", "Negati… in init() local
6085 this->addChild(negativeGroup); in init()
6435negativeGroup->addChild(new NegativeDrawCase(m_context, name.c_str(), desc.c_str(), inputType, pri… in init()