Searched defs:MakeWrapped (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/gpu/gl/
H A DGrGLSemaphore.h23 static sk_sp<GrGLSemaphore> MakeWrapped(const GrGLGpu* gpu, function in class:GrGLSemaphore
H A DGrGLTextureRenderTarget.cpp73 sk_sp<GrGLTextureRenderTarget> GrGLTextureRenderTarget::MakeWrapped( function in class:GrGLTextureRenderTarget
H A DGrGLTexture.cpp126 sk_sp<GrGLTexture> GrGLTexture::MakeWrapped(GrGLGpu* gpu, const GrSurfaceDesc& desc, function in class:GrGLTexture
H A DGrGLRenderTarget.cpp66 sk_sp<GrGLRenderTarget> GrGLRenderTarget::MakeWrapped(GrGLGpu* gpu, function in class:GrGLRenderTarget
/external/skia/src/gpu/vk/
H A DGrVkSemaphore.cpp32 sk_sp<GrVkSemaphore> GrVkSemaphore::MakeWrapped(const GrVkGpu* gpu, function in class:GrVkSemaphore
/external/skia/src/gpu/
H A DGrSurfaceProxy.cpp120 sk_sp<GrSurfaceProxy> GrSurfaceProxy::MakeWrapped(sk_sp<GrSurface> surf) { function in class:GrSurfaceProxy
139 sk_sp<GrTextureProxy> GrSurfaceProxy::MakeWrapped(sk_sp<GrTexture> tex) { function in class:GrSurfaceProxy
245 return GrSurfaceProxy::MakeWrapped(std::move(tex));
253 return GrSurfaceProxy::MakeWrapped(std::move(tex));

Completed in 202 milliseconds