Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglGLES2SharingThreadedTests.cpp4272 …TestCaseGroup* texImage2DTests = new TestCaseGroup(ctx, "teximage2d", "Texture gen, delete and tex… in addRandomTests() local
4297 texImage2DTests->addChild(new GLES2SharingRandomTest(ctx, config, name.c_str(), name.c_str())); in addRandomTests()
4300 textureTests->addChild(texImage2DTests); in addRandomTests()
4448 …TestCaseGroup* texImage2DTests = new TestCaseGroup(ctx, "bufferdata", "Buffer gen, delete and buff… in addRandomTests() local
4473 texImage2DTests->addChild(new GLES2SharingRandomTest(ctx, config, name.c_str(), name.c_str())); in addRandomTests()
4476 bufferTests->addChild(texImage2DTests); in addRandomTests()
4557 …TestCaseGroup* texImage2DTests = new TestCaseGroup(ctx, "source", "Shader create, destroy and sour… in addRandomTests() local
4591 texImage2DTests->addChild(new GLES2SharingRandomTest(ctx, config, name.c_str(), name.c_str())); in addRandomTests()
4594 shaderTests->addChild(texImage2DTests); in addRandomTests()
4679 …TestCaseGroup* texImage2DTests = new TestCaseGroup(ctx, "attach_detach", "Program create, destroy,… in addRandomTests() local
[all …]