Searched refs:negativeGroup (Results 1 – 4 of 4) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fTextureMultisampleTests.cpp | 2082 …tcu::TestCaseGroup* const negativeGroup = new tcu::TestCaseGroup(m_testCtx, "negative", "Negative … in init() local 2083 addChild(negativeGroup); in init() 2085 …negativeGroup->addChild(new NegativeFramebufferCase (m_context, "fbo_attach_different_sample_count… in init() 2086 …negativeGroup->addChild(new NegativeFramebufferCase (m_context, "fbo_attach_different_sample_count… in init() 2087 …negativeGroup->addChild(new NegativeFramebufferCase (m_context, "fbo_attach_different_fixed_state_… in init() 2088 …negativeGroup->addChild(new NegativeFramebufferCase (m_context, "fbo_attach_different_fixed_state_… in init() 2089 …negativeGroup->addChild(new NegativeFramebufferCase (m_context, "fbo_attach_non_zero_level", "… in init() 2090 …negativeGroup->addChild(new NegativeTexParameterCase(m_context, "texture_min_filter", "set T… in init() 2091 …negativeGroup->addChild(new NegativeTexParameterCase(m_context, "texture_mag_filter", "set T… in init() 2092 …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 | es31fGeometryShaderTests.cpp | 6073 …tcu::TestCaseGroup* const negativeGroup = new tcu::TestCaseGroup(m_testCtx, "negative", "Negati… in init() local 6084 this->addChild(negativeGroup); in init() 6434 …negativeGroup->addChild(new NegativeDrawCase(m_context, name.c_str(), desc.c_str(), inputType, pri… in init()
|
D | es31fTessellationTests.cpp | 7599 …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()
|