Home
last modified time | relevance | path

Searched refs:wrapVulkanSecondaryCBAsRenderTarget (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/gpu/ganesh/vk/
DGrVkSecondaryCBDrawContext.cpp37 rContext->priv().proxyProvider()->wrapVulkanSecondaryCBAsRenderTarget(imageInfo, in Make()
/external/skia/src/gpu/ganesh/
DGrProxyProvider.h143 sk_sp<GrRenderTargetProxy> wrapVulkanSecondaryCBAsRenderTarget(const SkImageInfo&,
DGrProxyProvider.cpp727 sk_sp<GrRenderTargetProxy> GrProxyProvider::wrapVulkanSecondaryCBAsRenderTarget( in wrapVulkanSecondaryCBAsRenderTarget() function in GrProxyProvider
741 sk_sp<GrRenderTarget> rt = resourceProvider->wrapVulkanSecondaryCBAsRenderTarget(imageInfo, in wrapVulkanSecondaryCBAsRenderTarget()
765 sk_sp<GrRenderTargetProxy> GrProxyProvider::wrapVulkanSecondaryCBAsRenderTarget( in wrapVulkanSecondaryCBAsRenderTarget() function in GrProxyProvider
DGrResourceProvider.h206 sk_sp<GrRenderTarget> wrapVulkanSecondaryCBAsRenderTarget(const SkImageInfo&,
DGrResourceProvider.cpp429 sk_sp<GrRenderTarget> GrResourceProvider::wrapVulkanSecondaryCBAsRenderTarget( in wrapVulkanSecondaryCBAsRenderTarget() function in GrResourceProvider
432 return this->isAbandoned() ? nullptr : fGpu->wrapVulkanSecondaryCBAsRenderTarget(imageInfo, in wrapVulkanSecondaryCBAsRenderTarget()
DGrGpu.h196 sk_sp<GrRenderTarget> wrapVulkanSecondaryCBAsRenderTarget(const SkImageInfo&,
DGrGpu.cpp380 sk_sp<GrRenderTarget> GrGpu::wrapVulkanSecondaryCBAsRenderTarget(const SkImageInfo& imageInfo, in wrapVulkanSecondaryCBAsRenderTarget() function in GrGpu