Home
last modified time | relevance | path

Searched defs:getInfoLog (Results 1 – 11 of 11) sorted by relevance

/external/angle/src/libANGLE/
DProgramPipeline.h166 InfoLog &getInfoLog() { return mState.mInfoLog; } in getInfoLog() function
DShader.cpp119 std::string &&getInfoLog() { return std::move(mInfoLog); } in getInfoLog() function in gl::__anonbbe76b890111::CompileTask
166 std::string &&getInfoLog() { return std::move(mCompileTask->getInfoLog()); } in getInfoLog() function in gl::__anonbbe76b890111::CompileEvent
548 void Shader::getInfoLog(const Context *context, GLsizei bufSize, GLsizei *length, char *infoLog) in getInfoLog() function in gl::Shader
DProgramPipeline.cpp656 void ProgramPipeline::getInfoLog(GLsizei bufSize, GLsizei *length, char *infoLog) const in getInfoLog() function in gl::ProgramPipeline
DProgram.h410 InfoLog &getInfoLog() { return mState.mInfoLog; } in getInfoLog() function
DProgramExecutable.h252 InfoLog &getInfoLog() const { return *mInfoLog; } in getInfoLog() function
DProgram.cpp1562 void Program::getInfoLog(GLsizei bufSize, GLsizei *length, char *infoLog) const in getInfoLog() function in gl::Program
/external/deqp/framework/opengl/
DgluShaderProgram.hpp121 const std::string &getInfoLog(void) const in getInfoLog() function in glu::Shader
172 const std::string &getInfoLog(void) const in getInfoLog() function in glu::Program
/external/deqp/external/openglcts/modules/glesext/
DesextcTestCaseBase.cpp896 std::string TestCaseBase::getInfoLog(LOG_TYPE log_type, glw::GLuint id) in getInfoLog() function in glcts::TestCaseBase
/external/angle/third_party/glslang/src/glslang/MachineIndependent/
DShaderLang.cpp1924 const char* TShader::getInfoLog() in getInfoLog() function in glslang::TShader
2123 const char* TProgram::getInfoLog() in getInfoLog() function in glslang::TProgram
/external/deqp-deps/glslang/glslang/MachineIndependent/
DShaderLang.cpp1924 const char* TShader::getInfoLog() in getInfoLog() function in glslang::TShader
2123 const char* TProgram::getInfoLog() in getInfoLog() function in glslang::TProgram
/external/deqp/modules/glshared/
DglsShaderLibraryCase.cpp716 const std::string &BeforeDrawValidator::getInfoLog(void) const in getInfoLog() function in deqp::gls::BeforeDrawValidator