Searched refs:onlyFaceInteriorGroup (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fTextureFilteringTests.cpp596 tcu::TestCaseGroup* const onlyFaceInteriorGroup = new tcu::TestCaseGroup(m_testCtx, "no_edges_visible", "Don't sample anywhere near a face's edges"); member in class:deqp::gles31::Functional::tcu
597 groupCubeArray->addChild(onlyFaceInteriorGroup);
604 onlyFaceInteriorGroup->addChild(new TextureCubeArrayFilteringCase(m_context,
/external/deqp/modules/gles3/functional/
H A Des3fTextureFilteringTests.cpp1519 tcu::TestCaseGroup* onlyFaceInteriorGroup = new tcu::TestCaseGroup(m_testCtx, "no_edges_visible", "Don't sample anywhere near a face's edges"); local
1520 groupCube->addChild(onlyFaceInteriorGroup);
1527 onlyFaceInteriorGroup->addChild(new TextureCubeFilteringCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(),

Completed in 57 milliseconds