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

/external/webkit/Source/WebCore/html/canvas/
H A DWebGLFramebuffer.h45 void setAttachment(GC3Denum attachment, GC3Denum texTarget, WebGLTexture*, GC3Dint level);
46 void setAttachment(GC3Denum attachment, WebGLRenderbuffer*);
H A DWebGLFramebuffer.cpp85 void WebGLFramebuffer::setAttachment(GC3Denum attachment, GC3Denum texTarget, WebGLTexture* texture, GC3Dint level) function in class:WebCore::WebGLFramebuffer
113 void WebGLFramebuffer::setAttachment(GC3Denum attachment, WebGLRenderbuffer* renderbuffer) function in class:WebCore::WebGLFramebuffer
H A DWebGLRenderingContext.cpp1755 m_framebufferBinding->setAttachment(attachment, buffer);
1800 m_framebufferBinding->setAttachment(attachment, textarget, texture, level);
/external/webkit/Source/WebCore/rendering/style/
H A DFillLayer.h98 void setAttachment(EFillAttachment attachment) { m_attachment = attachment; m_attachmentSet = true; } function in class:WebCore::FillLayer
/external/webkit/Source/WebCore/css/
H A DCSSStyleApplyProperty.cpp301 &FillLayer::isAttachmentSet, &FillLayer::attachment, &FillLayer::setAttachment, &FillLayer::clearAttachment, &FillLayer::initialFillAttachment, &CSSStyleSelector::mapFillAttachment));
332 &FillLayer::isAttachmentSet, &FillLayer::attachment, &FillLayer::setAttachment, &FillLayer::clearAttachment, &FillLayer::initialFillAttachment, &CSSStyleSelector::mapFillAttachment));
H A DCSSStyleSelector.cpp6241 layer->setAttachment(FillLayer::initialFillAttachment(layer->type()));
6251 layer->setAttachment(FixedBackgroundAttachment);
6254 layer->setAttachment(ScrollBackgroundAttachment);
6257 layer->setAttachment(LocalBackgroundAttachment);

Completed in 119 milliseconds