Searched defs:getProgramInfoLog (Results 1 - 4 of 4) sorted by relevance

/external/deqp/framework/opengl/
H A DgluShaderProgram.cpp146 static std::string getProgramInfoLog (const glw::Functions& gl, deUint32 program) function in namespace:glu
163 gl.getProgramInfoLog(program, (int)infoLog.size() - 1, &unusedLen, &infoLog[0]);
196 m_info.infoLog = getProgramInfoLog(m_gl, program);
242 m_info.infoLog = getProgramInfoLog(m_gl, m_program);
/external/deqp/modules/glshared/
H A DglsAttributeLocationTests.cpp333 string getProgramInfoLog (const glw::Functions& gl, deUint32 program) function in namespace:deqp::gls::__anon4835
343 gl.getProgramInfoLog(program, (glw::GLsizei)infoLog.length(), DE_NULL, &(infoLog[0]));
362 const string programInfoLog = getProgramInfoLog(gl, program);
H A DglsLongStressCase.cpp268 static inline string getProgramInfoLog (const deUint32 programGL) function in namespace:deqp::gls
752 log << TestLog::ShaderProgram(linkOk, attemptLink ? getProgramInfoLog(m_programGL) : string(""))
/external/skia/src/gpu/gl/
H A DGrGLTestInterface.h92 virtual GrGLvoid getProgramInfoLog(GrGLuint program, GrGLsizei bufsize, GrGLsizei* length, char* infolog) {} function in class:GrGLTestInterface

Completed in 148 milliseconds