Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/vk/
H A DGrVkSecondaryCBDrawContext.cpp37 rContext->priv().proxyProvider()->wrapVulkanSecondaryCBAsRenderTarget(imageInfo, in Make()
/third_party/skia/src/gpu/
H A DGrProxyProvider.h141 sk_sp<GrRenderTargetProxy> wrapVulkanSecondaryCBAsRenderTarget(const SkImageInfo&,
H A DGrProxyProvider.cpp683 sk_sp<GrRenderTargetProxy> GrProxyProvider::wrapVulkanSecondaryCBAsRenderTarget( in wrapVulkanSecondaryCBAsRenderTarget() function in GrProxyProvider
697 sk_sp<GrRenderTarget> rt = resourceProvider->wrapVulkanSecondaryCBAsRenderTarget(imageInfo, in wrapVulkanSecondaryCBAsRenderTarget()
719 sk_sp<GrRenderTargetProxy> GrProxyProvider::wrapVulkanSecondaryCBAsRenderTarget( in wrapVulkanSecondaryCBAsRenderTarget() function in GrProxyProvider
H A DGrResourceProvider.h181 sk_sp<GrRenderTarget> wrapVulkanSecondaryCBAsRenderTarget(const SkImageInfo&,
H A DGrResourceProvider.cpp391 sk_sp<GrRenderTarget> GrResourceProvider::wrapVulkanSecondaryCBAsRenderTarget( in wrapVulkanSecondaryCBAsRenderTarget() function in GrResourceProvider
394 return this->isAbandoned() ? nullptr : fGpu->wrapVulkanSecondaryCBAsRenderTarget(imageInfo, in wrapVulkanSecondaryCBAsRenderTarget()
H A DGrGpu.h211 * Implements GrResourceProvider::wrapVulkanSecondaryCBAsRenderTarget
213 sk_sp<GrRenderTarget> wrapVulkanSecondaryCBAsRenderTarget(const SkImageInfo&,
H A DGrGpu.cpp405 sk_sp<GrRenderTarget> GrGpu::wrapVulkanSecondaryCBAsRenderTarget(const SkImageInfo& imageInfo, in wrapVulkanSecondaryCBAsRenderTarget() function in GrGpu

Completed in 11 milliseconds