Lines Matching refs:dimensions
22 SkISize dimensions,
27 : GrSurface(gpu, dimensions, GrProtected::kNo)
28 , GrMtlTexture(gpu, dimensions, std::move(texture), mipmapStatus)
29 , GrMtlRenderTarget(gpu, dimensions, std::move(colorAttachment),
35 SkISize dimensions,
41 : GrSurface(gpu, dimensions, GrProtected::kNo)
42 , GrMtlTexture(gpu, dimensions, std::move(texture), mipmapStatus)
43 , GrMtlRenderTarget(gpu, dimensions, std::move(colorAttachment),
48 bool create_rt_attachments(GrMtlGpu* gpu, SkISize dimensions, MTLPixelFormat format, int sampleCnt,
54 dimensions, GrBackendFormat::MakeMtl(format), sampleCnt, GrProtected::kNo,
71 SkISize dimensions,
77 GrMtlAttachment::MakeTexture(gpu, dimensions, format, mipLevels, GrRenderable::kYes,
89 if (!create_rt_attachments(gpu, dimensions, format, sampleCnt, textureAttachment,
97 gpu, budgeted, dimensions, std::move(textureAttachment), std::move(colorAttachment),
103 SkISize dimensions,
117 GrMtlAttachment::MakeWrapped(gpu, dimensions, texture, textureUsageFlags, cacheable);
124 if (!create_rt_attachments(gpu, dimensions, texture.pixelFormat, sampleCnt, textureAttachment,
132 gpu, dimensions, std::move(textureAttachment), std::move(colorAttachment),
152 GrSurface::ComputeSize(this->backendFormat(), this->dimensions(),
156 return GrSurface::ComputeSize(this->backendFormat(), this->dimensions(),