Searched refs:FramebufferAttachment (Results 1 – 1 of 1) sorted by relevance
127 class FramebufferAttachment : public GLObject { class132 FramebufferAttachment(int id) : INHERITED(id), fNumSamples(1) {} in FramebufferAttachment() function in __anon0b8a6d580111::FramebufferAttachment139 class Renderbuffer : public FramebufferAttachment {145 typedef FramebufferAttachment INHERITED;148 class Texture : public FramebufferAttachment {153 typedef FramebufferAttachment INHERITED;160 void setAttachment(GrGLenum attachmentPoint, const FramebufferAttachment* attachment) { in setAttachment()177 void notifyAttachmentDeleteWhileBound(const FramebufferAttachment* deleted) { in notifyAttachmentDeleteWhileBound()209 sk_sp<const FramebufferAttachment> fAttachments[kNumAttachmentPoints];