Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglGLES2SharingThreadedTests.cpp4073 TestCaseGroup* programTests = new TestCaseGroup(ctx, "programs", "Program management tests"); in addSimpleTests() local
4084programTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "create_destroy", "Create and del… in addSimpleTests()
4096programTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "attach", "Create, attach shaders… in addSimpleTests()
4108programTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "link", "Create, attach shaders, … in addSimpleTests()
4111 group->addChild(programTests); in addSimpleTests()
4667 TestCaseGroup* programTests = new TestCaseGroup(ctx, "programs", "Program management tests"); in addRandomTests() local
4692 programTests->addChild(createProgramTests); in addRandomTests()
4786 programTests->addChild(texImage2DTests); in addRandomTests()
4898 programTests->addChild(texSubImage2DTests); in addRandomTests()
4901 group->addChild(programTests); in addRandomTests()