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