/third_party/skia/src/gpu/mtl/ |
H A D | GrMtlSemaphore.h | 25 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 D | GrMtlAttachment.h | 38 static sk_sp<GrMtlAttachment> MakeWrapped(GrMtlGpu* gpu,
|
/third_party/skia/tests/ |
H A D | TraceMemoryDumpTest.cpp | 120 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 D | GrD3DSemaphore.h | 22 static std::unique_ptr<GrD3DSemaphore> MakeWrapped(const GrD3DFenceInfo&);
|
H A D | GrD3DSemaphore.cpp | 21 std::unique_ptr<GrD3DSemaphore> GrD3DSemaphore::MakeWrapped(const GrD3DFenceInfo& fenceInfo) { in MakeWrapped() function in GrD3DSemaphore
|
/third_party/skia/src/gpu/dawn/ |
H A D | GrDawnRenderTarget.h | 18 static sk_sp<GrDawnRenderTarget> MakeWrapped(GrDawnGpu*,
|
H A D | GrDawnTexture.h | 22 static sk_sp<GrDawnTexture> MakeWrapped(GrDawnGpu*, SkISize dimensions, GrRenderable,
|
H A D | GrDawnRenderTarget.cpp | 22 sk_sp<GrDawnRenderTarget> GrDawnRenderTarget::MakeWrapped(GrDawnGpu* gpu, in MakeWrapped() function in GrDawnRenderTarget
|
H A D | GrDawnTexture.cpp | 73 sk_sp<GrDawnTexture> GrDawnTexture::MakeWrapped(GrDawnGpu* gpu, SkISize dimensions, in MakeWrapped() function in GrDawnTexture
|
H A D | GrDawnGpu.cpp | 270 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 D | GrGLSemaphore.h | 23 static std::unique_ptr<GrGLSemaphore> MakeWrapped(GrGLGpu* gpu, in MakeWrapped() function in GrGLSemaphore
|
H A D | GrGLTextureRenderTarget.h | 38 static sk_sp<GrGLTextureRenderTarget> MakeWrapped(GrGLGpu* gpu,
|
H A D | GrGLTexture.h | 53 static sk_sp<GrGLTexture> MakeWrapped(GrGLGpu*,
|
H A D | GrGLTextureRenderTarget.cpp | 63 sk_sp<GrGLTextureRenderTarget> GrGLTextureRenderTarget::MakeWrapped( in MakeWrapped() function in GrGLTextureRenderTarget
|
H A D | GrGLRenderTarget.h | 38 static sk_sp<GrGLRenderTarget> MakeWrapped(GrGLGpu*,
|
H A D | GrGLTexture.cpp | 126 sk_sp<GrGLTexture> GrGLTexture::MakeWrapped(GrGLGpu* gpu, in MakeWrapped() function in GrGLTexture
|
H A D | GrGLRenderTarget.cpp | 80 sk_sp<GrGLRenderTarget> GrGLRenderTarget::MakeWrapped(GrGLGpu* gpu, in MakeWrapped() function in GrGLRenderTarget
|
H A D | GrGLGpu.cpp | 674 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 D | GrVkSemaphore.h | 25 static std::unique_ptr<GrVkSemaphore> MakeWrapped(GrVkGpu*,
|
H A D | GrVkSemaphore.cpp | 36 std::unique_ptr<GrVkSemaphore> GrVkSemaphore::MakeWrapped(GrVkGpu* gpu, in MakeWrapped() function in GrVkSemaphore
|
H A D | GrVkRenderTarget.cpp | 131 GrVkImage::MakeWrapped(gpu, in MakeWrappedRenderTarget() 178 GrVkImage::MakeWrapped(gpu, in MakeSecondaryCBRenderTarget()
|
H A D | GrVkTexture.cpp | 111 sk_sp<GrVkImage> texture = GrVkImage::MakeWrapped(gpu, in MakeWrappedTexture()
|
H A D | GrVkTextureRenderTarget.cpp | 135 sk_sp<GrVkImage> texture = GrVkImage::MakeWrapped(gpu, in MakeWrappedTextureRenderTarget()
|
H A D | GrVkImage.h | 54 static sk_sp<GrVkImage> MakeWrapped(GrVkGpu* gpu,
|
H A D | GrVkImage.cpp | 176 sk_sp<GrVkImage> GrVkImage::MakeWrapped(GrVkGpu* gpu, in MakeWrapped() function in GrVkImage
|