Searched defs:AttachmentMap (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/sync/api/attachments/
H A Dattachment.h60 typedef std::map<AttachmentId, Attachment> AttachmentMap; typedef in namespace:syncer
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLFramebuffer.h125 typedef WillBeHeapHashMap<GLenum, RefPtrWillBeMember<WebGLAttachment> > AttachmentMap; typedef in class:blink::FINAL
127 AttachmentMap m_attachments;
/external/chromium_org/gpu/command_buffer/service/
H A Dframebuffer_manager.h194 typedef base::hash_map<GLenum, scoped_refptr<Attachment> > AttachmentMap; typedef in class:gpu::gles2::Framebuffer
195 AttachmentMap attachments_;
/external/deqp/modules/glshared/
H A DglsFboUtil.hpp350 typedef std::map<glw::GLenum, const Attachment*> AttachmentMap; typedef in namespace:deqp::gls::FboUtil::config
361 AttachmentMap attachments;

Completed in 259 milliseconds