Searched defs:Attachment (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/sync/api/attachments/
H A Dattachment.h22 // While Attachment objects themselves aren't immutable (they are assignable)
26 class SYNC_EXPORT Attachment { class in namespace:syncer
28 ~Attachment();
35 static Attachment Create(const scoped_refptr<base::RefCountedMemory>& data);
41 static Attachment CreateWithId(
55 Attachment(const AttachmentId& id,
59 typedef std::vector<syncer::Attachment> AttachmentList;
60 typedef std::map<AttachmentId, Attachment> AttachmentMap;
H A Dattachment.cc11 Attachment::~Attachment() {}
14 Attachment Attachment::Create(
20 Attachment Attachment::CreateWithId(
23 return Attachment(id, data);
26 const AttachmentId& Attachment::GetId() const { return id_; }
28 const scoped_refptr<base::RefCountedMemory>& Attachment::GetData() const {
32 Attachment function in class:syncer::Attachment
[all...]
/external/chromium_org/gpu/command_buffer/service/
H A Dframebuffer_manager.h30 class Attachment : public base::RefCounted<Attachment> { class in class:gpu::gles2::Framebuffer
56 friend class base::RefCounted<Attachment>;
57 virtual ~Attachment() {}
93 const Attachment* GetAttachment(GLenum attachment) const;
194 typedef base::hash_map<GLenum, scoped_refptr<Attachment> > AttachmentMap;
/external/deqp/modules/glshared/
H A DglsFboUtil.hpp302 struct Attachment : public Config struct in namespace:deqp::gls::FboUtil::config
304 Attachment (void) : target(GL_FRAMEBUFFER), imageName(0) {} function in struct:deqp::gls::FboUtil::config::Attachment
317 struct RenderbufferAttachment : public Attachment
325 struct TextureAttachment : public Attachment
346 glw::GLenum attachmentType (const Attachment& att);
350 typedef std::map<glw::GLenum, const Attachment*> AttachmentMap;
365 void attach (glw::GLenum attPoint, const Attachment* att);
379 const config::Attachment* att);
419 virtual void check (glw::GLenum attPoint, const config::Attachment& att,
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp357 struct Attachment struct in class:sglr::rc::Framebuffer
365 Attachment (void) function in struct:sglr::rc::Framebuffer::Attachment
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];
777 void acquireFboAttachmentReference (const rc::Framebuffer::Attachment& attachment);
778 void releaseFboAttachmentReference (const rc::Framebuffer::Attachment& attachment);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dmtypes.h2708 struct gl_renderbuffer_attachment Attachment[BUFFER_COUNT]; member in struct:gl_framebuffer
/external/mesa3d/src/mesa/main/
H A Dmtypes.h2708 struct gl_renderbuffer_attachment Attachment[BUFFER_COUNT]; member in struct:gl_framebuffer

Completed in 422 milliseconds