Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLCreateNullInterface.cpp128 class FramebufferAttachment : public GLObject { class
133 FramebufferAttachment(int id) : INHERITED(id), fNumSamples(1) {} in FramebufferAttachment() function in __anon78c37bd90111::FramebufferAttachment
140 class Renderbuffer : public FramebufferAttachment {
146 typedef FramebufferAttachment INHERITED;
149 class Texture : public FramebufferAttachment {
154 typedef FramebufferAttachment INHERITED;
161 void setAttachment(GrGLenum attachmentPoint, const FramebufferAttachment* attachment) { in setAttachment()
178 void notifyAttachmentDeleteWhileBound(const FramebufferAttachment* deleted) { in notifyAttachmentDeleteWhileBound()
210 sk_sp<const FramebufferAttachment> fAttachments[kNumAttachmentPoints];
/external/skqp/src/gpu/gl/
DGrGLCreateNullInterface.cpp128 class FramebufferAttachment : public GLObject { class
133 FramebufferAttachment(int id) : INHERITED(id), fNumSamples(1) {} in FramebufferAttachment() function in __anon1b4199100111::FramebufferAttachment
140 class Renderbuffer : public FramebufferAttachment {
146 typedef FramebufferAttachment INHERITED;
149 class Texture : public FramebufferAttachment {
154 typedef FramebufferAttachment INHERITED;
161 void setAttachment(GrGLenum attachmentPoint, const FramebufferAttachment* attachment) { in setAttachment()
178 void notifyAttachmentDeleteWhileBound(const FramebufferAttachment* deleted) { in notifyAttachmentDeleteWhileBound()
210 sk_sp<const FramebufferAttachment> fAttachments[kNumAttachmentPoints];