/external/skia/src/gpu/mtl/ |
D | GrMtlTexture.h | 25 static sk_sp<GrMtlTexture> MakeWrappedTexture(GrMtlGpu*,
|
D | GrMtlTexture.mm | 89 sk_sp<GrMtlTexture> GrMtlTexture::MakeWrappedTexture(GrMtlGpu* gpu, function
|
D | GrMtlGpu.mm | 748 return GrMtlTexture::MakeWrappedTexture(this, backendTex.dimensions(), mtlTexture, cacheable, 764 return GrMtlTexture::MakeWrappedTexture(this, backendTex.dimensions(), mtlTexture, cacheable,
|
/external/skia/src/gpu/d3d/ |
D | GrD3DTexture.h | 26 static sk_sp<GrD3DTexture> MakeWrappedTexture(GrD3DGpu*,
|
D | GrD3DTexture.cpp | 89 sk_sp<GrD3DTexture> GrD3DTexture::MakeWrappedTexture(GrD3DGpu* gpu, in MakeWrappedTexture() function in GrD3DTexture
|
D | GrD3DGpu.cpp | 809 return GrD3DTexture::MakeWrappedTexture(this, tex.dimensions(), wrapType, ioType, textureInfo, in onWrapBackendTexture() 1197 GrD3DTexture::MakeWrappedTexture(this, backendTexture.dimensions(), in onClearBackendTexture() 1297 sk_sp<GrD3DTexture> texture = GrD3DTexture::MakeWrappedTexture(this, in onUpdateCompressedBackendTexture()
|
/external/skqp/src/gpu/vk/ |
D | GrVkTexture.h | 27 static sk_sp<GrVkTexture> MakeWrappedTexture(GrVkGpu*, const GrSurfaceDesc&, GrWrapOwnership,
|
D | GrVkTexture.cpp | 93 sk_sp<GrVkTexture> GrVkTexture::MakeWrappedTexture(GrVkGpu* gpu, const GrSurfaceDesc& desc, in MakeWrappedTexture() function in GrVkTexture
|
D | GrVkGpu.cpp | 1073 return GrVkTexture::MakeWrappedTexture(this, surfDesc, ownership, cacheable, ioType, imageInfo, in onWrapBackendTexture()
|
/external/skia/src/gpu/vk/ |
D | GrVkTexture.h | 32 static sk_sp<GrVkTexture> MakeWrappedTexture(GrVkGpu*,
|
D | GrVkTexture.cpp | 94 sk_sp<GrVkTexture> GrVkTexture::MakeWrappedTexture( in MakeWrappedTexture() function in GrVkTexture
|
D | GrVkGpu.cpp | 1267 return GrVkTexture::MakeWrappedTexture(this, backendTex.dimensions(), ownership, cacheable, in onWrapBackendTexture() 1592 GrVkTexture::MakeWrappedTexture(this, backendTexture.dimensions(), in onClearBackendTexture() 1689 sk_sp<GrVkTexture> texture = GrVkTexture::MakeWrappedTexture(this, in onUpdateCompressedBackendTexture()
|
/external/skqp/src/gpu/mtl/ |
D | GrMtlTexture.h | 24 static sk_sp<GrMtlTexture> MakeWrappedTexture(GrMtlGpu*, const GrSurfaceDesc&, id<MTLTexture>,
|
D | GrMtlTexture.mm | 67 sk_sp<GrMtlTexture> GrMtlTexture::MakeWrappedTexture(GrMtlGpu* gpu, function
|
D | GrMtlGpu.mm | 355 return GrMtlTexture::MakeWrappedTexture(this, surfDesc, mtlTexture, cacheable, ioType);
|