Searched defs:vkRTSupportsInputAttachment (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/src/core/ |
H A D | SkDeferredDisplayListRecorder.cpp | 87 bool vkRTSupportsInputAttachment = fCharacterization.vkRTSupportsInputAttachment(); in init() local
|
/third_party/skia/src/gpu/ |
H A D | GrContextThreadSafeProxy.cpp | 49 createCharacterization( size_t cacheMaxResourceBytes, const SkImageInfo& ii, const GrBackendFormat& backendFormat, int sampleCnt, GrSurfaceOrigin origin, const SkSurfaceProps& surfaceProps, bool isMipMapped, bool willUseGLFBO0, bool isTextureable, GrProtected isProtected, bool vkRTSupportsInputAttachment, bool forVulkanSecondaryCommandBuffer) createCharacterization() argument
|
/third_party/skia/include/core/ |
H A D | SkSurfaceCharacterization.h | 106 bool vkRTSupportsInputAttachment() const { in vkRTSupportsInputAttachment() function in SkSurfaceCharacterization::Textureable::MipMapped::UsesGLFBO0::VkRTSupportsInputAttachment::VulkanSecondaryCBCompatible 129 SkSurfaceCharacterization(sk_sp<GrContextThreadSafeProxy> contextInfo, size_t cacheMaxResourceBytes, const SkImageInfo& ii, const GrBackendFormat& backendFormat, GrSurfaceOrigin origin, int sampleCnt, Textureable isTextureable, MipMapped isMipMapped, UsesGLFBO0 usesGLFBO0, VkRTSupportsInputAttachment vkRTSupportsInputAttachment, VulkanSecondaryCBCompatible vulkanSecondaryCBCompatible, GrProtected isProtected, const SkSurfaceProps& surfaceProps) SkSurfaceCharacterization() argument 162 set(sk_sp<GrContextThreadSafeProxy> contextInfo, size_t cacheMaxResourceBytes, const SkImageInfo& ii, const GrBackendFormat& backendFormat, GrSurfaceOrigin origin, int sampleCnt, Textureable isTextureable, MipMapped isMipMapped, UsesGLFBO0 usesGLFBO0, VkRTSupportsInputAttachment vkRTSupportsInputAttachment, VulkanSecondaryCBCompatible vulkanSecondaryCBCompatible, GrProtected isProtected, const SkSurfaceProps& surfaceProps) set() argument
|
/third_party/skia/src/image/ |
H A D | SkSurface_Gpu.cpp | 258 bool vkRTSupportsInputAttachment = in onCharacterize() local
|
Completed in 3 milliseconds