Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/
H A DShader.cpp119 std::string &&getInfoLog() { return std::move(mInfoLog); } in getInfoLog() function in gl::__anona18871090111::CompileTask
166 std::string &&getInfoLog() { return std::move(mCompileTask->getInfoLog()); } in getInfoLog() function in gl::__anona18871090111::CompileEvent
548 void Shader::getInfoLog(const Context *context, GLsizei bufSize, GLsizei *length, char *infoLog) in getInfoLog() function in gl::Shader
H A DProgramPipeline.h166 InfoLog &getInfoLog() { return mState.mInfoLog; } in getInfoLog() function
H A DProgramPipeline.cpp654 void ProgramPipeline::getInfoLog(GLsizei bufSize, GLsizei *length, char *infoLog) const in getInfoLog() function in gl::ProgramPipeline
H A DProgram.h410 InfoLog &getInfoLog() { return mState.mInfoLog; } in getInfoLog() function
H A DProgramExecutable.h252 InfoLog &getInfoLog() const { return *mInfoLog; } in getInfoLog() function
H A DProgram.cpp1562 void Program::getInfoLog(GLsizei bufSize, GLsizei *length, char *infoLog) const in getInfoLog() function in gl::Program
/aosp_15_r20/external/deqp/framework/opengl/
H A 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
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DShaderParser.cpp188 const GLchar* ShaderParser::getInfoLog() const { in getInfoLog() function in ShaderParser
DProgramData.cpp644 const GLchar* ProgramData::getInfoLog() const { in getInfoLog() function in ProgramData
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/
H A DShaderLang.cpp1924 const char* TShader::getInfoLog() in getInfoLog() function in glslang::TShader
2123 const char* TProgram::getInfoLog() in getInfoLog() function in glslang::TProgram
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/
DShaderLang.cpp1898 const char* TShader::getInfoLog() in getInfoLog() function in glslang::TShader
2090 const char* TProgram::getInfoLog() in getInfoLog() function in glslang::TProgram
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/
H A DesextcTestCaseBase.cpp896 std::string TestCaseBase::getInfoLog(LOG_TYPE log_type, glw::GLuint id) in getInfoLog() function in glcts::TestCaseBase
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsShaderLibraryCase.cpp716 const std::string &BeforeDrawValidator::getInfoLog(void) const in getInfoLog() function in deqp::gls::BeforeDrawValidator