Lines Matching defs:dimensions
15 SkISize dimensions,
18 : GrSurface(gpu, dimensions, GrProtected::kNo)
19 , GrTexture(gpu, dimensions, GrProtected::kNo, GrTextureType::k2D, mipmapStatus)
22 sk_sp<GrDawnTexture> GrDawnTexture::Make(GrDawnGpu* gpu, SkISize dimensions,
37 textureDesc.size.width = dimensions.fWidth;
38 textureDesc.size.height = dimensions.fHeight;
57 dimensions,
63 new GrDawnTexture(gpu, dimensions, info, status));
73 sk_sp<GrDawnTexture> GrDawnTexture::MakeWrapped(GrDawnGpu* gpu, SkISize dimensions,
82 gpu, dimensions, sampleCnt, info, status));
85 new GrDawnTexture(gpu, dimensions, info, status));