Searched refs:wrapCompressedBackendTexture (Results 1 – 7 of 7) sorted by relevance
121 sk_sp<GrTextureProxy> wrapCompressedBackendTexture(const GrBackendTexture&,
156 sk_sp<GrTexture> wrapCompressedBackendTexture(const GrBackendTexture& tex,
356 sk_sp<GrTexture> GrResourceProvider::wrapCompressedBackendTexture(const GrBackendTexture& tex, in wrapCompressedBackendTexture() function in GrResourceProvider364 return fGpu->wrapCompressedBackendTexture(tex, ownership, cacheable); in wrapCompressedBackendTexture()
573 sk_sp<GrTextureProxy> GrProxyProvider::wrapCompressedBackendTexture( in wrapCompressedBackendTexture() function in GrProxyProvider590 sk_sp<GrTexture> tex = resourceProvider->wrapCompressedBackendTexture(beTex, ownership, in wrapCompressedBackendTexture()
178 sk_sp<GrTexture> wrapCompressedBackendTexture(const GrBackendTexture&,
308 sk_sp<GrTexture> GrGpu::wrapCompressedBackendTexture(const GrBackendTexture& backendTex, in wrapCompressedBackendTexture() function in GrGpu
433 sk_sp<GrTextureProxy> proxy = proxyProvider->wrapCompressedBackendTexture( in MakeFromCompressedTexture()