Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglGLES2SharingThreadedTests.cpp3978 TestCaseGroup* shaderTests = new TestCaseGroup(ctx, "shaders", "Shader management tests"); in addSimpleTests() local
3989shaderTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "vtx_create_destroy", "Create and … in addSimpleTests()
4001shaderTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "vtx_shadersource", "Create, set s… in addSimpleTests()
4013shaderTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "vtx_compile", "Create, set source… in addSimpleTests()
4025shaderTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "frag_create_destroy", "Create and… in addSimpleTests()
4037shaderTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "frag_shadersource", "Create, set … in addSimpleTests()
4049shaderTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "frag_compile", "Create, set sourc… in addSimpleTests()
4052 group->addChild(shaderTests); in addSimpleTests()
4521 TestCaseGroup* shaderTests = new TestCaseGroup(ctx, "shaders", "Shader management tests"); in addRandomTests() local
4553 shaderTests->addChild(createShaderTests); in addRandomTests()
[all …]