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

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLFramebuffer.cpp 281 m_attachments.add(attachment, WebGLTextureAttachment::create(texture, texTarget, level));
294 m_attachments.add(attachment, WebGLRenderbufferAttachment::create(renderbuffer));
404 const AttachmentMap::const_iterator it = m_attachments.find(attachment);
405 return (it != m_attachments.end()) ? it->value.get() : 0;
417 m_attachments.remove(attachment);
445 for (AttachmentMap::iterator it = m_attachments.begin(); it != m_attachments.end(); ++it) {
475 for (AttachmentMap::const_iterator it = m_attachments.begin(); it != m_attachments.end(); ++it) {
542 for (AttachmentMap::iterator it = m_attachments.begin(); it != m_attachments.end(); ++it
    [all...]
WebGLFramebuffer.h 122 AttachmentMap m_attachments; member in class:WebCore::FINAL
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.hpp 378 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
    [all...]

Completed in 57 milliseconds