Searched refs:basicTestGroup (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fShaderFramebufferFetchTests.cpp | 1352 …tcu::TestCaseGroup* const basicTestGroup = new tcu::TestCaseGroup(m_testCtx, "basic", "Basic… in init() local 1357 …basicTestGroup->addChild(new TexelFetchTestCase (m_context, "texel_fetch", "Framebuffer fe… in init() 1358 …basicTestGroup->addChild(new LastFragDataTestCase (m_context, "last_frag_data", "Framebuffer… in init() 1359 …basicTestGroup->addChild(new FragmentDiscardTestCase (m_context, "fragment_discard", "Framebu… in init() 1360 …basicTestGroup->addChild(new MultipleAssignmentTestCase (m_context, "multiple_assignment", "Mu… in init() 1361 …basicTestGroup->addChild(new MultipleRenderTargetsTestCase (m_context, "multiple_render_targets",… in init() 1362 …basicTestGroup->addChild(new TextureLevelTestCase (m_context, "framebuffer_texture_level", "Fra… in init() 1363 …basicTestGroup->addChild(new TextureLayerTestCase (m_context, "framebuffer_texture_layer", "Fra… in init() 1421 addChild(basicTestGroup); in init()
|