Searched refs:m_framebufferBinding (Results 1 – 6 of 6) sorted by relevance
218 , m_framebufferBinding(framebufferBinding) in ScopedDrawingBufferBinder()221 if (!m_framebufferBinding && m_drawingBuffer) in ScopedDrawingBufferBinder()228 if (!m_framebufferBinding && m_drawingBuffer) in ~ScopedDrawingBufferBinder()234 WebGLFramebuffer* m_framebufferBinding; member in WebCore::__anon5432398f0111::ScopedDrawingBufferBinder621 m_framebufferBinding = 0; in initializeNewContext()736 m_framebufferBinding = 0; in ~WebGLRenderingContext()785 if (m_framebufferBinding || isContextLost()) in markContextChanged()811 || m_attributes.preserveDrawingBuffer || (mask && m_framebufferBinding)) in clearIfComposited()847 if (m_framebufferBinding) in clearIfComposited()848 m_context->bindFramebuffer(GL_FRAMEBUFFER, objectOrZero(m_framebufferBinding.get())); in clearIfComposited()[all …]
74 if (!m_context->m_framebufferBinding) { in drawBuffersWEBGL()98 m_context->m_framebufferBinding->drawBuffers(buffers); in drawBuffersWEBGL()
599 return (context()->m_framebufferBinding.get() == this); in isBound()
441 RefPtr<WebGLFramebuffer> m_framebufferBinding; variable
112 void setFramebufferBinding(Platform3DObject fbo) { m_framebufferBinding = fbo; } in setFramebufferBinding()172 Platform3DObject m_framebufferBinding; variable
108 , m_framebufferBinding(0) in DrawingBuffer()205 if (multisample() && !m_framebufferBinding) in prepareMailbox()308 if (!m_framebufferBinding) in copyToPlatformTexture()743 if (!m_context || !m_framebufferBinding) in restoreFramebufferBinding()746 m_context->bindFramebuffer(GL_FRAMEBUFFER, m_framebufferBinding); in restoreFramebufferBinding()