HomeSort by relevance Sort by last modified time
    Searched defs:MakeWrapped (Results 1 - 6 of 6) sorted by null

  /external/skia/src/gpu/gl/
GrGLTextureRenderTarget.cpp 73 sk_sp<GrGLTextureRenderTarget> GrGLTextureRenderTarget::MakeWrapped(
GrGLSemaphore.h 23 static sk_sp<GrGLSemaphore> MakeWrapped(const GrGLGpu* gpu,
GrGLTexture.cpp 126 sk_sp<GrGLTexture> GrGLTexture::MakeWrapped(GrGLGpu* gpu, const GrSurfaceDesc& desc,
GrGLRenderTarget.cpp 66 sk_sp<GrGLRenderTarget> GrGLRenderTarget::MakeWrapped(GrGLGpu* gpu,
  /external/skia/src/gpu/vk/
GrVkSemaphore.cpp 32 sk_sp<GrVkSemaphore> GrVkSemaphore::MakeWrapped(const GrVkGpu* gpu,
  /external/skia/src/gpu/
GrSurfaceProxy.cpp 120 sk_sp<GrSurfaceProxy> GrSurfaceProxy::MakeWrapped(sk_sp<GrSurface> surf) {
139 sk_sp<GrTextureProxy> GrSurfaceProxy::MakeWrapped(sk_sp<GrTexture> tex) {
245 return GrSurfaceProxy::MakeWrapped(std::move(tex));
253 return GrSurfaceProxy::MakeWrapped(std::move(tex));

Completed in 373 milliseconds