Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fShaderFramebufferFetchTests.cpp1352 …tcu::TestCaseGroup* const basicTestGroup = new tcu::TestCaseGroup(m_testCtx, "basic", "Basic… in init() local
1357basicTestGroup->addChild(new TexelFetchTestCase (m_context, "texel_fetch", "Framebuffer fe… in init()
1358basicTestGroup->addChild(new LastFragDataTestCase (m_context, "last_frag_data", "Framebuffer… in init()
1359basicTestGroup->addChild(new FragmentDiscardTestCase (m_context, "fragment_discard", "Framebu… in init()
1360basicTestGroup->addChild(new MultipleAssignmentTestCase (m_context, "multiple_assignment", "Mu… in init()
1361basicTestGroup->addChild(new MultipleRenderTargetsTestCase (m_context, "multiple_render_targets",… in init()
1362basicTestGroup->addChild(new TextureLevelTestCase (m_context, "framebuffer_texture_level", "Fra… in init()
1363basicTestGroup->addChild(new TextureLayerTestCase (m_context, "framebuffer_texture_layer", "Fra… in init()
1421 addChild(basicTestGroup); in init()