Searched refs:getAttachment (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/html/canvas/
H A DWebGLFramebuffer.h49 WebGLObject* getAttachment(GC3Denum) const;
H A DWebGLFramebuffer.cpp137 WebGLObject* WebGLFramebuffer::getAttachment(GC3Denum attachment) const function in class:WebCore::WebGLFramebuffer
H A DWebGLRenderingContext.cpp1757 Platform3DObject object = objectOrZero(m_framebufferBinding->getAttachment(GraphicsContext3D::DEPTH_ATTACHMENT));
1762 Platform3DObject object = objectOrZero(m_framebufferBinding->getAttachment(GraphicsContext3D::STENCIL_ATTACHMENT));
1767 Platform3DObject object = objectOrZero(m_framebufferBinding->getAttachment(GraphicsContext3D::DEPTH_STENCIL_ATTACHMENT));
1772 Platform3DObject object = objectOrZero(m_framebufferBinding->getAttachment(GraphicsContext3D::DEPTH_STENCIL_ATTACHMENT));

Completed in 75 milliseconds