Searched refs:textureTests (Results 1 – 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureTests.cpp | 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() [all …]
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglGLES2SharingThreadedTests.cpp | 3833 TestCaseGroup* textureTests = new TestCaseGroup(ctx, "textures", "Texture management tests"); in addSimpleTests() local 3844 …textureTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "gen_delete", "Generate and delet… in addSimpleTests() 3856 …textureTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "teximage2d", "Generate, set data… in addSimpleTests() 3868 …textureTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "teximage2d_texsubimage2d", "Gene… in addSimpleTests() 3880 …textureTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "teximage2d_copytexsubimage2d", "… in addSimpleTests() 3892 …textureTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "teximage2d_render", "Generate, s… in addSimpleTests() 3904 …textureTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "teximage2d_texsubimage2d_render"… in addSimpleTests() 3916 …textureTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "teximage2d_copytexsubimage2d_ren… in addSimpleTests() 3928 …textureTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "copyteximage2d", "Generate, set … in addSimpleTests() 3940 …textureTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "copyteximage2d_texsubimage2d", "… in addSimpleTests() [all …]
|