OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AttachmentMap
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLFramebuffer.h
128
typedef WTF::HashMap<GC3Denum, RefPtr<WebGLAttachment> >
AttachmentMap
;
130
AttachmentMap
m_attachments;
/external/chromium_org/gpu/command_buffer/service/
framebuffer_manager.h
181
typedef base::hash_map<GLenum, scoped_refptr<Attachment> >
AttachmentMap
;
182
AttachmentMap
attachments_;
Completed in 232 milliseconds