Home
last modified time | relevance | path

Searched refs:kP016_YUVFormat (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/gm/
Dwacky_yuv_formats.cpp66 kP016_YUVFormat, // 16-bit Y plane + 2x2 down sampled interleaved U/V plane (2 textures) enumerator
91 return kP016_YUVFormat == yuvFormat || in format_uses_16_bpp()
103 return kP016_YUVFormat == yuvFormat || // bc missing SkColorType::kRG_1616 and kR_16 in format_cant_be_represented_with_pixmaps()
116 case kP016_YUVFormat: // fall through in setup_yuv_indices()
647 case kP016_YUVFormat: // fall through in create_YUV()
949 SkASSERT(kP016_YUVFormat == yuvFormat || kP010_YUVFormat == yuvFormat); in make_RG_1616()
960 if (kP016_YUVFormat == yuvFormat) { in make_RG_1616()
1019 SkASSERT(kP016_YUVFormat == yuvFormat || kP010_YUVFormat == yuvFormat); in make_R_16()
1030 if (kP016_YUVFormat == yuvFormat) { in make_R_16()
1183 for (int format = kP016_YUVFormat; format <= kLast_YUVFormat; ++format) { in createImages()
[all …]
/third_party/skia/gm/
Dwacky_yuv_formats.cpp66 kP016_YUVFormat, // 16-bit Y plane + 2x2 down sampled interleaved U/V plane (2 textures) enumerator
98 case kP016_YUVFormat: return false; in has_alpha_channel()
116 case kP016_YUVFormat: in YUVAPlanarConfig()
605 case kP016_YUVFormat: // fall through in create_YUV()
835 for (int f = kP016_YUVFormat; f <= kLast_YUVFormat; ++f) { in createImages()
938 for (int format = kP016_YUVFormat; format <= kLast_YUVFormat; ++format) { in onDraw()