Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/
DGrProxyProvider.h123 sk_sp<GrTextureProxy> wrapCompressedBackendTexture(const GrBackendTexture&,
DGrResourceProvider.h181 sk_sp<GrTexture> wrapCompressedBackendTexture(const GrBackendTexture& tex,
DGrResourceProvider.cpp400 sk_sp<GrTexture> GrResourceProvider::wrapCompressedBackendTexture(const GrBackendTexture& tex, in wrapCompressedBackendTexture() function in GrResourceProvider
408 return fGpu->wrapCompressedBackendTexture(tex, ownership, cacheable); in wrapCompressedBackendTexture()
DGrProxyProvider.cpp617 sk_sp<GrTextureProxy> GrProxyProvider::wrapCompressedBackendTexture( in wrapCompressedBackendTexture() function in GrProxyProvider
634 sk_sp<GrTexture> tex = resourceProvider->wrapCompressedBackendTexture(beTex, ownership, in wrapCompressedBackendTexture()
DGrGpu.h176 sk_sp<GrTexture> wrapCompressedBackendTexture(const GrBackendTexture&,
DGrGpu.cpp316 sk_sp<GrTexture> GrGpu::wrapCompressedBackendTexture(const GrBackendTexture& backendTex, in wrapCompressedBackendTexture() function in GrGpu
/external/skia/src/image/
DSkImage_Gpu.cpp459 sk_sp<GrTextureProxy> proxy = proxyProvider->wrapCompressedBackendTexture( in MakeFromCompressedTexture()