Searched refs:MakeMSAA (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/src/gpu/gl/ |
D | GrGLAttachment.h | 23 static sk_sp<GrGLAttachment> MakeMSAA(GrGLGpu* gpu,
|
D | GrGLAttachment.cpp | 92 sk_sp<GrGLAttachment> GrGLAttachment::MakeMSAA(GrGLGpu* gpu, in MakeMSAA() function in GrGLAttachment
|
D | GrGLGpu.cpp | 1781 return GrGLAttachment::MakeMSAA(this, dimensions, numSamples, format.asGLFormat()); in makeMSAAAttachment()
|
/third_party/skia/src/gpu/mtl/ |
D | GrMtlAttachment.h | 25 static sk_sp<GrMtlAttachment> MakeMSAA(GrMtlGpu* gpu,
|
D | GrMtlAttachment.mm | 57 sk_sp<GrMtlAttachment> GrMtlAttachment::MakeMSAA(GrMtlGpu* gpu, function
|
D | GrMtlGpu.mm | 541 return GrMtlAttachment::MakeMSAA(this, dimensions, numSamples, pixelFormat);
|
/third_party/skia/src/gpu/vk/ |
D | GrVkImage.h | 38 static sk_sp<GrVkImage> MakeMSAA(GrVkGpu* gpu,
|
D | GrVkImage.cpp | 36 sk_sp<GrVkImage> GrVkImage::MakeMSAA(GrVkGpu* gpu, in MakeMSAA() function in GrVkImage
|
D | GrVkGpu.cpp | 1511 return GrVkImage::MakeMSAA(this, dimensions, numSamples, pixelFormat, isProtected, memoryless); in makeMSAAAttachment()
|