Lines Matching refs:dimensions
21 SkISize dimensions,
26 : GrSurface(gpu, dimensions, GrProtected::kNo)
27 , GrRenderTarget(gpu, dimensions, sampleCnt, GrProtected::kNo)
35 SkISize dimensions,
38 : GrSurface(gpu, dimensions, GrProtected::kNo)
39 , GrRenderTarget(gpu, dimensions, 1, GrProtected::kNo)
47 SkISize dimensions,
51 : GrSurface(gpu, dimensions, GrProtected::kNo)
52 , GrRenderTarget(gpu, dimensions, sampleCnt, GrProtected::kNo)
58 GrMtlRenderTarget::GrMtlRenderTarget(GrMtlGpu* gpu, SkISize dimensions, id<MTLTexture> colorTexture)
59 : GrSurface(gpu, dimensions, GrProtected::kNo)
60 , GrRenderTarget(gpu, dimensions, 1, GrProtected::kNo)
65 SkISize dimensions,
84 texDesc.width = dimensions.fWidth;
85 texDesc.height = dimensions.fHeight;
104 gpu, dimensions, sampleCnt, colorTexture, texture, kWrapped);
107 mtlRT = new GrMtlRenderTarget(gpu, dimensions, sampleCnt, texture, nil, kWrapped);
110 mtlRT = new GrMtlRenderTarget(gpu, dimensions, texture, kWrapped);