Lines Matching refs:GrTexture
94 sk_sp<GrTexture> GrMockGpu::onCreateTexture(SkISize dimensions,
117 return sk_sp<GrTexture>(new GrMockTextureRenderTarget(this, budgeted, dimensions,
121 return sk_sp<GrTexture>(
126 sk_sp<GrTexture> GrMockGpu::onCreateCompressedTexture(SkISize dimensions,
149 return sk_sp<GrTexture>(
153 sk_sp<GrTexture> GrMockGpu::onCreateCompressedTexture(SkISize dimensions,
164 sk_sp<GrTexture> GrMockGpu::onWrapBackendTexture(const GrBackendTexture& tex,
179 return sk_sp<GrTexture>(new GrMockTexture(this, tex.dimensions(), isProtected, mipmapStatus,
183 sk_sp<GrTexture> GrMockGpu::onWrapCompressedBackendTexture(const GrBackendTexture& tex,
189 sk_sp<GrTexture> GrMockGpu::onWrapRenderableBackendTexture(const GrBackendTexture& tex,
204 return sk_sp<GrTexture>(new GrMockTextureRenderTarget(this, tex.dimensions(), sampleCnt,