Searched refs:vkRTSupportsInputAttachment (Results 1 – 7 of 7) sorted by relevance
/external/skia/src/core/ |
D | SkDeferredDisplayListRecorder.cpp | 90 bool vkRTSupportsInputAttachment = fCharacterization.vkRTSupportsInputAttachment(); in init() local 91 if (vkRTSupportsInputAttachment && GrBackendApi::kVulkan != fContext->backend()) { in init() 104 vkRTSupportsInputAttachment || in init() 125 if (vkRTSupportsInputAttachment) { in init()
|
D | SkSurfaceCharacterization.cpp | 149 if (this->vkRTSupportsInputAttachment()) { in isCompatible()
|
/external/skia/include/core/ |
D | SkSurfaceCharacterization.h | 106 bool vkRTSupportsInputAttachment() const { in vkRTSupportsInputAttachment() function 138 VkRTSupportsInputAttachment vkRTSupportsInputAttachment, in SkSurfaceCharacterization() argument 151 , fVkRTSupportsInputAttachment(vkRTSupportsInputAttachment) in SkSurfaceCharacterization() 171 VkRTSupportsInputAttachment vkRTSupportsInputAttachment, in set() argument 189 fVkRTSupportsInputAttachment = vkRTSupportsInputAttachment; in set()
|
/external/skia/src/gpu/ganesh/ |
D | GrContextThreadSafeProxy.cpp | 56 GrProtected isProtected, bool vkRTSupportsInputAttachment, in createCharacterization() argument 71 (vkRTSupportsInputAttachment || forVulkanSecondaryCommandBuffer)) { in createCharacterization() 109 (isTextureable || isMipMapped || willUseGLFBO0 || vkRTSupportsInputAttachment)) { in createCharacterization() 135 SkSurfaceCharacterization::VkRTSupportsInputAttachment(vkRTSupportsInputAttachment), in createCharacterization()
|
/external/skia/include/gpu/ |
D | GrContextThreadSafeProxy.h | 97 bool vkRTSupportsInputAttachment = false,
|
/external/skia/src/image/ |
D | SkSurface_Gpu.cpp | 296 bool vkRTSupportsInputAttachment = in onCharacterize() local 313 SkSurfaceCharacterization::VkRTSupportsInputAttachment(vkRTSupportsInputAttachment), in onCharacterize()
|
/external/skia/tests/ |
D | DeferredDisplayListTest.cpp | 996 bool vkRTSupportsInputAttachment, in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() 1007 vkRTSupportsInputAttachment, in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
|