Home
last modified time | relevance | path

Searched refs:m_framebufferBinding (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLRenderingContext.cpp218 , 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::ScopedDrawingBufferBinder
621 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 …]
DWebGLDrawBuffers.cpp74 if (!m_context->m_framebufferBinding) { in drawBuffersWEBGL()
98 m_context->m_framebufferBinding->drawBuffers(buffers); in drawBuffersWEBGL()
DWebGLFramebuffer.cpp599 return (context()->m_framebufferBinding.get() == this); in isBound()
DWebGLRenderingContext.h441 RefPtr<WebGLFramebuffer> m_framebufferBinding; variable
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DDrawingBuffer.h112 void setFramebufferBinding(Platform3DObject fbo) { m_framebufferBinding = fbo; } in setFramebufferBinding()
172 Platform3DObject m_framebufferBinding; variable
DDrawingBuffer.cpp108 , 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()