Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrProxyProvider.h144 sk_sp<GrTextureProxy> wrapCompressedBackendTexture(const GrBackendTexture&,
H A DGrResourceProvider.cpp386 sk_sp<GrTexture> GrResourceProvider::wrapCompressedBackendTexture(const GrBackendTexture& tex, in wrapCompressedBackendTexture() function in GrResourceProvider
394 return fGpu->wrapCompressedBackendTexture(tex, ownership, cacheable); in wrapCompressedBackendTexture()
H A DGrProxyProvider.cpp642 sk_sp<GrTextureProxy> GrProxyProvider::wrapCompressedBackendTexture( in wrapCompressedBackendTexture() function in GrProxyProvider
659 sk_sp<GrTexture> tex = resourceProvider->wrapCompressedBackendTexture(beTex, ownership, in wrapCompressedBackendTexture()
H A DGrResourceProvider.h181 sk_sp<GrTexture> wrapCompressedBackendTexture(const GrBackendTexture& tex,
H A DGrGpu.h191 sk_sp<GrTexture> wrapCompressedBackendTexture(const GrBackendTexture&,
H A DGrGpu.cpp318 sk_sp<GrTexture> GrGpu::wrapCompressedBackendTexture(const GrBackendTexture& backendTex, in wrapCompressedBackendTexture() function in GrGpu
/aosp_15_r20/external/skia/src/gpu/ganesh/image/
H A DSkImage_GaneshFactories.cpp154 proxyProvider->wrapCompressedBackendTexture(backendTexture, in TextureFromCompressedTexture()