Searched refs:negativeGroup (Results 1 – 5 of 5) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fTextureMultisampleTests.cpp | 2103 …tcu::TestCaseGroup* const negativeGroup = new tcu::TestCaseGroup(m_testCtx, "negative", "Negative … in init() local 2104 addChild(negativeGroup); in init() 2106 …negativeGroup->addChild(new NegativeFramebufferCase (m_context, "fbo_attach_different_sample_count… in init() 2107 …negativeGroup->addChild(new NegativeFramebufferCase (m_context, "fbo_attach_different_sample_count… in init() 2108 …negativeGroup->addChild(new NegativeFramebufferCase (m_context, "fbo_attach_different_fixed_state_… in init() 2109 …negativeGroup->addChild(new NegativeFramebufferCase (m_context, "fbo_attach_different_fixed_state_… in init() 2110 …negativeGroup->addChild(new NegativeFramebufferCase (m_context, "fbo_attach_non_zero_level", "… in init() 2111 …negativeGroup->addChild(new NegativeTexParameterCase(m_context, "texture_min_filter", "set T… in init() 2112 …negativeGroup->addChild(new NegativeTexParameterCase(m_context, "texture_mag_filter", "set T… in init() 2113 …negativeGroup->addChild(new NegativeTexParameterCase(m_context, "texture_wrap_s", "set TEXT… in init() [all …]
|
D | es31fVertexAttributeBindingTests.cpp | 1572 …tcu::TestCaseGroup* const negativeGroup = new tcu::TestCaseGroup(m_testCtx, "negative", "Negative … in init() local 1575 addChild(negativeGroup); in init() 1618 …negativeGroup->addChild(new DefaultVAOCase(m_context, "default_vao_bind_vertex_buffer", "use wit… in init() 1619 …negativeGroup->addChild(new DefaultVAOCase(m_context, "default_vao_vertex_attrib_format", "use w… in init() 1620 …negativeGroup->addChild(new DefaultVAOCase(m_context, "default_vao_vertex_attrib_i_format", "use … in init() 1621 …negativeGroup->addChild(new DefaultVAOCase(m_context, "default_vao_vertex_attrib_binding", "use w… in init() 1622 …negativeGroup->addChild(new DefaultVAOCase(m_context, "default_vao_vertex_binding_divisor", "use … in init() 1624 …negativeGroup->addChild(new BindToCreateCase(m_context, "bind_create_new_buffer", "bind not ex… in init() 1626 …negativeGroup->addChild(new NegativeApiCase(m_context, "vertex_attrib_format_large_offset", "lar… in init() 1627 …negativeGroup->addChild(new NegativeApiCase(m_context, "bind_vertex_buffer_large_stride", "large… in init() [all …]
|
D | es31fUniformLocationTests.cpp | 1049 …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()
|
D | es31fTessellationTests.cpp | 7652 …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()
|
D | es31fGeometryShaderTests.cpp | 6074 …tcu::TestCaseGroup* const negativeGroup = new tcu::TestCaseGroup(m_testCtx, "negative", "Negati… in init() local 6085 this->addChild(negativeGroup); in init() 6435 …negativeGroup->addChild(new NegativeDrawCase(m_context, name.c_str(), desc.c_str(), inputType, pri… in init()
|