Lines Matching refs:GrMtlAttachment
15 #include "src/gpu/mtl/GrMtlAttachment.h"
38 GrMtlAttachment* colorAttachment() const { return fColorAttachment.get(); }
40 GrMtlAttachment* resolveAttachment() const { return fResolveAttachment.get(); }
43 // Returns the GrMtlAttachment of the non-msaa attachment. If the color attachment has 1 sample,
45 GrMtlAttachment* nonMSAAAttachment() const {
63 sk_sp<GrMtlAttachment> colorAttachment,
64 sk_sp<GrMtlAttachment> resolveAttachment);
74 sk_sp<GrMtlAttachment> fColorAttachment;
75 sk_sp<GrMtlAttachment> fResolveAttachment;
82 sk_sp<GrMtlAttachment> colorAttachment,
83 sk_sp<GrMtlAttachment> resolveAttachment,