Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fShaderApiTests.cpp1042 …TestCaseGroup* compileLinkGroup = new TestCaseGroup(m_context, "compile_link", "Compile and link t… in init() local
1043 addChild(compileLinkGroup); in init()
1045compileLinkGroup->addChild(new CompileShaderCase(m_context, "compile_vertex_shader", "Compile vert… in init()
1046compileLinkGroup->addChild(new CompileShaderCase(m_context, "compile_fragment_shader", "Compile fr… in init()
1048compileLinkGroup->addChild(new LinkVertexFragmentCase(m_context, "link_vertex_fragment", "Link ver… in init()
/external/deqp/modules/gles3/functional/
Des3fShaderApiTests.cpp1667 …TestCaseGroup* compileLinkGroup = new TestCaseGroup(m_context, "compile_link", "Compile and link t… in init() local
1668 addChild(compileLinkGroup); in init()
1670compileLinkGroup->addChild(new CompileShaderCase(m_context, "compile_vertex_shader", "Compile vert… in init()
1671compileLinkGroup->addChild(new CompileShaderCase(m_context, "compile_fragment_shader", "Compile fr… in init()
1673compileLinkGroup->addChild(new LinkVertexFragmentCase(m_context, "link_vertex_fragment", "Link ver… in init()