HomeSort by relevance Sort by last modified time
    Searched defs:getProgramInfoLog (Results 1 - 5 of 5) sorted by null

  /external/deqp/framework/opengl/
gluShaderProgram.cpp 146 static std::string getProgramInfoLog (const glw::Functions& gl, deUint32 program)
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/
glsAttributeLocationTests.cpp 333 string getProgramInfoLog (const glw::Functions& gl, deUint32 program)
343 gl.getProgramInfoLog(program, (glw::GLsizei)infoLog.length(), DE_NULL, &(infoLog[0]));
362 const string programInfoLog = getProgramInfoLog(gl, program);
    [all...]
glsLongStressCase.cpp 268 static inline string getProgramInfoLog (const deUint32 programGL)
752 log << TestLog::ShaderProgram(linkOk, attemptLink ? getProgramInfoLog(m_programGL) : string(""))
    [all...]
  /external/skia/src/gpu/gl/
GrGLTestInterface.h 92 virtual GrGLvoid getProgramInfoLog(GrGLuint program, GrGLsizei bufsize, GrGLsizei* length, char* infolog) {}
    [all...]
  /external/skqp/src/gpu/gl/
GrGLTestInterface.h 92 virtual GrGLvoid getProgramInfoLog(GrGLuint program, GrGLsizei bufsize, GrGLsizei* length, char* infolog) {}
    [all...]

Completed in 88 milliseconds