Lines Matching refs:sampleCnt
22 int sampleCnt,
27 , GrRenderTarget(gpu, dimensions, sampleCnt, GrProtected::kNo)
30 SkASSERT(sampleCnt > 1);
48 int sampleCnt,
52 , GrRenderTarget(gpu, dimensions, sampleCnt, GrProtected::kNo)
55 SkASSERT(sampleCnt > 1);
66 int sampleCnt,
75 if (sampleCnt > 1) {
78 if (!gpu->mtlCaps().isFormatRenderable(format, sampleCnt)) {
88 texDesc.sampleCount = sampleCnt;
104 gpu, dimensions, sampleCnt, colorTexture, texture, kWrapped);
106 SkASSERT(sampleCnt == static_cast<int>([texture sampleCount]));
107 mtlRT = new GrMtlRenderTarget(gpu, dimensions, sampleCnt, texture, nil, kWrapped);