Searched defs:getInfoLog (Results 1 – 11 of 11) sorted by relevance
166 InfoLog &getInfoLog() { return mState.mInfoLog; } in getInfoLog() function
119 std::string &&getInfoLog() { return std::move(mInfoLog); } in getInfoLog() function in gl::__anonbbe76b890111::CompileTask166 std::string &&getInfoLog() { return std::move(mCompileTask->getInfoLog()); } in getInfoLog() function in gl::__anonbbe76b890111::CompileEvent548 void Shader::getInfoLog(const Context *context, GLsizei bufSize, GLsizei *length, char *infoLog) in getInfoLog() function in gl::Shader
656 void ProgramPipeline::getInfoLog(GLsizei bufSize, GLsizei *length, char *infoLog) const in getInfoLog() function in gl::ProgramPipeline
410 InfoLog &getInfoLog() { return mState.mInfoLog; } in getInfoLog() function
252 InfoLog &getInfoLog() const { return *mInfoLog; } in getInfoLog() function
1562 void Program::getInfoLog(GLsizei bufSize, GLsizei *length, char *infoLog) const in getInfoLog() function in gl::Program
121 const std::string &getInfoLog(void) const in getInfoLog() function in glu::Shader172 const std::string &getInfoLog(void) const in getInfoLog() function in glu::Program
896 std::string TestCaseBase::getInfoLog(LOG_TYPE log_type, glw::GLuint id) in getInfoLog() function in glcts::TestCaseBase
1924 const char* TShader::getInfoLog() in getInfoLog() function in glslang::TShader2123 const char* TProgram::getInfoLog() in getInfoLog() function in glslang::TProgram
716 const std::string &BeforeDrawValidator::getInfoLog(void) const in getInfoLog() function in deqp::gls::BeforeDrawValidator