Lines Matching defs:shader
360 TCU_FAIL("Failed to compile shader program");
539 TCU_FAIL("Failed to compile shader program");
732 TCU_FAIL("Failed to compile shader program");
910 m_log << tcu::TestLog::Message << "Failed to compile shader" << tcu::TestLog::EndMessage;
927 TCU_FAIL("Failed to compile shader");
991 m_log << tcu::TestLog::Message << "Failed to compile shader" << tcu::TestLog::EndMessage;
1008 TCU_FAIL("Failed to compile shader");
1314 TestCaseGroup* shader = new TestCaseGroup(m_eglTestCtx, "shader", "Shader creation, destruction and rendering test");
1327 shader->addChild(new GLES2ShaderSharingTest(m_eglTestCtx, "create_delete_vert", "Create and delete on shared context", GL_VERTEX_SHADER, spec));
1340 shader->addChild(new GLES2ShaderSharingTest(m_eglTestCtx, "create_delete_mixed_vert", "Create and delete on different contexts", GL_VERTEX_SHADER, spec));
1353 shader->addChild(new GLES2ShaderSharingTest(m_eglTestCtx, "render_vert", "Create, render on two contexts and delete", GL_VERTEX_SHADER, spec));
1366 shader->addChild(new GLES2ShaderSharingTest(m_eglTestCtx, "create_delete_frag", "Create and delete on shared context", GL_FRAGMENT_SHADER, spec));
1379 shader->addChild(new GLES2ShaderSharingTest(m_eglTestCtx, "create_delete_mixed_frag", "Create and delete on different contexts", GL_FRAGMENT_SHADER, spec));
1392 shader->addChild(new GLES2ShaderSharingTest(m_eglTestCtx, "render_frag", "Create, render on two contexts and delete", GL_FRAGMENT_SHADER, spec));
1396 gles2->addChild(shader);