Searched refs:wrapCompressedBackendTexture (Results 1 – 7 of 7) sorted by relevance
120 sk_sp<GrTextureProxy> wrapCompressedBackendTexture(const GrBackendTexture&,
150 sk_sp<GrTexture> wrapCompressedBackendTexture(const GrBackendTexture& tex,
301 sk_sp<GrTexture> GrResourceProvider::wrapCompressedBackendTexture(const GrBackendTexture& tex, in wrapCompressedBackendTexture() function in GrResourceProvider309 return fGpu->wrapCompressedBackendTexture(tex, ownership, cacheable); in wrapCompressedBackendTexture()
526 sk_sp<GrTextureProxy> GrProxyProvider::wrapCompressedBackendTexture( in wrapCompressedBackendTexture() function in GrProxyProvider543 sk_sp<GrTexture> tex = resourceProvider->wrapCompressedBackendTexture(beTex, ownership, in wrapCompressedBackendTexture()
168 sk_sp<GrTexture> wrapCompressedBackendTexture(const GrBackendTexture&,
281 sk_sp<GrTexture> GrGpu::wrapCompressedBackendTexture(const GrBackendTexture& backendTex, in wrapCompressedBackendTexture() function in GrGpu
437 sk_sp<GrTextureProxy> proxy = proxyProvider->wrapCompressedBackendTexture( in MakeFromCompressedTexture()