Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fTextureMultisampleTests.cpp2082 …tcu::TestCaseGroup* const negativeGroup = new tcu::TestCaseGroup(m_testCtx, "negative", "Negative … in init() local
2083 addChild(negativeGroup); in init()
2085negativeGroup->addChild(new NegativeFramebufferCase (m_context, "fbo_attach_different_sample_count… in init()
2086negativeGroup->addChild(new NegativeFramebufferCase (m_context, "fbo_attach_different_sample_count… in init()
2087negativeGroup->addChild(new NegativeFramebufferCase (m_context, "fbo_attach_different_fixed_state_… in init()
2088negativeGroup->addChild(new NegativeFramebufferCase (m_context, "fbo_attach_different_fixed_state_… in init()
2089negativeGroup->addChild(new NegativeFramebufferCase (m_context, "fbo_attach_non_zero_level", "… in init()
2090negativeGroup->addChild(new NegativeTexParameterCase(m_context, "texture_min_filter", "set T… in init()
2091negativeGroup->addChild(new NegativeTexParameterCase(m_context, "texture_mag_filter", "set T… in init()
2092negativeGroup->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 …]
Des31fGeometryShaderTests.cpp6073 …tcu::TestCaseGroup* const negativeGroup = new tcu::TestCaseGroup(m_testCtx, "negative", "Negati… in init() local
6084 this->addChild(negativeGroup); in init()
6434negativeGroup->addChild(new NegativeDrawCase(m_context, name.c_str(), desc.c_str(), inputType, pri… in init()
Des31fTessellationTests.cpp7599 …TestCaseGroup* const negativeGroup = new TestCaseGroup(m_context, "negative", "Negative cases"); in init() local
7603 userDefinedIOGroup->addChild(negativeGroup); in init()
7606 negativeGroup->addChild(children[i]); in init()