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

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLFramebuffer.cpp304 m_attachments.add(attachment, WebGLTextureAttachment::create(texture, texTarget, level));
317 m_attachments.add(attachment, WebGLRenderbufferAttachment::create(renderbuffer));
427 const AttachmentMap::const_iterator it = m_attachments.find(attachment);
428 return (it != m_attachments.end()) ? it->value.get() : 0;
440 m_attachments.remove(attachment);
468 for (AttachmentMap::iterator it = m_attachments.begin(); it != m_attachments.end(); ++it) {
498 for (AttachmentMap::const_iterator it = m_attachments.begin(); it != m_attachments.end(); ++it) {
573 for (AttachmentMap::iterator it = m_attachments
[all...]
H A DWebGLFramebuffer.h127 AttachmentMap m_attachments; member in class:blink::FINAL
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp378 Attachment& getAttachment (AttachmentPoint point) { return m_attachments[point]; }
379 const Attachment& getAttachment (AttachmentPoint point) const { return m_attachments[point]; }
383 Attachment m_attachments[ATTACHMENTPOINT_LAST]; member in class:sglr::rc::Framebuffer

Completed in 100 milliseconds