Searched defs:getInfoLog (Results 1 – 8 of 8) sorted by relevance
35 const std::string &WaitableCompileEvent::getInfoLog() in getInfoLog() function in rx::WaitableCompileEvent
182 const GLchar* ShaderParser::getInfoLog() const { in getInfoLog() function in ShaderParser
642 const GLchar* ProgramData::getInfoLog() const { in getInfoLog() function in ProgramData
201 void ProgramExecutable::getInfoLog(GLsizei bufSize, GLsizei *length, char *infoLog) const in getInfoLog() function in gl::ProgramExecutable
207 void Shader::getInfoLog(GLsizei bufSize, GLsizei *length, char *infoLog) in getInfoLog() function in gl::Shader
116 InfoLog &getInfoLog() { return mInfoLog; } in getInfoLog() function
140 const std::string &getInfoLog() { return mInfoLog; } in getInfoLog() function in rx::ProgramGL::LinkTask
553 const gl::InfoLog &getInfoLog() const { return mInfoLog; } in getInfoLog() function in rx::ProgramD3D::GetExecutableTask