Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/vk/
DGrVkCaps.h139 bool supportsYcbcrConversion() const { return fSupportsYcbcrConversion; } in supportsYcbcrConversion()
299 bool fSupportsYcbcrConversion = false; variable
DGrVkCaps.cpp344 fSupportsYcbcrConversion = true; in init()
1055 if (fSupportsYcbcrConversion) { in initFormatTable()
1075 if (fSupportsYcbcrConversion) { in initFormatTable()
/third_party/skia/src/gpu/vk/
DGrVkCaps.h148 bool supportsYcbcrConversion() const { return fSupportsYcbcrConversion; } in supportsYcbcrConversion()
402 bool fSupportsYcbcrConversion = false; variable
DGrVkCaps.cpp372 fSupportsYcbcrConversion = true; in init()
1207 if (fSupportsYcbcrConversion) { in initFormatTable()
1228 if (fSupportsYcbcrConversion) { in initFormatTable()