Home
last modified time | relevance | path

Searched refs:fSupportsYcbcrConversion (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/ganesh/vk/
DGrVkCaps.h151 bool supportsYcbcrConversion() const { return fSupportsYcbcrConversion; } in supportsYcbcrConversion()
449 bool fSupportsYcbcrConversion = false; variable
DGrVkCaps.cpp391 fSupportsYcbcrConversion = true; in init()
1245 if (fSupportsYcbcrConversion) { in initFormatTable()
1266 if (fSupportsYcbcrConversion) { in initFormatTable()
/external/skia/src/gpu/graphite/vk/
DVulkanCaps.h199 bool fSupportsYcbcrConversion = false; // TODO: Determine & assign real value. variable
DVulkanCaps.cpp596 if (fSupportsYcbcrConversion) { in initFormatTable()
618 if (fSupportsYcbcrConversion) { in initFormatTable()