Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkAttachment.h27 static sk_sp<GrVkAttachment> MakeMSAA(GrVkGpu* gpu,
DGrVkAttachment.cpp62 sk_sp<GrVkAttachment> GrVkAttachment::MakeMSAA(GrVkGpu* gpu, in MakeMSAA() function in GrVkAttachment
DGrVkGpu.cpp1489 return GrVkAttachment::MakeMSAA(this, dimensions, numSamples, pixelFormat, isProtected); in makeMSAAAttachment()