Lines Matching refs:GrVkImage
19 class GrVkImage; variable
28 GrVkImage* colorAttachment,
29 GrVkImage* resolveAttachment,
30 GrVkImage* stencilAttachment,
35 sk_sp<GrVkImage> colorAttachment,
73 GrVkImage* colorAttachment() { return fColorAttachment.get(); } in colorAttachment()
74 GrVkImage* resolveAttachment() { return fResolveAttachment.get(); } in resolveAttachment()
75 GrVkImage* stencilAttachment() { return fStencilAttachment.get(); } in stencilAttachment()
80 sk_sp<GrVkImage> colorAttachment,
81 sk_sp<GrVkImage> resolveAttachment,
82 sk_sp<GrVkImage> stencilAttachment,
93 sk_sp<GrVkImage> fColorAttachment;
94 sk_sp<GrVkImage> fResolveAttachment;
95 sk_sp<GrVkImage> fStencilAttachment;