Home
last modified time | relevance | path

Searched refs:getProgramInfoLog (Results 1 – 25 of 40) sorted by relevance

12

/external/deqp/framework/opengl/
DgluShaderProgram.cpp146 static std::string getProgramInfoLog (const glw::Functions& gl, deUint32 program) in getProgramInfoLog() function
163 gl.getProgramInfoLog(program, (int)infoLog.size() - 1, &unusedLen, &infoLog[0]); in getProgramInfoLog()
196 m_info.infoLog = getProgramInfoLog(m_gl, program); in Program()
242 m_info.infoLog = getProgramInfoLog(m_gl, m_program); in link()
DgluES3PlusWrapperFuncs.inl131 dst->getProgramInfoLog = src.getProgramInfoLog;
/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl70 gl->getProgramInfoLog = &glGetProgramInfoLog;
DglwInitES30Direct.inl116 gl->getProgramInfoLog = &glGetProgramInfoLog;
DglwInitES20.inl70 gl->getProgramInfoLog = (glGetProgramInfoLogFunc) loader->get("glGetProgramInfoLog");
DglwInitES31Direct.inl131 gl->getProgramInfoLog = &glGetProgramInfoLog;
DglwInitES32Direct.inl152 gl->getProgramInfoLog = &glGetProgramInfoLog;
DglwFunctions.inl241 glGetProgramInfoLogFunc getProgramInfoLog; variable
DglwInitES30.inl116 gl->getProgramInfoLog = (glGetProgramInfoLogFunc) loader->get("glGetProgramInfoLog");
DglwInitGL30.inl114 gl->getProgramInfoLog = (glGetProgramInfoLogFunc) loader->get("glGetProgramInfoLog");
DglwInitGL31.inl121 gl->getProgramInfoLog = (glGetProgramInfoLogFunc) loader->get("glGetProgramInfoLog");
DglwInitGL32.inl132 gl->getProgramInfoLog = (glGetProgramInfoLogFunc) loader->get("glGetProgramInfoLog");
/external/deqp/modules/egl/
DteglSwapBuffersTests.cpp204 …gl.getProgramInfoLog(program, (glw::GLsizei)programInfoLog.length(), &infoLogLength, &(programInfo… in createGLES2Program()
DteglGLES2SharedRenderingPerfTests.cpp424 gl.getProgramInfoLog(program, 0, &length, DE_NULL); in createProgram()
428 gl.getProgramInfoLog(program, (GLsizei)log.size(), &length, &(log[0])); in createProgram()
DteglNativeColorMappingTests.cpp172 …gl.getProgramInfoLog(program, (glw::GLsizei)programInfoLog.length(), &infoLogLength, &(programInfo… in createGLES2Program()
DteglNativeCoordMappingTests.cpp172 …gl.getProgramInfoLog(program, (glw::GLsizei)programInfoLog.length(), &infoLogLength, &(programInfo… in createGLES2Program()
DteglGetFrameTimestampsTests.cpp446 …gl.getProgramInfoLog(program, (glw::GLsizei)programInfoLog.length(), &infoLogLength, &(programInfo… in createGLES2Program()
/external/deqp/modules/glshared/
DglsAttributeLocationTests.cpp333 string getProgramInfoLog (const glw::Functions& gl, deUint32 program) in getProgramInfoLog() function
343 gl.getProgramInfoLog(program, (glw::GLsizei)infoLog.length(), DE_NULL, &(infoLog[0])); in getProgramInfoLog()
362 const string programInfoLog = getProgramInfoLog(gl, program); in logProgram()
DglsLongStressCase.cpp268 static inline string getProgramInfoLog (const deUint32 programGL) in getProgramInfoLog() function
752 log << TestLog::ShaderProgram(linkOk, attemptLink ? getProgramInfoLog(m_programGL) : string("")) in build()
/external/autotest/client/deps/webgl_mpd/src/resources/
DJ3DI.js80 var error = gl.getProgramInfoLog (program);
/external/skia/src/gpu/gl/
DGrGLCreateNullInterface.cpp538 GrGLvoid getProgramInfoLog(GrGLuint program, GrGLsizei bufsize, GrGLsizei* length, in getProgramInfoLog() function in __anon0b8a6d580111::NullInterface
DGrGLTestInterface.cpp91 fFunctions.fGetProgramInfoLog = bind_to_member(this, &GrGLTestInterface::getProgramInfoLog); in GrGLTestInterface()
/external/deqp/modules/gles3/performance/
Des3pShaderCompilationCases.cpp299 static string getProgramInfoLog (const glw::Functions& gl, deUint32 program) in getProgramInfoLog() function
307 gl.getProgramInfoLog(program, infoLogLen + 1, DE_NULL, &infoLogBuf[0]); in getProgramInfoLog()
1849 result.link = getProgramInfoLog(gl, shadersAndProgram.program); in getLogs()
/external/deqp/modules/gles2/performance/
Des2pShaderCompilationCases.cpp299 static string getProgramInfoLog (const glw::Functions& gl, deUint32 program) in getProgramInfoLog() function
307 gl.getProgramInfoLog(program, infoLogLen + 1, DE_NULL, &infoLogBuf[0]); in getProgramInfoLog()
1829 result.link = getProgramInfoLog(gl, shadersAndProgram.program); in getLogs()
/external/skia/tools/gpu/gl/debug/
DDebugGLTestContext.cpp677 GrGLvoid getProgramInfoLog(GrGLuint program, GrGLsizei bufsize, GrGLsizei* length, in getProgramInfoLog() function in __anonfa2854ca0111::DebugInterface

12