Lines Matching defs:dimensions
27 SkISize dimensions,
32 : GrSurface(gpu, dimensions, texture->isProtected() ? GrProtected::kYes : GrProtected::kNo)
33 , GrVkTexture(gpu, dimensions, std::move(texture), mipmapStatus)
34 , GrVkRenderTarget(gpu, dimensions, std::move(colorAttachment),
50 SkISize dimensions,
56 : GrSurface(gpu, dimensions, texture->isProtected() ? GrProtected::kYes : GrProtected::kNo)
57 , GrVkTexture(gpu, dimensions, std::move(texture), mipmapStatus)
58 , GrVkRenderTarget(gpu, dimensions, std::move(colorAttachment),
63 bool create_rt_attachments(GrVkGpu* gpu, SkISize dimensions, VkFormat format, int sampleCnt,
71 dimensions, GrBackendFormat::MakeVk(format), sampleCnt, isProtected,
87 SkISize dimensions,
94 dimensions,
107 if (!create_rt_attachments(gpu, dimensions, format, sampleCnt, isProtected, texture,
114 gpu, budgeted, dimensions, std::move(texture), std::move(colorAttachment),
120 SkISize dimensions,
136 dimensions,
148 if (!create_rt_attachments(gpu, dimensions, info.fFormat, sampleCnt, info.fProtected, texture,
159 gpu, dimensions, std::move(texture), std::move(colorAttachment),
179 GrSurface::ComputeSize(this->backendFormat(), this->dimensions(),
183 return GrSurface::ComputeSize(this->backendFormat(), this->dimensions(),