Home
last modified time | relevance | path

Searched refs:wrapCompressedBackendTexture (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/src/gpu/
DGrProxyProvider.h121 sk_sp<GrTextureProxy> wrapCompressedBackendTexture(const GrBackendTexture&,
DGrResourceProvider.h156 sk_sp<GrTexture> wrapCompressedBackendTexture(const GrBackendTexture& tex,
DGrResourceProvider.cpp356 sk_sp<GrTexture> GrResourceProvider::wrapCompressedBackendTexture(const GrBackendTexture& tex, in wrapCompressedBackendTexture() function in GrResourceProvider
364 return fGpu->wrapCompressedBackendTexture(tex, ownership, cacheable); in wrapCompressedBackendTexture()
DGrProxyProvider.cpp573 sk_sp<GrTextureProxy> GrProxyProvider::wrapCompressedBackendTexture( in wrapCompressedBackendTexture() function in GrProxyProvider
590 sk_sp<GrTexture> tex = resourceProvider->wrapCompressedBackendTexture(beTex, ownership, in wrapCompressedBackendTexture()
DGrGpu.h178 sk_sp<GrTexture> wrapCompressedBackendTexture(const GrBackendTexture&,
DGrGpu.cpp308 sk_sp<GrTexture> GrGpu::wrapCompressedBackendTexture(const GrBackendTexture& backendTex, in wrapCompressedBackendTexture() function in GrGpu
/third_party/skia/src/image/
DSkImage_Gpu.cpp433 sk_sp<GrTextureProxy> proxy = proxyProvider->wrapCompressedBackendTexture( in MakeFromCompressedTexture()