Home
last modified time | relevance | path

Searched refs:programTests (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/egl/
DteglGLES2SharingThreadedTests.cpp4056 TestCaseGroup* programTests = new TestCaseGroup(ctx, "programs", "Program management tests"); in addSimpleTests() local
4067programTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "create_destroy", "Create and del… in addSimpleTests()
4079programTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "attach", "Create, attach shaders… in addSimpleTests()
4091programTests->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()