Lines Matching refs:dimensions
27 SkISize dimensions,
37 : GrSurfaceProxy(format, dimensions, fit, budgeted, isProtected, surfaceFlags, useAllocator)
39 , GrRenderTargetProxy(caps, format, dimensions, sampleCnt, fit, budgeted, isProtected,
41 , GrTextureProxy(format, dimensions, mipMapped, mipmapStatus, fit, budgeted, isProtected,
50 SkISize dimensions,
60 : GrSurfaceProxy(std::move(callback), format, dimensions, fit, budgeted, isProtected,
64 , GrRenderTargetProxy(LazyInstantiateCallback(), format, dimensions, sampleCnt, fit,
67 , GrTextureProxy(LazyInstantiateCallback(), format, dimensions, mipMapped, mipmapStatus,
113 return GrSurface::ComputeSize(this->backendFormat(), this->dimensions(),
160 dims = this->dimensions();