Searched refs:textureTests (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureTests.cpp | 43 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/ |
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 …]
|