Lines Matching defs:testCtx
1954 TextureGather2DCase (tcu::TestContext& testCtx,
1981 TextureGather2DCase::TextureGather2DCase (tcu::TestContext& testCtx,
1997 : TestCase (testCtx, name)
2180 TextureGather2DArrayCase (tcu::TestContext& testCtx,
2207 TextureGather2DArrayCase::TextureGather2DArrayCase (tcu::TestContext& testCtx,
2223 : TestCase (testCtx, name)
2410 TextureGatherCubeCase (tcu::TestContext& testCtx,
2435 TextureGatherCubeCase::TextureGatherCubeCase (tcu::TestContext& testCtx,
2449 : TestCase (testCtx, name)
2507 tcu::TestContext& testCtx,
2527 return new TextureGather2DCase(testCtx, name, gatherType, offsetSize, textureFormat, shadowCompareMode,
2531 return new TextureGather2DArrayCase(testCtx, name, gatherType, offsetSize, textureFormat, shadowCompareMode,
2537 return new TextureGatherCubeCase(testCtx, name, textureFormat, shadowCompareMode,
2848 tcu::TestCaseGroup* createTextureGatherTests (tcu::TestContext& testCtx)
2850 return new TextureGatherTests(testCtx);