Lines Matching refs:textureTests
48 void createTextureTests (tcu::TestCaseGroup* textureTests) in createTextureTests() argument
50 tcu::TestContext& testCtx = textureTests->getTestContext(); in createTextureTests()
52 textureTests->addChild(createTextureFilteringTests (testCtx)); in createTextureTests()
53 textureTests->addChild(createTextureMipmappingTests (testCtx)); in createTextureTests()
54 textureTests->addChild(createExplicitLodTests (testCtx)); in createTextureTests()
55 textureTests->addChild(createTextureShadowTests (testCtx)); in createTextureTests()
56 textureTests->addChild(createFilteringAnisotropyTests (testCtx)); in createTextureTests()
57 textureTests->addChild(createTextureCompressedFormatTests (testCtx)); in createTextureTests()
58 textureTests->addChild(create3DTextureCompressedFormatTests (testCtx)); in createTextureTests()
59 textureTests->addChild(createTextureSwizzleTests (testCtx)); in createTextureTests()
60 textureTests->addChild(createTextureSubgroupLodTests (testCtx)); in createTextureTests()
61 textureTests->addChild(createTextureConversionTests (testCtx)); in createTextureTests()
62 textureTests->addChild(createTextureTexelBufferTests (testCtx)); in createTextureTests()
63 textureTests->addChild(createTextureMultisampleTests (testCtx)); in createTextureTests()
64 textureTests->addChild(createTextureTexelOffsetTests (testCtx)); in createTextureTests()