Searched refs:fAttachments (Results 1 – 1 of 1) sorted by relevance
167 fAttachments[(int)AttachmentPoint::kStencil].reset(SkRef(attachment)); in setAttachment()170 fAttachments[(int)AttachmentPoint::kDepth].reset(SkRef(attachment)); in setAttachment()173 fAttachments[(int)AttachmentPoint::kColor].reset(SkRef(attachment)); in setAttachment()179 for (auto& attachment : fAttachments) { in notifyAttachmentDeleteWhileBound()188 for (auto& attachment : fAttachments) { in numSamples()210 sk_sp<const FramebufferAttachment> fAttachments[kNumAttachmentPoints]; member in __anon8285b3770111::Framebuffer