/external/deqp/modules/gles31/functional/ |
D | es31fProgramInterfaceQueryTests.cpp | 3168 …efinition::Node::SharedPtr& parentStructure, tcu::TestCaseGroup* const targetGroup, const ProgramR… in generateVariableCases() argument 3213 targetGroup->addChild(group); in generateVariableCases() 3216 group = targetGroup; in generateVariableCases() 3228 …efinition::Node::SharedPtr& parentStructure, tcu::TestCaseGroup* const targetGroup, const ProgramR… in generateOpaqueTypeCases() argument 3288 targetGroup->addChild(group); in generateOpaqueTypeCases() 3291 group = targetGroup; in generateOpaqueTypeCases() 3310 …efinition::Node::SharedPtr& parentStructure, tcu::TestCaseGroup* const targetGroup, const ProgramR… 3312 …efinition::Node::SharedPtr& parentStructure, tcu::TestCaseGroup* const targetGroup, const ProgramR… in generateVariableArrayCases() argument 3319 targetGroup->addChild(blockGroup); in generateVariableArrayCases() 3335 …efinition::Node::SharedPtr& parentStructure, tcu::TestCaseGroup* const targetGroup, const ProgramR… in generateCompoundVariableCases() argument [all …]
|
D | es31fTextureStateQueryTests.cpp | 109 targetGroup->addChild(X); \ in init() 203 …tcu::TestCaseGroup* const targetGroup = new tcu::TestCaseGroup(m_testCtx, textureTargets[targetNdx… in init() local 204 addChild(targetGroup); in init() 208 targetGroup->addChild(createIsTextureTest(m_testCtx, in init() 264 …tcu::TestCaseGroup* const targetGroup = new tcu::TestCaseGroup(m_testCtx, pureSetters[setterNdx].n… in init() local 265 addChild(targetGroup); in init() 275 targetGroup->addChild(createTexParamTest(m_testCtx, in init()
|
D | es31fSamplerStateQueryTests.cpp | 107 targetGroup->addChild(X); \ in init() 167 …tcu::TestCaseGroup* const targetGroup = new tcu::TestCaseGroup(m_testCtx, "set_value", "Set value … in init() local 168 addChild(targetGroup); in init() 213 …tcu::TestCaseGroup* const targetGroup = new tcu::TestCaseGroup(m_testCtx, pureSetters[setterNdx].n… in init() local 214 addChild(targetGroup); in init() 222 targetGroup->addChild(createSamplerParamTest(m_testCtx, in init()
|
D | es31fSynchronizationTests.cpp | 3189 …tcu::TestCaseGroup* const targetGroup = (groupNdx == 0) ? (inInvocationGroup) : (interInvocationGr… in init() local 3196 targetGroup->addChild(new InvocationWriteReadCase(m_context, in init() 3202 targetGroup->addChild(new InvocationReadWriteCase(m_context, in init() 3208 targetGroup->addChild(new InvocationOverWriteCase(m_context, in init() 3214 targetGroup->addChild(new InvocationAliasWriteCase(m_context, in init() 3221 targetGroup->addChild(new InvocationAliasWriteCase(m_context, in init()
|
D | es31fTextureLevelStateQueryTests.cpp | 1657 targetGroup->addChild(X); \ in init() 1677 …tcu::TestCaseGroup* const targetGroup = new tcu::TestCaseGroup(m_testCtx, textureTargets[targetNdx… in init() local 1678 addChild(targetGroup); in init()
|
D | es31fTextureBorderClampTests.cpp | 2576 …tcu::TestCaseGroup* const targetGroup = new tcu::TestCaseGroup(m_testCtx, targets[targetNdx].name,… in init() local 2577 perAxisGroup->addChild(targetGroup); in init() 2590 targetGroup->addChild(formatGroup); in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboInvalidateTests.cpp | 1501 …tcu::TestCaseGroup* targetGroup = new tcu::TestCaseGroup(m_testCtx, "target", "Invalidate target"); in init() local 1502 addChild(targetGroup); in init() 1532 …targetGroup->addChild(new InvalidateFboTargetCase(m_context, (baseName + "_color").c_str(), "", … in init() 1533 …targetGroup->addChild(new InvalidateFboTargetCase(m_context, (baseName + "_depth_stencil").c_str()… in init() 1534 …targetGroup->addChild(new InvalidateFboTargetCase(m_context, (baseName + "_all").c_str(), "", bo… in init()
|
/external/deqp/external/vulkancts/modules/vulkan/multiview/ |
D | vktMultiViewRenderTests.cpp | 3697 tcu::TestCaseGroup* targetGroup ((renderPassTypeNdx == 0) ? group : groupRenderPass2.get()); in multiViewRenderCreateTests() local 3698 tcu::TestContext& testCtx (targetGroup->getTestContext()); in multiViewRenderCreateTests() 3757 targetGroup->addChild(groupShader.release()); in multiViewRenderCreateTests() 3771 targetGroup->addChild(groupViewIndex.release()); in multiViewRenderCreateTests()
|