Home | History | Annotate | Download | only in canvas

Lines Matching refs:bindFramebuffer

842         m_context->bindFramebuffer(GraphicsContext3D::FRAMEBUFFER, objectOrZero(m_framebufferBinding.get()));
902 m_context->bindFramebuffer(GraphicsContext3D::FRAMEBUFFER, objectOrZero(m_framebufferBinding.get()));
917 m_context->bindFramebuffer(GraphicsContext3D::FRAMEBUFFER, objectOrZero(m_framebufferBinding.get()));
955 m_context->bindFramebuffer(GraphicsContext3D::FRAMEBUFFER, objectOrZero(m_framebufferBinding.get()));
1076 void WebGLRenderingContext::bindFramebuffer(GC3Denum target, WebGLFramebuffer* buffer)
1079 if (!checkObjectToBeBound("bindFramebuffer", buffer, deleted))
1084 synthesizeGLError(GraphicsContext3D::INVALID_ENUM, "bindFramebuffer", "invalid target");
1093 m_context->bindFramebuffer(target, objectOrZero(buffer));
1628 // Have to call bindFramebuffer here to bind back to internal fbo.
5509 bindFramebuffer(GraphicsContext3D::FRAMEBUFFER, m_framebufferBinding.get());