Searched defs:getProgramInfoLog (Results 1 – 8 of 8) sorted by relevance
205 static std::string getProgramInfoLog (const glw::Functions& gl, deUint32 program) in getProgramInfoLog() function
268 static inline string getProgramInfoLog (const deUint32 programGL) in getProgramInfoLog() function
333 string getProgramInfoLog (const glw::Functions& gl, deUint32 program) in getProgramInfoLog() function
170 PFNGLGETPROGRAMINFOLOGPROC getProgramInfoLog = nullptr; variable
299 static string getProgramInfoLog (const glw::Functions& gl, deUint32 program) in getProgramInfoLog() function
323 glGetProgramInfoLogFunc getProgramInfoLog; variable
7050 void Context::getProgramInfoLog(ShaderProgramID program, in getProgramInfoLog() function in gl::Context