Searched refs:copyTexImage2DTests (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/egl/ |
D | teglGLES2SharingThreadedTests.cpp | 4361 …TestCaseGroup* copyTexImage2DTests = new TestCaseGroup(ctx, "copyteximage2d", "Texture gen, delete… in addRandomTests() local 4387 …copyTexImage2DTests->addChild(new GLES2SharingRandomTest(ctx, config, name.c_str(), name.c_str())); in addRandomTests() 4390 textureTests->addChild(copyTexImage2DTests); in addRandomTests() 5103 …TestCaseGroup* copyTexImage2DTests = new TestCaseGroup(ctx, "copyteximage2d", "Image gen, delete a… in addRandomTests() local 5159 …copyTexImage2DTests->addChild(new GLES2SharingRandomTest(ctx, config, name.c_str(), name.c_str())); in addRandomTests() 5162 imageTests->addChild(copyTexImage2DTests); in addRandomTests()
|