Searched refs:programTests (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/egl/ |
D | teglGLES2SharingThreadedTests.cpp | 4056 TestCaseGroup* programTests = new TestCaseGroup(ctx, "programs", "Program management tests"); in addSimpleTests() local 4067 …programTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "create_destroy", "Create and del… in addSimpleTests() 4079 …programTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "attach", "Create, attach shaders… in addSimpleTests() 4091 …programTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "link", "Create, attach shaders, … in addSimpleTests() 4094 group->addChild(programTests); in addSimpleTests() 4650 TestCaseGroup* programTests = new TestCaseGroup(ctx, "programs", "Program management tests"); in addRandomTests() local 4675 programTests->addChild(createProgramTests); in addRandomTests() 4769 programTests->addChild(texImage2DTests); in addRandomTests() 4881 programTests->addChild(texSubImage2DTests); in addRandomTests() 4884 group->addChild(programTests); in addRandomTests()
|