Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkTexture.h25 static GrVkTexture* CreateWrappedTexture(GrVkGpu*, const GrSurfaceDesc&,
DGrVkTexture.cpp73 GrVkTexture* GrVkTexture::CreateWrappedTexture(GrVkGpu* gpu, const GrSurfaceDesc& desc, in CreateWrappedTexture() function in GrVkTexture
DGrVkGpu.cpp600 texture = GrVkTexture::CreateWrappedTexture(this, surfDesc, lifeCycle, format, imageRsrc); in onWrapBackendTexture()