Searched refs:MakeWrappedTexture (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/src/gpu/mtl/ |
H A D | GrMtlTexture.h | 26 static sk_sp<GrMtlTexture> MakeWrappedTexture(GrMtlGpu*,
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkTexture.h | 32 static sk_sp<GrVkTexture> MakeWrappedTexture(GrVkGpu*,
|
H A D | GrVkTexture.cpp | 103 sk_sp<GrVkTexture> GrVkTexture::MakeWrappedTexture( in MakeWrappedTexture() function in GrVkTexture
|
H A D | GrVkGpu.cpp | 1431 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 D | GrD3DTexture.h | 26 static sk_sp<GrD3DTexture> MakeWrappedTexture(GrD3DGpu*,
|
H A D | GrD3DTexture.cpp | 89 sk_sp<GrD3DTexture> GrD3DTexture::MakeWrappedTexture(GrD3DGpu* gpu, in MakeWrappedTexture() function in GrD3DTexture
|
H A D | GrD3DGpu.cpp | 963 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