Searched refs:shaderTests (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/egl/ |
D | teglGLES2SharingThreadedTests.cpp | 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() [all …]
|