/external/skia/tests/ |
D | TraceMemoryDumpTest.cpp | 131 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/ |
D | GrGLSemaphore.h | 23 static sk_sp<GrGLSemaphore> MakeWrapped(const GrGLGpu* gpu, in MakeWrapped() function
|
D | GrGLTextureRenderTarget.h | 38 static sk_sp<GrGLTextureRenderTarget> MakeWrapped(GrGLGpu* gpu, const GrSurfaceDesc& desc,
|
D | GrGLRenderTarget.h | 37 static sk_sp<GrGLRenderTarget> MakeWrapped(GrGLGpu*,
|
D | GrGLTextureRenderTarget.cpp | 73 sk_sp<GrGLTextureRenderTarget> GrGLTextureRenderTarget::MakeWrapped( in MakeWrapped() function in GrGLTextureRenderTarget
|
D | GrGLTexture.h | 70 static sk_sp<GrGLTexture> MakeWrapped(GrGLGpu*, const GrSurfaceDesc&, GrMipMapsStatus,
|
D | GrGLTexture.cpp | 121 sk_sp<GrGLTexture> GrGLTexture::MakeWrapped(GrGLGpu* gpu, const GrSurfaceDesc& desc, in MakeWrapped() function in GrGLTexture
|
D | GrGLRenderTarget.cpp | 66 sk_sp<GrGLRenderTarget> GrGLRenderTarget::MakeWrapped(GrGLGpu* gpu, in MakeWrapped() function in GrGLRenderTarget
|
D | GrGLGpu.cpp | 553 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/ |
D | GrGLSemaphore.h | 23 static sk_sp<GrGLSemaphore> MakeWrapped(const GrGLGpu* gpu, in MakeWrapped() function
|
D | GrGLTextureRenderTarget.h | 38 static sk_sp<GrGLTextureRenderTarget> MakeWrapped(GrGLGpu* gpu, const GrSurfaceDesc& desc,
|
D | GrGLTextureRenderTarget.cpp | 58 sk_sp<GrGLTextureRenderTarget> GrGLTextureRenderTarget::MakeWrapped( in MakeWrapped() function in GrGLTextureRenderTarget
|
D | GrGLRenderTarget.h | 37 static sk_sp<GrGLRenderTarget> MakeWrapped(GrGLGpu*,
|
D | GrGLTexture.h | 70 static sk_sp<GrGLTexture> MakeWrapped(GrGLGpu*, const GrSurfaceDesc&, GrMipMapsStatus,
|
D | GrGLTexture.cpp | 104 sk_sp<GrGLTexture> GrGLTexture::MakeWrapped(GrGLGpu* gpu, const GrSurfaceDesc& desc, in MakeWrapped() function in GrGLTexture
|
D | GrGLRenderTarget.cpp | 66 sk_sp<GrGLRenderTarget> GrGLRenderTarget::MakeWrapped(GrGLGpu* gpu, in MakeWrapped() function in GrGLRenderTarget
|
D | GrGLGpu.cpp | 553 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/ |
D | GrVkSemaphore.h | 27 static sk_sp<GrVkSemaphore> MakeWrapped(const GrVkGpu* gpu,
|
D | GrVkSemaphore.cpp | 34 sk_sp<GrVkSemaphore> GrVkSemaphore::MakeWrapped(const GrVkGpu* gpu, in MakeWrapped() function in GrVkSemaphore
|
D | GrVkGpu.cpp | 2168 return GrVkSemaphore::MakeWrapped(this, semaphore.vkSemaphore(), wrapType, ownership); in wrapBackendSemaphore()
|
/external/skqp/src/gpu/vk/ |
D | GrVkSemaphore.h | 27 static sk_sp<GrVkSemaphore> MakeWrapped(const GrVkGpu* gpu,
|
D | GrVkSemaphore.cpp | 34 sk_sp<GrVkSemaphore> GrVkSemaphore::MakeWrapped(const GrVkGpu* gpu, in MakeWrapped() function in GrVkSemaphore
|
D | GrVkGpu.cpp | 2213 return GrVkSemaphore::MakeWrapped(this, semaphore.vkSemaphore(), wrapType, ownership); in wrapBackendSemaphore()
|
/external/skqp/src/gpu/ |
D | GrProxyProvider.cpp | 366 return GrSurfaceProxy::MakeWrapped(std::move(tex), copyDesc.fOrigin); in createProxy()
|