Searched defs:programTests (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp4071 TestCaseGroup* programTests = new TestCaseGroup(ctx, "programs", "Program management tests"); local
4082 programTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "create_destroy", "Create and delete program"));
4094 programTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "attach", "Create, attach shaders and delete program"));
4106 programTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "link", "Create, attach shaders, link and delete program"));
4109 group->addChild(programTests);
4665 TestCaseGroup* programTests = new TestCaseGroup(ctx, "programs", "Program management tests"); local
4690 programTests->addChild(createProgramTests);
4784 programTests->addChild(texImage2DTests);
4896 programTests->addChild(texSubImage2DTests);
4899 group->addChild(programTests);
[all...]

Completed in 37 milliseconds