HomeSort by relevance Sort by last modified time
    Searched refs:m_framebufferBinding (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLDrawBuffers.cpp 71 if (!m_context->m_framebufferBinding) {
95 m_context->m_framebufferBinding->drawBuffers(buffers);
WebGLRenderingContextBase.cpp 224 , m_framebufferBinding(framebufferBinding)
227 if (!m_framebufferBinding && m_drawingBuffer)
234 if (!m_framebufferBinding && m_drawingBuffer)
240 WebGLFramebuffer* m_framebufferBinding;
568 m_framebufferBinding = nullptr;
682 m_framebufferBinding = nullptr;
735 if (m_framebufferBinding || isContextLost())
760 || m_requestedAttributes->preserveDrawingBuffer() || (mask && m_framebufferBinding))
797 if (m_framebufferBinding)
798 webContext()->bindFramebuffer(GL_FRAMEBUFFER, objectOrZero(m_framebufferBinding.get()))
    [all...]
WebGLFramebuffer.cpp 550 return (context()->m_framebufferBinding.get() == this);
WebGLRenderingContextBase.h 462 RefPtr<WebGLFramebuffer> m_framebufferBinding;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DrawingBuffer.h 132 void setFramebufferBinding(Platform3DObject fbo) { m_framebufferBinding = fbo; }
190 // Bind to the m_framebufferBinding if it's not 0.
234 Platform3DObject m_framebufferBinding;
DrawingBuffer.cpp 126 , m_framebufferBinding(0)
257 if (m_multisampleMode != None && !m_framebufferBinding)
444 if (!m_framebufferBinding)
    [all...]

Completed in 1207 milliseconds