Searched refs:textureTests (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/egl/ |
D | teglGLES2SharingThreadedTests.cpp | 3816 TestCaseGroup* textureTests = new TestCaseGroup(ctx, "textures", "Texture management tests"); in addSimpleTests() local 3827 …textureTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "gen_delete", "Generate and delet… in addSimpleTests() 3839 …textureTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "teximage2d", "Generate, set data… in addSimpleTests() 3851 …textureTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "teximage2d_texsubimage2d", "Gene… in addSimpleTests() 3863 …textureTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "teximage2d_copytexsubimage2d", "… in addSimpleTests() 3875 …textureTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "teximage2d_render", "Generate, s… in addSimpleTests() 3887 …textureTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "teximage2d_texsubimage2d_render"… in addSimpleTests() 3899 …textureTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "teximage2d_copytexsubimage2d_ren… in addSimpleTests() 3911 …textureTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "copyteximage2d", "Generate, set … in addSimpleTests() 3923 …textureTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "copyteximage2d_texsubimage2d", "… in addSimpleTests() [all …]
|