Home
last modified time | relevance | path

Searched refs:SupportedDataTypes (Results 1 - 18 of 18) sorted by relevance

/third_party/skia/include/core/
H A DSkYUVAPixmaps.h47 class SK_API SupportedDataTypes { class in SkYUVAPixmapInfo::DataType
50 constexpr SupportedDataTypes() = default;
53 SupportedDataTypes(const GrImageContext&);
56 static constexpr SupportedDataTypes All();
156 /** Is this valid and does it use color types allowed by the passed SupportedDataTypes? */
157 bool isSupported(const SupportedDataTypes&) const;
262 constexpr SkYUVAPixmapInfo::SupportedDataTypes SkYUVAPixmapInfo::SupportedDataTypes::All() { in All()
273 SupportedDataTypes combinations; in All()
278 constexpr bool SkYUVAPixmapInfo::SupportedDataTypes
[all...]
H A DSkImageGenerator.h101 bool queryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes,
177 virtual bool onQueryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes&, in onQueryYUVAInfo()
/third_party/skia/src/core/
H A DSkYUVAPixmaps.cpp19 SkYUVAPixmapInfo::SupportedDataTypes::SupportedDataTypes(const GrImageContext& context) { in SupportedDataTypes() function in SkYUVAPixmapInfo::SupportedDataTypes
42 void SkYUVAPixmapInfo::SupportedDataTypes::enableDataType(DataType type, int numChannels) { in enableDataType()
170 bool SkYUVAPixmapInfo::isSupported(const SupportedDataTypes& supportedDataTypes) const { in isSupported()
H A DSkImageGenerator.cpp33 bool SkImageGenerator::queryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes, in queryYUVAInfo()
/third_party/skia/tests/
H A DYUVTest.cpp32 static constexpr auto kAllTypes = SkYUVAPixmapInfo::SupportedDataTypes::All(); in codec_yuv()
33 static constexpr auto kNoTypes = SkYUVAPixmapInfo::SupportedDataTypes(); in codec_yuv()
H A DImageGeneratorTest.cpp67 ig.queryYUVAInfo(SkYUVAPixmapInfo::SupportedDataTypes::All(), &yuvaPixmapInfo); in DEF_TEST()
/third_party/skia/tools/
H A DDDLPromiseImageHelper.h109 DDLPromiseImageHelper(const SkYUVAPixmapInfo::SupportedDataTypes& supportedYUVADataTypes) in DDLPromiseImageHelper()
238 SkYUVAPixmapInfo::SupportedDataTypes fSupportedYUVADataTypes;
/third_party/skia/src/codec/
H A DSkCodecImageGenerator.h101 bool onQueryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes&,
H A DSkJpegCodec.h49 bool onQueryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes&,
H A DSkCodecImageGenerator.cpp73 const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes, in onQueryYUVAInfo()
H A DSkJpegCodec.cpp774 const SkYUVAPixmapInfo::SupportedDataTypes* supportedDataTypes, in is_yuv_supported()
865 bool SkJpegCodec::onQueryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes, in onQueryYUVAInfo()
H A DSkCodec.cpp193 bool SkCodec::queryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes, in queryYUVAInfo()
/third_party/skia/src/image/
H A DSkImage_Lazy.h82 sk_sp<SkCachedData> getPlanes(const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes,
H A DSkImage_Lazy.cpp283 SkYUVAPixmapInfo::SupportedDataTypes supportedDataTypes(*ctx); in textureProxyViewFromPlanes()
376 const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes, in getPlanes()
/third_party/skia/include/codec/
H A DSkCodec.h403 bool queryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes,
776 virtual bool onQueryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes&, in onQueryYUVAInfo()
/third_party/skia/tools/gpu/
H A DYUVUtils.cpp114 bool onQueryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes& types,
229 if (!codec->queryYUVAInfo(SkYUVAPixmapInfo::SupportedDataTypes::All(), &yuvaPixmapInfo)) {
/third_party/skia/tools/skpbench/
H A Dskpbench.cpp265 SkYUVAPixmapInfo::SupportedDataTypes supportedYUVADataTypes(*dContext); in run_ddl_benchmark()
/third_party/skia/dm/
H A DDMSrcSink.cpp1824 SkYUVAPixmapInfo::SupportedDataTypes supportedYUVADataTypes(*dContext); in ddlDraw()

Completed in 22 milliseconds