Lines Matching refs:texImage2DTests
4289 …TestCaseGroup* texImage2DTests = new TestCaseGroup(ctx, "teximage2d", "Texture gen, delete and tex… in addRandomTests() local
4314 texImage2DTests->addChild(new GLES2SharingRandomTest(ctx, config, name.c_str(), name.c_str())); in addRandomTests()
4317 textureTests->addChild(texImage2DTests); in addRandomTests()
4465 …TestCaseGroup* texImage2DTests = new TestCaseGroup(ctx, "bufferdata", "Buffer gen, delete and buff… in addRandomTests() local
4490 texImage2DTests->addChild(new GLES2SharingRandomTest(ctx, config, name.c_str(), name.c_str())); in addRandomTests()
4493 bufferTests->addChild(texImage2DTests); in addRandomTests()
4574 …TestCaseGroup* texImage2DTests = new TestCaseGroup(ctx, "source", "Shader create, destroy and sour… in addRandomTests() local
4608 texImage2DTests->addChild(new GLES2SharingRandomTest(ctx, config, name.c_str(), name.c_str())); in addRandomTests()
4611 shaderTests->addChild(texImage2DTests); in addRandomTests()
4696 …TestCaseGroup* texImage2DTests = new TestCaseGroup(ctx, "attach_detach", "Program create, destroy,… in addRandomTests() local
4783 texImage2DTests->addChild(new GLES2SharingRandomTest(ctx, config, name.c_str(), name.c_str())); in addRandomTests()
4786 programTests->addChild(texImage2DTests); in addRandomTests()
4906 …TestCaseGroup* texImage2DTests = new TestCaseGroup(ctx, "create_destroy", "Image gen, delete and t… in addRandomTests() local
4956 texImage2DTests->addChild(new GLES2SharingRandomTest(ctx, config, name.c_str(), name.c_str())); in addRandomTests()
4959 imageTests->addChild(texImage2DTests); in addRandomTests()
4963 …TestCaseGroup* texImage2DTests = new TestCaseGroup(ctx, "teximage2d", "Image gen, delete and texim… in addRandomTests() local
5019 texImage2DTests->addChild(new GLES2SharingRandomTest(ctx, config, name.c_str(), name.c_str())); in addRandomTests()
5022 imageTests->addChild(texImage2DTests); in addRandomTests()