HomeSort by relevance Sort by last modified time
    Searched defs:AttachmentMap (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/sync/api/attachments/
attachment.h 60 typedef std::map<AttachmentId, Attachment> AttachmentMap;
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLFramebuffer.h 125 typedef WillBeHeapHashMap<GLenum, RefPtrWillBeMember<WebGLAttachment> > AttachmentMap;
127 AttachmentMap m_attachments;
  /external/chromium_org/gpu/command_buffer/service/
framebuffer_manager.h 194 typedef base::hash_map<GLenum, scoped_refptr<Attachment> > AttachmentMap;
195 AttachmentMap attachments_;
  /external/deqp/modules/glshared/
glsFboUtil.hpp 350 typedef std::map<glw::GLenum, const Attachment*> AttachmentMap;
361 AttachmentMap attachments;

Completed in 93 milliseconds