Searched refs:fColorAttachmentView (Results 1 – 3 of 3) sorted by relevance
36 , fColorAttachmentView(colorAttachmentView) in GrVkRenderTarget()59 , fColorAttachmentView(colorAttachmentView) in GrVkRenderTarget()79 , fColorAttachmentView(colorAttachmentView) in GrVkRenderTarget()99 , fColorAttachmentView(colorAttachmentView) in GrVkRenderTarget()230 fCachedSimpleRenderPass, fColorAttachmentView, in createFramebuffer()263 SkASSERT(!fColorAttachmentView); in ~GrVkRenderTarget()291 if (fColorAttachmentView) { in releaseInternalObjects()292 fColorAttachmentView->unref(gpu); in releaseInternalObjects()293 fColorAttachmentView = nullptr; in releaseInternalObjects()315 if (fColorAttachmentView) { in abandonInternalObjects()[all …]
43 const GrVkImageView* colorAttachmentView() const { return fColorAttachmentView; } in colorAttachmentView()110 const GrVkImageView* fColorAttachmentView; variable
241 fColorAttachmentView->unref(gpu); in updateForMipmap()242 fColorAttachmentView = colorAttachmentView; in updateForMipmap()