Home
last modified time | relevance | path

Searched refs:makeMSAAAttachment (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/src/gpu/
DGrResourceProvider.cpp677 msaaAttachment = this->makeMSAAAttachment(dimensions, format, sampleCnt, isProtected, in getDiscardableMSAAAttachment()
685 sk_sp<GrAttachment> GrResourceProvider::makeMSAAAttachment(SkISize dimensions, in makeMSAAAttachment() function in GrResourceProvider
716 return fGpu->makeMSAAAttachment(dimensions, format, sampleCnt, isProtected, memoryless); in makeMSAAAttachment()
DGrResourceProvider.h296 sk_sp<GrAttachment> makeMSAAAttachment(SkISize dimensions,
DGrGpu.h636 virtual sk_sp<GrAttachment> makeMSAAAttachment(SkISize dimensions,
/third_party/skia/src/gpu/mock/
DGrMockGpu.h167 sk_sp<GrAttachment> makeMSAAAttachment(SkISize dimensions, in makeMSAAAttachment() function
/third_party/skia/src/gpu/vk/
DGrVkTextureRenderTarget.cpp61 sk_sp<GrAttachment> msaaAttachment = rp->makeMSAAAttachment( in create_rt_attachments()
DGrVkGpu.h118 sk_sp<GrAttachment> makeMSAAAttachment(SkISize dimensions,
DGrVkGpu.cpp1500 sk_sp<GrAttachment> GrVkGpu::makeMSAAAttachment(SkISize dimensions, in makeMSAAAttachment() function in GrVkGpu
/third_party/skia/src/gpu/dawn/
DGrDawnGpu.h69 sk_sp<GrAttachment> makeMSAAAttachment(SkISize dimensions, in makeMSAAAttachment() function
/third_party/skia/src/gpu/mtl/
DGrMtlRenderTarget.mm69 sk_sp<GrAttachment> msaaAttachment = rp->makeMSAAAttachment(
DGrMtlGpu.h276 sk_sp<GrAttachment> makeMSAAAttachment(SkISize dimensions,
DGrMtlTextureRenderTarget.mm53 sk_sp<GrAttachment> msaaAttachment = rp->makeMSAAAttachment(
DGrMtlGpu.mm525 sk_sp<GrAttachment> GrMtlGpu::makeMSAAAttachment(SkISize dimensions, function
/third_party/skia/src/gpu/d3d/
DGrD3DGpu.h86 sk_sp<GrAttachment> makeMSAAAttachment(SkISize dimensions, in makeMSAAAttachment() function
/third_party/skia/src/gpu/gl/
DGrGLGpu.h152 sk_sp<GrAttachment> makeMSAAAttachment(SkISize dimensions,
DGrGLGpu.cpp1777 sk_sp<GrAttachment> GrGLGpu::makeMSAAAttachment(SkISize dimensions, const GrBackendFormat& format, in makeMSAAAttachment() function in GrGLGpu