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

  /external/skia/src/gpu/gl/
GrGLSemaphore.h 23 static sk_sp<GrGLSemaphore> MakeWrapped(const GrGLGpu* gpu,
GrGLTextureRenderTarget.h 38 static sk_sp<GrGLTextureRenderTarget> MakeWrapped(GrGLGpu* gpu, const GrSurfaceDesc& desc,
GrGLRenderTarget.h 37 static sk_sp<GrGLRenderTarget> MakeWrapped(GrGLGpu*,
GrGLTextureRenderTarget.cpp 58 sk_sp<GrGLTextureRenderTarget> GrGLTextureRenderTarget::MakeWrapped(
GrGLTexture.h 70 static sk_sp<GrGLTexture> MakeWrapped(GrGLGpu*, const GrSurfaceDesc&, GrMipMapsStatus,
GrGLTexture.cpp 104 sk_sp<GrGLTexture> GrGLTexture::MakeWrapped(GrGLGpu* gpu, const GrSurfaceDesc& desc,
GrGLRenderTarget.cpp 66 sk_sp<GrGLRenderTarget> GrGLRenderTarget::MakeWrapped(GrGLGpu* gpu,
GrGLGpu.cpp 553 return GrGLTexture::MakeWrapped(this, surfDesc, mipMapsStatus, idDesc);
598 GrGLTextureRenderTarget::MakeWrapped(this, surfDesc, idDesc, rtIDDesc, mipMapsStatus));
625 return GrGLRenderTarget::MakeWrapped(this, desc, idDesc, backendRT.stencilBits());
658 return GrGLRenderTarget::MakeWrapped(this, surfDesc, rtIDDesc, 0);
    [all...]
  /external/skqp/src/gpu/gl/
GrGLSemaphore.h 23 static sk_sp<GrGLSemaphore> MakeWrapped(const GrGLGpu* gpu,
GrGLTextureRenderTarget.h 38 static sk_sp<GrGLTextureRenderTarget> MakeWrapped(GrGLGpu* gpu, const GrSurfaceDesc& desc,
GrGLRenderTarget.h 37 static sk_sp<GrGLRenderTarget> MakeWrapped(GrGLGpu*,
GrGLTexture.h 70 static sk_sp<GrGLTexture> MakeWrapped(GrGLGpu*, const GrSurfaceDesc&, GrMipMapsStatus,
GrGLTextureRenderTarget.cpp 73 sk_sp<GrGLTextureRenderTarget> GrGLTextureRenderTarget::MakeWrapped(
GrGLTexture.cpp 121 sk_sp<GrGLTexture> GrGLTexture::MakeWrapped(GrGLGpu* gpu, const GrSurfaceDesc& desc,
GrGLRenderTarget.cpp 66 sk_sp<GrGLRenderTarget> GrGLRenderTarget::MakeWrapped(GrGLGpu* gpu,
GrGLGpu.cpp 553 return GrGLTexture::MakeWrapped(this, surfDesc, mipMapsStatus, idDesc);
598 GrGLTextureRenderTarget::MakeWrapped(this, surfDesc, idDesc, rtIDDesc, mipMapsStatus));
624 return GrGLRenderTarget::MakeWrapped(this, desc, idDesc, backendRT.stencilBits());
657 return GrGLRenderTarget::MakeWrapped(this, surfDesc, rtIDDesc, 0);
    [all...]
  /external/skia/src/gpu/vk/
GrVkSemaphore.cpp 34 sk_sp<GrVkSemaphore> GrVkSemaphore::MakeWrapped(const GrVkGpu* gpu,
GrVkSemaphore.h 27 static sk_sp<GrVkSemaphore> MakeWrapped(const GrVkGpu* gpu,
GrVkGpu.cpp     [all...]
  /external/skqp/src/gpu/vk/
GrVkSemaphore.cpp 34 sk_sp<GrVkSemaphore> GrVkSemaphore::MakeWrapped(const GrVkGpu* gpu,
GrVkSemaphore.h 27 static sk_sp<GrVkSemaphore> MakeWrapped(const GrVkGpu* gpu,
GrVkGpu.cpp     [all...]
  /external/skia/tests/
TraceMemoryDumpTest.cpp 131 auto texture = GrGLTexture::MakeWrapped(gpu, desc, GrMipMapsStatus::kNotAllocated, idDesc);
153 sk_sp<GrGLRenderTarget> rt = GrGLRenderTarget::MakeWrapped(gpu, sd, iddesc, 0);
175 sk_sp<GrGLRenderTarget> rt = GrGLRenderTarget::MakeWrapped(gpu, sd, iddesc, 0);
  /external/skqp/src/gpu/
GrProxyProvider.cpp 366 return GrSurfaceProxy::MakeWrapped(std::move(tex), copyDesc.fOrigin);

Completed in 874 milliseconds