Home
last modified time | relevance | path

Searched defs:fColorAttachment (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/ganesh/mtl/
H A DGrMtlRenderTarget.mm32 , fColorAttachment(std::move(colorAttachment)) function
45 , fColorAttachment(std::move(colorAttachment)) function
H A DGrMtlFramebuffer.mm27 : fColorAttachment(std::move(colorAttachment)) function
H A DGrMtlFramebuffer.h35 sk_sp<GrMtlAttachment> fColorAttachment; variable
H A DGrMtlRenderTarget.h77 sk_sp<GrMtlAttachment> fColorAttachment; variable
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/
H A DGrVkFramebuffer.h99 sk_sp<GrVkImage> fColorAttachment; variable
H A DGrVkRenderTarget.h190 sk_sp<GrVkImage> fColorAttachment; variable
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DRenderPassDesc.h41 AttachmentDesc fColorAttachment; member