Home
last modified time | relevance | path

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

/external/skia/tests/
DTraceMemoryDumpTest.cpp131 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, iddesc, 0); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
175 sk_sp<GrGLRenderTarget> rt = GrGLRenderTarget::MakeWrapped(gpu, sd, iddesc, 0); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
/external/skqp/src/gpu/gl/
DGrGLSemaphore.h23 static sk_sp<GrGLSemaphore> MakeWrapped(const GrGLGpu* gpu, in MakeWrapped() function
DGrGLTextureRenderTarget.h38 static sk_sp<GrGLTextureRenderTarget> MakeWrapped(GrGLGpu* gpu, const GrSurfaceDesc& desc,
DGrGLRenderTarget.h37 static sk_sp<GrGLRenderTarget> MakeWrapped(GrGLGpu*,
DGrGLTextureRenderTarget.cpp73 sk_sp<GrGLTextureRenderTarget> GrGLTextureRenderTarget::MakeWrapped( in MakeWrapped() function in GrGLTextureRenderTarget
DGrGLTexture.h70 static sk_sp<GrGLTexture> MakeWrapped(GrGLGpu*, const GrSurfaceDesc&, GrMipMapsStatus,
DGrGLTexture.cpp121 sk_sp<GrGLTexture> GrGLTexture::MakeWrapped(GrGLGpu* gpu, const GrSurfaceDesc& desc, in MakeWrapped() function in GrGLTexture
DGrGLRenderTarget.cpp66 sk_sp<GrGLRenderTarget> GrGLRenderTarget::MakeWrapped(GrGLGpu* gpu, in MakeWrapped() function in GrGLRenderTarget
DGrGLGpu.cpp553 return GrGLTexture::MakeWrapped(this, surfDesc, mipMapsStatus, idDesc); in onWrapBackendTexture()
598 GrGLTextureRenderTarget::MakeWrapped(this, surfDesc, idDesc, rtIDDesc, mipMapsStatus)); in onWrapRenderableBackendTexture()
624 return GrGLRenderTarget::MakeWrapped(this, desc, idDesc, backendRT.stencilBits()); in onWrapBackendRenderTarget()
657 return GrGLRenderTarget::MakeWrapped(this, surfDesc, rtIDDesc, 0); in onWrapBackendTextureAsRenderTarget()
4597 return GrGLSemaphore::MakeWrapped(this, semaphore.glSync(), ownership); in wrapBackendSemaphore()
/external/skia/src/gpu/gl/
DGrGLSemaphore.h23 static sk_sp<GrGLSemaphore> MakeWrapped(const GrGLGpu* gpu, in MakeWrapped() function
DGrGLTextureRenderTarget.h38 static sk_sp<GrGLTextureRenderTarget> MakeWrapped(GrGLGpu* gpu, const GrSurfaceDesc& desc,
DGrGLTextureRenderTarget.cpp58 sk_sp<GrGLTextureRenderTarget> GrGLTextureRenderTarget::MakeWrapped( in MakeWrapped() function in GrGLTextureRenderTarget
DGrGLRenderTarget.h37 static sk_sp<GrGLRenderTarget> MakeWrapped(GrGLGpu*,
DGrGLTexture.h70 static sk_sp<GrGLTexture> MakeWrapped(GrGLGpu*, const GrSurfaceDesc&, GrMipMapsStatus,
DGrGLTexture.cpp104 sk_sp<GrGLTexture> GrGLTexture::MakeWrapped(GrGLGpu* gpu, const GrSurfaceDesc& desc, in MakeWrapped() function in GrGLTexture
DGrGLRenderTarget.cpp66 sk_sp<GrGLRenderTarget> GrGLRenderTarget::MakeWrapped(GrGLGpu* gpu, in MakeWrapped() function in GrGLRenderTarget
DGrGLGpu.cpp553 return GrGLTexture::MakeWrapped(this, surfDesc, mipMapsStatus, idDesc); in onWrapBackendTexture()
598 GrGLTextureRenderTarget::MakeWrapped(this, surfDesc, idDesc, rtIDDesc, mipMapsStatus)); in onWrapRenderableBackendTexture()
625 return GrGLRenderTarget::MakeWrapped(this, desc, idDesc, backendRT.stencilBits()); in onWrapBackendRenderTarget()
658 return GrGLRenderTarget::MakeWrapped(this, surfDesc, rtIDDesc, 0); in onWrapBackendTextureAsRenderTarget()
4542 return GrGLSemaphore::MakeWrapped(this, semaphore.glSync(), ownership); in wrapBackendSemaphore()
/external/skia/src/gpu/vk/
DGrVkSemaphore.h27 static sk_sp<GrVkSemaphore> MakeWrapped(const GrVkGpu* gpu,
DGrVkSemaphore.cpp34 sk_sp<GrVkSemaphore> GrVkSemaphore::MakeWrapped(const GrVkGpu* gpu, in MakeWrapped() function in GrVkSemaphore
DGrVkGpu.cpp2168 return GrVkSemaphore::MakeWrapped(this, semaphore.vkSemaphore(), wrapType, ownership); in wrapBackendSemaphore()
/external/skqp/src/gpu/vk/
DGrVkSemaphore.h27 static sk_sp<GrVkSemaphore> MakeWrapped(const GrVkGpu* gpu,
DGrVkSemaphore.cpp34 sk_sp<GrVkSemaphore> GrVkSemaphore::MakeWrapped(const GrVkGpu* gpu, in MakeWrapped() function in GrVkSemaphore
DGrVkGpu.cpp2213 return GrVkSemaphore::MakeWrapped(this, semaphore.vkSemaphore(), wrapType, ownership); in wrapBackendSemaphore()
/external/skqp/src/gpu/
DGrProxyProvider.cpp366 return GrSurfaceProxy::MakeWrapped(std::move(tex), copyDesc.fOrigin); in createProxy()