Home | History | Annotate | Download | only in performance

Lines Matching refs:getProgramInfoLog

299 static string getProgramInfoLog (const glw::Functions& gl, deUint32 program)
307 gl.getProgramInfoLog(program, infoLogLen + 1, DE_NULL, &infoLogBuf[0]);
1849 result.link = getProgramInfoLog(gl, shadersAndProgram.program);