Home
last modified time | relevance | path

Searched refs:MakeWrappedTexture (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/vk/
DGrVkTexture.h23 static sk_sp<GrVkTexture> MakeWrappedTexture(GrVkGpu*, const GrSurfaceDesc&,
DGrVkTexture.cpp93 sk_sp<GrVkTexture> GrVkTexture::MakeWrappedTexture(GrVkGpu* gpu, in MakeWrappedTexture() function in GrVkTexture
DGrVkGpu.cpp892 return GrVkTexture::MakeWrappedTexture(this, surfDesc, ownership, info); in onWrapBackendTexture()