Home
last modified time | relevance | path

Searched refs:MakeWrapped (Results 1 - 25 of 27) sorted by relevance

12

/third_party/skia/src/gpu/mtl/
H A DGrMtlSemaphore.h25 static sk_sp<GrMtlEvent> MakeWrapped(GrMTLHandle event);
65 static std::unique_ptr<GrMtlSemaphore> MakeWrapped(GrMTLHandle mtlEvent, uint64_t value) { in MakeWrapped() function in GrMtlSemaphore
66 sk_sp<GrMtlEvent> event = GrMtlEvent::MakeWrapped(mtlEvent); in MakeWrapped()
H A DGrMtlAttachment.h38 static sk_sp<GrMtlAttachment> MakeWrapped(GrMtlGpu* gpu,
/third_party/skia/tests/
H A DTraceMemoryDumpTest.cpp120 GrGLTexture::MakeWrapped(gpu, GrMipmapStatus::kNotAllocated, desc, std::move(params), in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
140 GrGLRenderTarget::MakeWrapped(gpu, kSize, GrGLFormat::kRGBA8, 1, rtIDs, 0); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
159 GrGLRenderTarget::MakeWrapped(gpu, kSize, GrGLFormat::kRGBA8, 4, rtIDs, 0); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
/third_party/skia/src/gpu/d3d/
H A DGrD3DSemaphore.h22 static std::unique_ptr<GrD3DSemaphore> MakeWrapped(const GrD3DFenceInfo&);
H A DGrD3DSemaphore.cpp21 std::unique_ptr<GrD3DSemaphore> GrD3DSemaphore::MakeWrapped(const GrD3DFenceInfo& fenceInfo) { in MakeWrapped() function in GrD3DSemaphore
/third_party/skia/src/gpu/dawn/
H A DGrDawnRenderTarget.h18 static sk_sp<GrDawnRenderTarget> MakeWrapped(GrDawnGpu*,
H A DGrDawnTexture.h22 static sk_sp<GrDawnTexture> MakeWrapped(GrDawnGpu*, SkISize dimensions, GrRenderable,
H A DGrDawnRenderTarget.cpp22 sk_sp<GrDawnRenderTarget> GrDawnRenderTarget::MakeWrapped(GrDawnGpu* gpu, in MakeWrapped() function in GrDawnRenderTarget
H A DGrDawnTexture.cpp73 sk_sp<GrDawnTexture> GrDawnTexture::MakeWrapped(GrDawnGpu* gpu, SkISize dimensions, in MakeWrapped() function in GrDawnTexture
H A DGrDawnGpu.cpp270 return GrDawnTexture::MakeWrapped(this, dimensions, GrRenderable::kNo, 1, cacheable, ioType, in onWrapBackendTexture()
295 sk_sp<GrTexture> result = GrDawnTexture::MakeWrapped(this, dimensions, GrRenderable::kYes, in onWrapRenderableBackendTexture()
309 return GrDawnRenderTarget::MakeWrapped(this, dimensions, sampleCnt, info); in onWrapBackendRenderTarget()
/third_party/skia/src/gpu/gl/
H A DGrGLSemaphore.h23 static std::unique_ptr<GrGLSemaphore> MakeWrapped(GrGLGpu* gpu, in MakeWrapped() function in GrGLSemaphore
H A DGrGLTextureRenderTarget.h38 static sk_sp<GrGLTextureRenderTarget> MakeWrapped(GrGLGpu* gpu,
H A DGrGLTexture.h53 static sk_sp<GrGLTexture> MakeWrapped(GrGLGpu*,
H A DGrGLTextureRenderTarget.cpp63 sk_sp<GrGLTextureRenderTarget> GrGLTextureRenderTarget::MakeWrapped( in MakeWrapped() function in GrGLTextureRenderTarget
H A DGrGLRenderTarget.h38 static sk_sp<GrGLRenderTarget> MakeWrapped(GrGLGpu*,
H A DGrGLTexture.cpp126 sk_sp<GrGLTexture> GrGLTexture::MakeWrapped(GrGLGpu* gpu, in MakeWrapped() function in GrGLTexture
H A DGrGLRenderTarget.cpp80 sk_sp<GrGLRenderTarget> GrGLRenderTarget::MakeWrapped(GrGLGpu* gpu, in MakeWrapped() function in GrGLRenderTarget
H A DGrGLGpu.cpp674 auto texture = GrGLTexture::MakeWrapped(this, mipmapStatus, desc, in onWrapBackendTexture()
728 auto texture = GrGLTexture::MakeWrapped(this, mipmapStatus, desc, in onWrapCompressedBackendTexture()
770 sk_sp<GrGLTextureRenderTarget> texRT(GrGLTextureRenderTarget::MakeWrapped( in onWrapRenderableBackendTexture()
807 return GrGLRenderTarget::MakeWrapped(this, backendRT.dimensions(), format, sampleCount, rtIDs, in onWrapBackendRenderTarget()
4063 return GrGLSemaphore::MakeWrapped(this, semaphore.glSync(), ownership); in wrapBackendSemaphore()
/third_party/skia/src/gpu/vk/
H A DGrVkSemaphore.h25 static std::unique_ptr<GrVkSemaphore> MakeWrapped(GrVkGpu*,
H A DGrVkSemaphore.cpp36 std::unique_ptr<GrVkSemaphore> GrVkSemaphore::MakeWrapped(GrVkGpu* gpu, in MakeWrapped() function in GrVkSemaphore
H A DGrVkRenderTarget.cpp131 GrVkImage::MakeWrapped(gpu, in MakeWrappedRenderTarget()
178 GrVkImage::MakeWrapped(gpu, in MakeSecondaryCBRenderTarget()
H A DGrVkTexture.cpp111 sk_sp<GrVkImage> texture = GrVkImage::MakeWrapped(gpu, in MakeWrappedTexture()
H A DGrVkTextureRenderTarget.cpp135 sk_sp<GrVkImage> texture = GrVkImage::MakeWrapped(gpu, in MakeWrappedTextureRenderTarget()
H A DGrVkImage.h54 static sk_sp<GrVkImage> MakeWrapped(GrVkGpu* gpu,
H A DGrVkImage.cpp176 sk_sp<GrVkImage> GrVkImage::MakeWrapped(GrVkGpu* gpu, in MakeWrapped() function in GrVkImage

Completed in 17 milliseconds

12