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

12

/external/deqp/framework/opengl/
H A DgluShaderProgram.cpp122 static std::string getProgramInfoLog (const RenderContext& renderCtx, deUint32 program) function in namespace:glu
135 gl.getProgramInfoLog(program, (int)infoLog.size(), &unusedLen, &infoLog[0]);
156 m_info.infoLog = getProgramInfoLog(renderCtx, program);
213 m_info.infoLog = getProgramInfoLog(m_renderCtx, m_program);
H A DgluES3PlusWrapperFuncs.inl69 dst->getProgramInfoLog = src.getProgramInfoLog;
/external/deqp/framework/opengl/wrapper/
H A DglwInitES20Direct.inl69 gl->getProgramInfoLog = &glGetProgramInfoLog;
H A DglwInitES20.inl69 gl->getProgramInfoLog = (glGetProgramInfoLogFunc) loader->get("glGetProgramInfoLog");
H A DglwInitES30Direct.inl69 gl->getProgramInfoLog = &glGetProgramInfoLog;
H A DglwFunctions.inl129 glGetProgramInfoLogFunc getProgramInfoLog;
H A DglwInitES30.inl69 gl->getProgramInfoLog = (glGetProgramInfoLogFunc) loader->get("glGetProgramInfoLog");
H A DglwInitES31.inl69 gl->getProgramInfoLog = (glGetProgramInfoLogFunc) loader->get("glGetProgramInfoLog");
H A DglwInitGL30.inl127 gl->getProgramInfoLog = (glGetProgramInfoLogFunc) loader->get("glGetProgramInfoLog");
H A DglwInitGL31.inl127 gl->getProgramInfoLog = (glGetProgramInfoLogFunc) loader->get("glGetProgramInfoLog");
H A DglwInitGL32.inl127 gl->getProgramInfoLog = (glGetProgramInfoLogFunc) loader->get("glGetProgramInfoLog");
H A DglwInitGL33.inl127 gl->getProgramInfoLog = (glGetProgramInfoLogFunc) loader->get("glGetProgramInfoLog");
H A DglwInitGL40.inl127 gl->getProgramInfoLog = (glGetProgramInfoLogFunc) loader->get("glGetProgramInfoLog");
H A DglwInitGL41.inl127 gl->getProgramInfoLog = (glGetProgramInfoLogFunc) loader->get("glGetProgramInfoLog");
/external/deqp/modules/egl/
H A DteglSwapBuffersTests.cpp202 gl.getProgramInfoLog(program, (glw::GLsizei)programInfoLog.length(), &infoLogLength, &(programInfoLog[0]));
H A DteglGLES2SharedRenderingPerfTests.cpp441 gl.getProgramInfoLog(program, 0, &length, NULL);
445 gl.getProgramInfoLog(program, (GLsizei)log.size(), &length, &(log[0]));
H A DteglNativeColorMappingTests.cpp167 gl.getProgramInfoLog(program, (glw::GLsizei)programInfoLog.length(), &infoLogLength, &(programInfoLog[0]));
H A DteglNativeCoordMappingTests.cpp167 gl.getProgramInfoLog(program, (glw::GLsizei)programInfoLog.length(), &infoLogLength, &(programInfoLog[0]));
/external/deqp/modules/glshared/
H A DglsAttributeLocationTests.cpp333 string getProgramInfoLog (const glw::Functions& gl, deUint32 program) function in namespace:deqp::gls::__anon20385
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/chromium_org/third_party/WebKit/Source/platform/graphics/test/
H A DMockWebGraphicsContext3D.h142 virtual WebString getProgramInfoLog(WebGLId program) { return WebString(); } function in class:blink::MockWebGraphicsContext3D
/external/deqp/framework/platform/null/
H A DtcuNullRenderContextInitFuncs.inl129 gl->getProgramInfoLog = glGetProgramInfoLog;
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebGraphicsContext3D.h264 virtual WebString getProgramInfoLog(WebGLId program) = 0;
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_impl.h201 virtual blink::WebString getProgramInfoLog(WebGLId program);
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.idl565 DOMString? getProgramInfoLog(WebGLProgram? program);

Completed in 233 milliseconds

12