Home
last modified time | relevance | path

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

12

/external/deqp/framework/opengl/
DgluShaderProgram.cpp122 static std::string getProgramInfoLog (const RenderContext& renderCtx, deUint32 program) in getProgramInfoLog() function
135 gl.getProgramInfoLog(program, (int)infoLog.size(), &unusedLen, &infoLog[0]); in getProgramInfoLog()
156 m_info.infoLog = getProgramInfoLog(renderCtx, program); in Program()
213 m_info.infoLog = getProgramInfoLog(m_renderCtx, m_program); in link()
DgluES3PlusWrapperFuncs.inl69 dst->getProgramInfoLog = src.getProgramInfoLog;
/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl69 gl->getProgramInfoLog = &glGetProgramInfoLog;
DglwInitES30Direct.inl69 gl->getProgramInfoLog = &glGetProgramInfoLog;
DglwInitES20.inl69 gl->getProgramInfoLog = (glGetProgramInfoLogFunc) loader->get("glGetProgramInfoLog");
DglwFunctions.inl129 glGetProgramInfoLogFunc getProgramInfoLog; variable
DglwInitES30.inl69 gl->getProgramInfoLog = (glGetProgramInfoLogFunc) loader->get("glGetProgramInfoLog");
DglwInitGL30.inl127 gl->getProgramInfoLog = (glGetProgramInfoLogFunc) loader->get("glGetProgramInfoLog");
DglwInitGL31.inl127 gl->getProgramInfoLog = (glGetProgramInfoLogFunc) loader->get("glGetProgramInfoLog");
DglwInitGL32.inl127 gl->getProgramInfoLog = (glGetProgramInfoLogFunc) loader->get("glGetProgramInfoLog");
DglwInitES31.inl69 gl->getProgramInfoLog = (glGetProgramInfoLogFunc) loader->get("glGetProgramInfoLog");
/external/deqp/modules/egl/
DteglSwapBuffersTests.cpp202 …gl.getProgramInfoLog(program, (glw::GLsizei)programInfoLog.length(), &infoLogLength, &(programInfo… in createGLES2Program()
DteglNativeColorMappingTests.cpp167 …gl.getProgramInfoLog(program, (glw::GLsizei)programInfoLog.length(), &infoLogLength, &(programInfo… in createGLES2Program()
DteglGLES2SharedRenderingPerfTests.cpp441 gl.getProgramInfoLog(program, 0, &length, NULL); in createProgram()
445 gl.getProgramInfoLog(program, (GLsizei)log.size(), &length, &(log[0])); in createProgram()
DteglNativeCoordMappingTests.cpp167 …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/chromium_org/third_party/WebKit/Source/platform/graphics/test/
DMockWebGraphicsContext3D.h142 virtual WebString getProgramInfoLog(WebGLId program) { return WebString(); } in getProgramInfoLog() function
/external/chromium_org/webkit/common/gpu/
Dwebgraphicscontext3d_impl.h201 virtual blink::WebString getProgramInfoLog(WebGLId program); in NON_EXPORTED_BASE()
Dwebgraphicscontext3d_impl.cc426 blink::WebString WebGraphicsContext3DImpl::getProgramInfoLog( in DELEGATE_TO_GL_2()
/external/chromium_org/third_party/WebKit/public/platform/
DWebGraphicsContext3D.h264 virtual WebString getProgramInfoLog(WebGLId program) = 0;
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl129 gl->getProgramInfoLog = glGetProgramInfoLog;
/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/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/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLRenderingContextBase.h198 String getProgramInfoLog(WebGLProgram*);

12