Searched refs:removeAttachment (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebKit2/Platform/CoreIPC/
H A DAttachment.cpp69 if (!decoder->removeAttachment(attachment))
H A DArgumentDecoder.h100 bool removeAttachment(Attachment&);
H A DArgumentDecoder.cpp216 bool ArgumentDecoder::removeAttachment(Attachment& attachment) function in class:CoreIPC::ArgumentDecoder
/external/webkit/Source/WebCore/html/canvas/
H A DWebGLFramebuffer.h48 void removeAttachment(WebGLObject*);
H A DWebGLFramebuffer.cpp155 void WebGLFramebuffer::removeAttachment(WebGLObject* attachment) function in class:WebCore::WebGLFramebuffer
H A DWebGLRenderingContext.cpp1259 m_framebufferBinding->removeAttachment(renderbuffer);
1278 m_framebufferBinding->removeAttachment(texture);

Completed in 95 milliseconds