Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureTests.cpp43 void createTextureTests (tcu::TestCaseGroup* textureTests) in createTextureTests() argument
45 tcu::TestContext& testCtx = textureTests->getTestContext(); in createTextureTests()
47 textureTests->addChild(createTextureFilteringTests (testCtx)); in createTextureTests()
48 textureTests->addChild(createTextureMipmappingTests (testCtx)); in createTextureTests()
49 textureTests->addChild(createExplicitLodTests (testCtx)); in createTextureTests()
50 textureTests->addChild(createTextureShadowTests (testCtx)); in createTextureTests()
51 textureTests->addChild(createFilteringAnisotropyTests (testCtx)); in createTextureTests()
52 textureTests->addChild(createTextureCompressedFormatTests (testCtx)); in createTextureTests()
53 textureTests->addChild(createTextureSwizzleTests (testCtx)); in createTextureTests()
/external/deqp/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 …]