Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/mtl/
DGrMtlRenderTarget.mm31 , fColorAttachment(std::move(colorAttachment)) function
44 , fColorAttachment(std::move(colorAttachment)) function
DGrMtlFramebuffer.mm27 : fColorAttachment(std::move(colorAttachment)) function
DGrMtlFramebuffer.h34 sk_sp<GrMtlAttachment> fColorAttachment; variable
DGrMtlRenderTarget.h77 sk_sp<GrMtlAttachment> fColorAttachment; variable
/external/skia/src/gpu/ganesh/vk/
DGrVkFramebuffer.h93 sk_sp<GrVkImage> fColorAttachment; variable
DGrVkRenderTarget.h176 sk_sp<GrVkImage> fColorAttachment; variable
/external/skia/src/gpu/graphite/
DAttachmentTypes.h59 AttachmentDesc fColorAttachment; member