Home | History | Annotate | Download | only in service

Lines Matching refs:Attachment

30   class Attachment : public base::RefCounted<Attachment> {
56 friend class base::RefCounted<Attachment>;
57 virtual ~Attachment() {}
66 bool HasUnclearedAttachment(GLenum attachment) const;
72 GLenum attachment,
75 // Attaches a renderbuffer to a particlar attachment.
78 GLenum attachment, Renderbuffer* renderbuffer);
80 // Attaches a texture to a particlar attachment. Pass null to detach.
82 GLenum attachment, TextureRef* texture_ref, GLenum target,
93 const Attachment* GetAttachment(GLenum attachment) const;
110 // If the color attachment is a texture, returns its type; otherwise,
194 typedef base::hash_map<GLenum, scoped_refptr<Attachment> > AttachmentMap;