Searched defs:getProgramInfoLog (Results 1 – 8 of 8) sorted by relevance
201 static std::string getProgramInfoLog(const glw::Functions &gl, uint32_t program) in getProgramInfoLog() function
250 static inline string getProgramInfoLog(const uint32_t programGL) in getProgramInfoLog() function
328 string getProgramInfoLog(const glw::Functions &gl, uint32_t program) in getProgramInfoLog() function
170 PFNGLGETPROGRAMINFOLOGPROC getProgramInfoLog = nullptr; variable
298 static string getProgramInfoLog(const glw::Functions &gl, uint32_t program) in getProgramInfoLog() function
325 glGetProgramInfoLogFunc getProgramInfoLog; variable
7134 void Context::getProgramInfoLog(ShaderProgramID program, in getProgramInfoLog() function in gl::Context