Searched refs:shaderTests (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/egl/ |
D | teglGLES2SharingThreadedTests.cpp | 3978 TestCaseGroup* shaderTests = new TestCaseGroup(ctx, "shaders", "Shader management tests"); in addSimpleTests() local 3989 …shaderTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "vtx_create_destroy", "Create and … in addSimpleTests() 4001 …shaderTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "vtx_shadersource", "Create, set s… in addSimpleTests() 4013 …shaderTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "vtx_compile", "Create, set source… in addSimpleTests() 4025 …shaderTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "frag_create_destroy", "Create and… in addSimpleTests() 4037 …shaderTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "frag_shadersource", "Create, set … in addSimpleTests() 4049 …shaderTests->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 …]
|