Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/mtl/
DGrMtlRenderTarget.mm30 , fColorAttachment(std::move(colorAttachment)) function
42 , fColorAttachment(std::move(colorAttachment)) function
DGrMtlFramebuffer.mm27 : fColorAttachment(std::move(colorAttachment)) function
DGrMtlFramebuffer.h34 sk_sp<GrMtlAttachment> fColorAttachment; variable
DGrMtlRenderTarget.h74 sk_sp<GrMtlAttachment> fColorAttachment; variable
/third_party/skia/src/gpu/vk/
DGrVkFramebuffer.h93 sk_sp<GrVkImage> fColorAttachment; variable
DGrVkRenderTarget.h176 sk_sp<GrVkImage> fColorAttachment; variable
/third_party/skia/experimental/graphite/src/
DCommandBuffer.h33 AttachmentDesc fColorAttachment; member