Home
last modified time | relevance | path

Searched refs:fVkRTSupportsInputAttachment (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/core/
DSkSurfaceCharacterization.cpp32 VkRTSupportsInputAttachment::kNo == fVkRTSupportsInputAttachment) || in validate()
35 VkRTSupportsInputAttachment::kNo == fVkRTSupportsInputAttachment); in validate()
78 fVkRTSupportsInputAttachment, in createResized()
92 fVkRTSupportsInputAttachment, in createColorSpace()
107 fVkRTSupportsInputAttachment, in createBackendFormat()
118 fVkRTSupportsInputAttachment == VkRTSupportsInputAttachment::kYes || in createFBO0()
127 fVkRTSupportsInputAttachment, in createFBO0()
/third_party/skia/include/core/
DSkSurfaceCharacterization.h107 return VkRTSupportsInputAttachment::kYes == fVkRTSupportsInputAttachment; in vkRTSupportsInputAttachment()
151 , fVkRTSupportsInputAttachment(vkRTSupportsInputAttachment) in SkSurfaceCharacterization()
189 fVkRTSupportsInputAttachment = vkRTSupportsInputAttachment; in set()
207 VkRTSupportsInputAttachment fVkRTSupportsInputAttachment; variable
/third_party/skia/tests/
DDeferredDisplayListTest.cpp77 , fVkRTSupportsInputAttachment(false) in SurfaceParameters()
106 fVkRTSupportsInputAttachment = inputSupport; in setVkRTInputAttachmentSupport()
176 set(fVkRTSupportsInputAttachment, false); in modify()
204 fVkRTSupportsInputAttachment, in createCharacterization()
330 bool fVkRTSupportsInputAttachment; member in SurfaceParameters