Lines Matching defs:testCtx
50 tcu::TestContext& testCtx = textureTests->getTestContext();
52 textureTests->addChild(createTextureFilteringTests (testCtx));
53 textureTests->addChild(createTextureMipmappingTests (testCtx));
54 textureTests->addChild(createExplicitLodTests (testCtx));
55 textureTests->addChild(createTextureShadowTests (testCtx));
56 textureTests->addChild(createFilteringAnisotropyTests (testCtx));
57 textureTests->addChild(createTextureCompressedFormatTests (testCtx));
58 textureTests->addChild(create3DTextureCompressedFormatTests (testCtx));
59 textureTests->addChild(createTextureSwizzleTests (testCtx));
61 textureTests->addChild(createTextureSubgroupLodTests (testCtx));
62 textureTests->addChild(createTextureConversionTests (testCtx));
63 textureTests->addChild(createTextureTexelBufferTests (testCtx));
64 textureTests->addChild(createTextureMultisampleTests (testCtx));
65 textureTests->addChild(createTextureTexelOffsetTests (testCtx));
71 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx, const std::string& name)
73 return createTestGroup(testCtx, name.c_str(), createTextureTests);