Home
last modified time | relevance | path

Searched refs:MakeWrappedTexture (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/src/gpu/mtl/
H A DGrMtlTexture.h26 static sk_sp<GrMtlTexture> MakeWrappedTexture(GrMtlGpu*,
/third_party/skia/src/gpu/vk/
H A DGrVkTexture.h32 static sk_sp<GrVkTexture> MakeWrappedTexture(GrVkGpu*,
H A DGrVkTexture.cpp103 sk_sp<GrVkTexture> GrVkTexture::MakeWrappedTexture( in MakeWrappedTexture() function in GrVkTexture
H A DGrVkGpu.cpp1431 return GrVkTexture::MakeWrappedTexture(this, backendTex.dimensions(), ownership, cacheable, in onWrapBackendTexture()
1757 GrVkTexture::MakeWrappedTexture(this, backendTexture.dimensions(), in onClearBackendTexture()
1856 sk_sp<GrVkTexture> texture = GrVkTexture::MakeWrappedTexture(this, in onUpdateCompressedBackendTexture()
/third_party/skia/src/gpu/d3d/
H A DGrD3DTexture.h26 static sk_sp<GrD3DTexture> MakeWrappedTexture(GrD3DGpu*,
H A DGrD3DTexture.cpp89 sk_sp<GrD3DTexture> GrD3DTexture::MakeWrappedTexture(GrD3DGpu* gpu, in MakeWrappedTexture() function in GrD3DTexture
H A DGrD3DGpu.cpp963 return GrD3DTexture::MakeWrappedTexture(this, tex.dimensions(), wrapType, ioType, textureInfo, in onWrapBackendTexture()
1410 GrD3DTexture::MakeWrappedTexture(this, backendTexture.dimensions(), in onClearBackendTexture()
1510 sk_sp<GrD3DTexture> texture = GrD3DTexture::MakeWrappedTexture(this, in onUpdateCompressedBackendTexture()

Completed in 10 milliseconds