Home
last modified time | relevance | path

Searched refs:MakeMSAA (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/src/gpu/gl/
DGrGLAttachment.h23 static sk_sp<GrGLAttachment> MakeMSAA(GrGLGpu* gpu,
DGrGLAttachment.cpp92 sk_sp<GrGLAttachment> GrGLAttachment::MakeMSAA(GrGLGpu* gpu, in MakeMSAA() function in GrGLAttachment
DGrGLGpu.cpp1781 return GrGLAttachment::MakeMSAA(this, dimensions, numSamples, format.asGLFormat()); in makeMSAAAttachment()
/third_party/skia/src/gpu/mtl/
DGrMtlAttachment.h25 static sk_sp<GrMtlAttachment> MakeMSAA(GrMtlGpu* gpu,
DGrMtlAttachment.mm57 sk_sp<GrMtlAttachment> GrMtlAttachment::MakeMSAA(GrMtlGpu* gpu, function
DGrMtlGpu.mm541 return GrMtlAttachment::MakeMSAA(this, dimensions, numSamples, pixelFormat);
/third_party/skia/src/gpu/vk/
DGrVkImage.h38 static sk_sp<GrVkImage> MakeMSAA(GrVkGpu* gpu,
DGrVkImage.cpp36 sk_sp<GrVkImage> GrVkImage::MakeMSAA(GrVkGpu* gpu, in MakeMSAA() function in GrVkImage
DGrVkGpu.cpp1511 return GrVkImage::MakeMSAA(this, dimensions, numSamples, pixelFormat, isProtected, memoryless); in makeMSAAAttachment()