Lines Matching refs:GrBackendTexture
164 sk_sp<GrTexture> GrMockGpu::onWrapBackendTexture(const GrBackendTexture& tex,
183 sk_sp<GrTexture> GrMockGpu::onWrapCompressedBackendTexture(const GrBackendTexture& tex,
189 sk_sp<GrTexture> GrMockGpu::onWrapRenderableBackendTexture(const GrBackendTexture& tex,
232 GrBackendTexture GrMockGpu::onCreateBackendTexture(SkISize dimensions,
244 return GrBackendTexture(); // invalid
250 return GrBackendTexture(dimensions.width(), dimensions.height(), mipMapped, info);
253 GrBackendTexture GrMockGpu::onCreateCompressedBackendTexture(
268 return GrBackendTexture(dimensions.width(), dimensions.height(), mipMapped, info);
271 void GrMockGpu::deleteBackendTexture(const GrBackendTexture& tex) {
281 bool GrMockGpu::isTestingOnlyBackendTexture(const GrBackendTexture& tex) const {