Home
last modified time | relevance | path

Searched refs:FramebufferAttachment (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLCreateNullInterface.cpp127 class FramebufferAttachment : public GLObject { class
132 FramebufferAttachment(int id) : INHERITED(id), fNumSamples(1) {} in FramebufferAttachment() function in __anon0b8a6d580111::FramebufferAttachment
139 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];