Home
last modified time | relevance | path

Searched refs:sampleGroup (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fTextureMultisampleTests.cpp2060 …tcu::TestCaseGroup* const sampleGroup = new tcu::TestCaseGroup(m_testCtx, (std::string("samples_")… in init() local
2061 addChild(sampleGroup); in init()
2064sampleGroup->addChild(new SamplePosRasterizationTest(m_context, "sample_position", "test SAMPLE_PO… in init()
2067sampleGroup->addChild(new SampleMaskCase(m_context, "sample_mask_only", "Test with Sampl… in init()
2068sampleGroup->addChild(new SampleMaskCase(m_context, "sample_mask_and_alpha_to_coverage", "Tes… in init()
2069sampleGroup->addChild(new SampleMaskCase(m_context, "sample_mask_and_sample_coverage", "Test… in init()
2070sampleGroup->addChild(new SampleMaskCase(m_context, "sample_mask_and_sample_coverage_and_alpha_to_… in init()
2073sampleGroup->addChild(new SampleMaskCase(m_context, "sample_mask_non_effective_bits", "Test … in init()
2077sampleGroup->addChild(new MultisampleTextureUsageCase(m_context, (std::string("use_") + textureTyp… in init()
/external/deqp/modules/gles3/functional/
Des3fFboColorbufferTests.cpp1155 …tcu::TestCaseGroup* const sampleGroup = new tcu::TestCaseGroup(m_testCtx, "sample", "Read by sampl… in init() local
1156 repeatedClearGroup->addChild(sampleGroup); in init()
1159 sampleGroup->addChild(tex2DGroup); in init()