Home
last modified time | relevance | path

Searched refs:fColorAttachment (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/vk/
DGrVkRenderTarget.cpp62 , fColorAttachment(std::move(colorAttachment)) in GrVkRenderTarget()
65 SkASSERT(fColorAttachment); in GrVkRenderTarget()
67 (fResolveAttachment->isProtected() == fColorAttachment->isProtected())); in GrVkRenderTarget()
68 SkASSERT(SkToBool(fColorAttachment->vkUsageFlags() & VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT)); in GrVkRenderTarget()
87 SkASSERT(!fColorAttachment); in GrVkRenderTarget()
189 return fColorAttachment->getBackendFormat(); in backendFormat()
193 if (fColorAttachment->numSamples() == 1) { in nonMSAAAttachment()
194 return fColorAttachment.get(); in nonMSAAAttachment()
403 SkASSERT(!fColorAttachment); in ~GrVkRenderTarget()
415 fColorAttachment.reset(); in releaseInternalObjects()
DGrVkRenderTarget.h58 return fColorAttachment.get(); in colorAttachment()
86 return fResolveAttachment ? fResolveAttachment.get() : fColorAttachment.get(); in externalAttachment()
174 fResolveAttachment ? fResolveAttachment.get() : fColorAttachment.get(); in onSetRelease()
180 sk_sp<GrVkAttachment> fColorAttachment; variable
DGrVkFramebuffer.h70 GrVkAttachment* colorAttachment() { return fColorAttachment.get(); } in colorAttachment()
90 sk_sp<GrVkAttachment> fColorAttachment; variable
DGrVkFramebuffer.cpp73 , fColorAttachment(std::move(colorAttachment)) in GrVkFramebuffer()
86 , fColorAttachment(std::move(colorAttachment)) in GrVkFramebuffer()