Searched refs:wrapCompressedBackendTexture (Results 1 – 7 of 7) sorted by relevance
123 sk_sp<GrTextureProxy> wrapCompressedBackendTexture(const GrBackendTexture&,
181 sk_sp<GrTexture> wrapCompressedBackendTexture(const GrBackendTexture& tex,
400 sk_sp<GrTexture> GrResourceProvider::wrapCompressedBackendTexture(const GrBackendTexture& tex, in wrapCompressedBackendTexture() function in GrResourceProvider408 return fGpu->wrapCompressedBackendTexture(tex, ownership, cacheable); in wrapCompressedBackendTexture()
617 sk_sp<GrTextureProxy> GrProxyProvider::wrapCompressedBackendTexture( in wrapCompressedBackendTexture() function in GrProxyProvider634 sk_sp<GrTexture> tex = resourceProvider->wrapCompressedBackendTexture(beTex, ownership, in wrapCompressedBackendTexture()
176 sk_sp<GrTexture> wrapCompressedBackendTexture(const GrBackendTexture&,
316 sk_sp<GrTexture> GrGpu::wrapCompressedBackendTexture(const GrBackendTexture& backendTex, in wrapCompressedBackendTexture() function in GrGpu
459 sk_sp<GrTextureProxy> proxy = proxyProvider->wrapCompressedBackendTexture( in MakeFromCompressedTexture()