Searched refs:fColorAttachmentView (Results 1 – 2 of 2) sorted by relevance
37 , fColorAttachmentView(colorAttachmentView) in GrVkRenderTarget()63 , fColorAttachmentView(colorAttachmentView) in GrVkRenderTarget()83 , fColorAttachmentView(colorAttachmentView) in GrVkRenderTarget()104 , fColorAttachmentView(colorAttachmentView) in GrVkRenderTarget()122 , fColorAttachmentView(nullptr) in GrVkRenderTarget()256 fCachedSimpleRenderPass, fColorAttachmentView, in createFramebuffer()289 SkASSERT(!fColorAttachmentView); in ~GrVkRenderTarget()318 if (fColorAttachmentView) { in releaseInternalObjects()319 fColorAttachmentView->unref(gpu); in releaseInternalObjects()320 fColorAttachmentView = nullptr; in releaseInternalObjects()[all …]
48 const GrVkImageView* colorAttachmentView() const { return fColorAttachmentView; } in colorAttachmentView()133 const GrVkImageView* fColorAttachmentView; variable