Lines Matching defs:dimensions
20 SkISize dimensions,
24 : GrMockTexture(gpu, dimensions, isProtected, mipmapStatus, info) {
29 SkISize dimensions,
35 : GrMockTexture(gpu, dimensions, isProtected, mipmapStatus, info) {
56 GrMockTexture(GrMockGpu* gpu, const SkISize& dimensions, GrProtected isProtected,
58 : GrSurface(gpu, dimensions, isProtected)
59 , INHERITED(gpu, dimensions, isProtected, GrTextureType::k2D, mipmapStatus)
84 SkISize dimensions,
88 : GrSurface(gpu, dimensions, isProtected)
89 , INHERITED(gpu, dimensions, sampleCnt, isProtected)
95 GrMockRenderTarget(GrMockGpu* gpu, Wrapped, SkISize dimensions, int sampleCnt,
97 : GrSurface(gpu, dimensions, isProtected)
98 , INHERITED(gpu, dimensions, sampleCnt, isProtected)
119 return GrSurface::ComputeSize(this->backendFormat(), this->dimensions(),
138 SkISize dimensions,
142 : GrSurface(gpu, dimensions, isProtected)
143 , INHERITED(gpu, dimensions, sampleCnt, isProtected)
157 SkISize dimensions,
163 : GrSurface(gpu, dimensions, isProtected)
164 , GrMockTexture(gpu, dimensions, isProtected, mipmapStatus, texInfo)
165 , GrMockRenderTarget(gpu, dimensions, sampleCnt, isProtected, rtInfo) {
171 SkISize dimensions,
178 : GrSurface(gpu, dimensions, isProtected)
179 , GrMockTexture(gpu, dimensions, isProtected, mipmapStatus, texInfo)
180 , GrMockRenderTarget(gpu, dimensions, sampleCnt, isProtected, rtInfo) {
210 return GrSurface::ComputeSize(this->backendFormat(), this->dimensions(),