Lines Matching defs:log
177 std::vector<GLchar> log(length);
178 glGetShaderInfoLog(shaders[i], length, NULL, &log[0]);
180 << tcu::TestLog::Message << &log[0] << tcu::TestLog::EndMessage;
188 std::vector<GLchar> log(length);
189 glGetProgramInfoLog(program, length, NULL, &log[0]);
190 m_context.getTestContext().getLog() << tcu::TestLog::Message << &log[0] << tcu::TestLog::EndMessage;
8505 GLchar log[1024];
8506 glGetShaderInfoLog(sh, sizeof(log), NULL, log);
8508 << log << tcu::TestLog::EndMessage;
8604 GLchar log[1024];
8605 glGetProgramInfoLog(p, sizeof(log), NULL, log);
8607 << log << tcu::TestLog::EndMessage;