Home
last modified time | relevance | path

Searched refs:textureTests (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureTests.cpp48 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()
[all …]
/third_party/vk-gl-cts/modules/egl/
DteglGLES2SharingThreadedTests.cpp3833 TestCaseGroup* textureTests = new TestCaseGroup(ctx, "textures", "Texture management tests"); in addSimpleTests() local
3844textureTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "gen_delete", "Generate and delet… in addSimpleTests()
3856textureTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "teximage2d", "Generate, set data… in addSimpleTests()
3868textureTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "teximage2d_texsubimage2d", "Gene… in addSimpleTests()
3880textureTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "teximage2d_copytexsubimage2d", "… in addSimpleTests()
3892textureTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "teximage2d_render", "Generate, s… in addSimpleTests()
3904textureTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "teximage2d_texsubimage2d_render"… in addSimpleTests()
3916textureTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "teximage2d_copytexsubimage2d_ren… in addSimpleTests()
3928textureTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "copyteximage2d", "Generate, set … in addSimpleTests()
3940textureTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "copyteximage2d_texsubimage2d", "… in addSimpleTests()
[all …]