Searched refs:copyTexSubImage2DTests (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/egl/ |
D | teglGLES2SharingThreadedTests.cpp | 4394 …TestCaseGroup* copyTexSubImage2DTests = new TestCaseGroup(ctx, "copytexsubimage2d", "Texture gen, … in addRandomTests() local 4428 …copyTexSubImage2DTests->addChild(new GLES2SharingRandomTest(ctx, config, name.c_str(), name.c_str(… in addRandomTests() 4431 textureTests->addChild(copyTexSubImage2DTests); in addRandomTests() 5166 …TestCaseGroup* copyTexSubImage2DTests = new TestCaseGroup(ctx, "copytexsubimage2d", "Image gen, de… in addRandomTests() local 5237 …copyTexSubImage2DTests->addChild(new GLES2SharingRandomTest(ctx, config, name.c_str(), name.c_str(… in addRandomTests() 5240 imageTests->addChild(copyTexSubImage2DTests); in addRandomTests()
|