Searched refs:fColorAttachmentView (Results 1 – 2 of 2) sorted by relevance
34 , fColorAttachmentView(colorAttachmentView) in GrVkRenderTarget()61 , fColorAttachmentView(colorAttachmentView) in GrVkRenderTarget()83 , fColorAttachmentView(colorAttachmentView) in GrVkRenderTarget()105 , fColorAttachmentView(colorAttachmentView) in GrVkRenderTarget()235 fCachedSimpleRenderPass, fColorAttachmentView, in createFramebuffer()274 SkASSERT(!fColorAttachmentView); in ~GrVkRenderTarget()305 if (fColorAttachmentView) { in releaseInternalObjects()306 fColorAttachmentView->unref(gpu); in releaseInternalObjects()307 fColorAttachmentView = nullptr; in releaseInternalObjects()329 if (fColorAttachmentView) { in abandonInternalObjects()[all …]
42 const GrVkImageView* colorAttachmentView() const { return fColorAttachmentView; } in colorAttachmentView()127 const GrVkImageView* fColorAttachmentView; variable