Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/
DShaderImpl.cpp36 const std::string &WaitableCompileEvent::getInfoLog() in getInfoLog() function in rx::WaitableCompileEvent
/external/deqp/framework/opengl/
DgluShaderProgram.hpp102 const std::string& getInfoLog (void) const { return getInfo().infoLog; } in getInfoLog() function in glu::Shader
138 const std::string& getInfoLog (void) const { return getInfo().infoLog; } in getInfoLog() function in glu::Program
/external/angle/src/libANGLE/
DProgramExecutable.h126 InfoLog &getInfoLog() { return mInfoLog; } in getInfoLog() function
DShader.cpp278 void Shader::getInfoLog(const Context *context, GLsizei bufSize, GLsizei *length, char *infoLog) in getInfoLog() function in gl::Shader
DProgramExecutable.cpp727 void ProgramExecutable::getInfoLog(GLsizei bufSize, GLsizei *length, char *infoLog) const in getInfoLog() function in gl::ProgramExecutable
/external/deqp/external/openglcts/modules/glesext/
DesextcTestCaseBase.cpp892 std::string TestCaseBase::getInfoLog(LOG_TYPE log_type, glw::GLuint id) in getInfoLog() function in glcts::TestCaseBase
/external/deqp-deps/glslang/glslang/MachineIndependent/
DShaderLang.cpp1944 const char* TShader::getInfoLog() in getInfoLog() function in glslang::TShader
2146 const char* TProgram::getInfoLog() in getInfoLog() function in glslang::TProgram
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DShaderLang.cpp1944 const char* TShader::getInfoLog() in getInfoLog() function in glslang::TShader
2146 const char* TProgram::getInfoLog() in getInfoLog() function in glslang::TProgram
/external/angle/src/libANGLE/renderer/gl/
DProgramGL.cpp149 const std::string &getInfoLog() { return mInfoLog; } in getInfoLog() function in rx::ProgramGL::LinkTask
/external/deqp/modules/glshared/
DglsShaderLibraryCase.cpp707 const std::string& BeforeDrawValidator::getInfoLog (void) const in getInfoLog() function in deqp::gls::BeforeDrawValidator
/external/angle/src/libANGLE/renderer/d3d/
DProgramD3D.cpp576 const gl::InfoLog &getInfoLog() const { return mInfoLog; } in getInfoLog() function in rx::ProgramD3D::GetExecutableTask