Searched refs:makeMSAAAttachment (Results 1 – 15 of 15) sorted by relevance
/third_party/skia/src/gpu/ |
D | GrResourceProvider.cpp | 677 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()
|
D | GrResourceProvider.h | 296 sk_sp<GrAttachment> makeMSAAAttachment(SkISize dimensions,
|
D | GrGpu.h | 636 virtual sk_sp<GrAttachment> makeMSAAAttachment(SkISize dimensions,
|
/third_party/skia/src/gpu/mock/ |
D | GrMockGpu.h | 167 sk_sp<GrAttachment> makeMSAAAttachment(SkISize dimensions, in makeMSAAAttachment() function
|
/third_party/skia/src/gpu/vk/ |
D | GrVkTextureRenderTarget.cpp | 61 sk_sp<GrAttachment> msaaAttachment = rp->makeMSAAAttachment( in create_rt_attachments()
|
D | GrVkGpu.h | 118 sk_sp<GrAttachment> makeMSAAAttachment(SkISize dimensions,
|
D | GrVkGpu.cpp | 1500 sk_sp<GrAttachment> GrVkGpu::makeMSAAAttachment(SkISize dimensions, in makeMSAAAttachment() function in GrVkGpu
|
/third_party/skia/src/gpu/dawn/ |
D | GrDawnGpu.h | 69 sk_sp<GrAttachment> makeMSAAAttachment(SkISize dimensions, in makeMSAAAttachment() function
|
/third_party/skia/src/gpu/mtl/ |
D | GrMtlRenderTarget.mm | 69 sk_sp<GrAttachment> msaaAttachment = rp->makeMSAAAttachment(
|
D | GrMtlGpu.h | 276 sk_sp<GrAttachment> makeMSAAAttachment(SkISize dimensions,
|
D | GrMtlTextureRenderTarget.mm | 53 sk_sp<GrAttachment> msaaAttachment = rp->makeMSAAAttachment(
|
D | GrMtlGpu.mm | 525 sk_sp<GrAttachment> GrMtlGpu::makeMSAAAttachment(SkISize dimensions, function
|
/third_party/skia/src/gpu/d3d/ |
D | GrD3DGpu.h | 86 sk_sp<GrAttachment> makeMSAAAttachment(SkISize dimensions, in makeMSAAAttachment() function
|
/third_party/skia/src/gpu/gl/ |
D | GrGLGpu.h | 152 sk_sp<GrAttachment> makeMSAAAttachment(SkISize dimensions,
|
D | GrGLGpu.cpp | 1777 sk_sp<GrAttachment> GrGLGpu::makeMSAAAttachment(SkISize dimensions, const GrBackendFormat& format, in makeMSAAAttachment() function in GrGLGpu
|