Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fTextureMipmapTests.cpp2562 …tcu::TestCaseGroup* baseLevelGroup = new tcu::TestCaseGroup(m_testCtx, "base_level", "Base level"); in init() local
2563 group2D->addChild(baseLevelGroup); in init()
2566baseLevelGroup->addChild(new Texture2DBaseLevelCase(m_context, minFilterModes[minFilter].name, "",… in init()
2629 …tcu::TestCaseGroup* baseLevelGroup = new tcu::TestCaseGroup(m_testCtx, "base_level", "Base level"); in init() local
2630 groupCube->addChild(baseLevelGroup); in init()
2633baseLevelGroup->addChild(new TextureCubeBaseLevelCase(m_context, minFilterModes[minFilter].name, "… in init()
2711 …tcu::TestCaseGroup* baseLevelGroup = new tcu::TestCaseGroup(m_testCtx, "base_level", "Base level"); in init() local
2712 group3D->addChild(baseLevelGroup); in init()
2715baseLevelGroup->addChild(new Texture3DBaseLevelCase(m_context, minFilterModes[minFilter].name, "",… in init()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp2547 TestCaseGroup* const baseLevelGroup = new TestCaseGroup(m_testCtx, "base_level", ""); in init() local
2548 formatGroup->addChild(baseLevelGroup); in init()
2554baseLevelGroup->addChild(makeTextureGatherCase(textureType, m_testCtx, caseName.c_str(), "", gathe… in init()
2558baseLevelGroup->addChild(makeTextureGatherCase(textureType, m_testCtx, "sparse_" + caseName, "", g… in init()
/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp2276 TestCaseGroup* const baseLevelGroup = new TestCaseGroup(m_context, "base_level", ""); in init() local
2277 formatGroup->addChild(baseLevelGroup); in init()
2283baseLevelGroup->addChild(makeTextureGatherCase(textureType, m_context, caseName.c_str(), "", gathe… in init()