Lines Matching refs:shaderTests
3995 TestCaseGroup* shaderTests = new TestCaseGroup(ctx, "shaders", "Shader management tests"); in addSimpleTests() local
4006 …shaderTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "vtx_create_destroy", "Create and … in addSimpleTests()
4018 …shaderTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "vtx_shadersource", "Create, set s… in addSimpleTests()
4030 …shaderTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "vtx_compile", "Create, set source… in addSimpleTests()
4042 …shaderTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "frag_create_destroy", "Create and… in addSimpleTests()
4054 …shaderTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "frag_shadersource", "Create, set … in addSimpleTests()
4066 …shaderTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "frag_compile", "Create, set sourc… in addSimpleTests()
4069 group->addChild(shaderTests); in addSimpleTests()
4538 TestCaseGroup* shaderTests = new TestCaseGroup(ctx, "shaders", "Shader management tests"); in addRandomTests() local
4570 shaderTests->addChild(createShaderTests); in addRandomTests()
4611 shaderTests->addChild(texImage2DTests); in addRandomTests()
4662 shaderTests->addChild(texSubImage2DTests); in addRandomTests()
4665 group->addChild(shaderTests); in addRandomTests()