Home
last modified time | relevance | path

Searched refs:MakeWrapped (Results 1 – 25 of 40) sorted by relevance

12

/external/skqp/tests/
DTraceMemoryDumpTest.cpp130 auto texture = GrGLTexture::MakeWrapped(gpu, desc, GrMipMapsStatus::kNotAllocated, idDesc, in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
153 sk_sp<GrGLRenderTarget> rt = GrGLRenderTarget::MakeWrapped(gpu, sd, GR_GL_RGBA8, iddesc, 0); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
175 sk_sp<GrGLRenderTarget> rt = GrGLRenderTarget::MakeWrapped(gpu, sd, GR_GL_RGBA8, iddesc, 0); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
/external/skia/tests/
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()
/external/skia/src/gpu/mtl/
DGrMtlSemaphore.mm28 std::unique_ptr<GrMtlSemaphore> GrMtlSemaphore::MakeWrapped(GrMTLHandle event, function
47 // Whoever uses the GrBackendSemaphore will subsquently steal this ref (see MakeWrapped, above).
DGrMtlSemaphore.h24 static std::unique_ptr<GrMtlSemaphore> MakeWrapped(GrMTLHandle event, uint64_t value);
/external/skia/src/gpu/d3d/
DGrD3DSemaphore.h22 static std::unique_ptr<GrD3DSemaphore> MakeWrapped(const GrD3DFenceInfo&);
DGrD3DSemaphore.cpp21 std::unique_ptr<GrD3DSemaphore> GrD3DSemaphore::MakeWrapped(const GrD3DFenceInfo& fenceInfo) { in MakeWrapped() function in GrD3DSemaphore
/external/skia/src/gpu/dawn/
DGrDawnRenderTarget.h18 static sk_sp<GrDawnRenderTarget> MakeWrapped(GrDawnGpu*,
DGrDawnTexture.h22 static sk_sp<GrDawnTexture> MakeWrapped(GrDawnGpu*, SkISize dimensions, GrRenderable,
DGrDawnRenderTarget.cpp22 sk_sp<GrDawnRenderTarget> GrDawnRenderTarget::MakeWrapped(GrDawnGpu* gpu, in MakeWrapped() function in GrDawnRenderTarget
DGrDawnTexture.cpp75 sk_sp<GrDawnTexture> GrDawnTexture::MakeWrapped(GrDawnGpu* gpu, SkISize dimensions, in MakeWrapped() function in GrDawnTexture
/external/skqp/src/gpu/gl/
DGrGLSemaphore.h23 static sk_sp<GrGLSemaphore> MakeWrapped(GrGLGpu* gpu, in MakeWrapped() function
DGrGLTextureRenderTarget.h38 static sk_sp<GrGLTextureRenderTarget> MakeWrapped(GrGLGpu* gpu, const GrSurfaceDesc& desc,
DGrGLTextureRenderTarget.cpp59 sk_sp<GrGLTextureRenderTarget> GrGLTextureRenderTarget::MakeWrapped( in MakeWrapped() function in GrGLTextureRenderTarget
DGrGLRenderTarget.h37 static sk_sp<GrGLRenderTarget> MakeWrapped(GrGLGpu*,
DGrGLTexture.h113 static sk_sp<GrGLTexture> MakeWrapped(GrGLGpu*, const GrSurfaceDesc&, GrMipMapsStatus,
/external/skia/src/gpu/gl/
DGrGLSemaphore.h23 static std::unique_ptr<GrGLSemaphore> MakeWrapped(GrGLGpu* gpu, in MakeWrapped() function
DGrGLTextureRenderTarget.h38 static sk_sp<GrGLTextureRenderTarget> MakeWrapped(GrGLGpu* gpu,
DGrGLTexture.h53 static sk_sp<GrGLTexture> MakeWrapped(GrGLGpu*,
DGrGLRenderTarget.h37 static sk_sp<GrGLRenderTarget> MakeWrapped(GrGLGpu*,
DGrGLTextureRenderTarget.cpp63 sk_sp<GrGLTextureRenderTarget> GrGLTextureRenderTarget::MakeWrapped( in MakeWrapped() function in GrGLTextureRenderTarget
/external/skia/src/gpu/vk/
DGrVkSemaphore.h26 static std::unique_ptr<GrVkSemaphore> MakeWrapped(GrVkGpu* gpu,
DGrVkSemaphore.cpp36 std::unique_ptr<GrVkSemaphore> GrVkSemaphore::MakeWrapped(GrVkGpu* gpu, in MakeWrapped() function in GrVkSemaphore
DGrVkAttachment.h42 static sk_sp<GrVkAttachment> MakeWrapped(GrVkGpu* gpu,
/external/skqp/src/gpu/vk/
DGrVkSemaphore.h26 static sk_sp<GrVkSemaphore> MakeWrapped(GrVkGpu* gpu,
DGrVkSemaphore.cpp32 sk_sp<GrVkSemaphore> GrVkSemaphore::MakeWrapped(GrVkGpu* gpu, in MakeWrapped() function in GrVkSemaphore

12