Searched refs:SupportedDataTypes (Results 1 – 18 of 18) sorted by relevance
/external/skia/include/core/ |
D | SkYUVAPixmaps.h | 47 class SK_API SupportedDataTypes { 50 constexpr SupportedDataTypes() = default; 53 SupportedDataTypes(const GrImageContext&); 56 static constexpr SupportedDataTypes All(); 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::supported(PlaneConfig config, in supported()
|
D | SkImageGenerator.h | 105 bool queryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes, 181 virtual bool onQueryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes&, in onQueryYUVAInfo() argument
|
/external/skia/src/core/ |
D | SkYUVAPixmaps.cpp | 19 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()
|
D | SkImageGenerator.cpp | 37 bool SkImageGenerator::queryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes, in queryYUVAInfo()
|
/external/skia/tests/ |
D | YUVTest.cpp | 47 static constexpr auto kAllTypes = SkYUVAPixmapInfo::SupportedDataTypes::All(); in codec_yuv() 48 static constexpr auto kNoTypes = SkYUVAPixmapInfo::SupportedDataTypes(); in codec_yuv() 145 static constexpr auto kAllTypes = SkYUVAPixmapInfo::SupportedDataTypes::All(); in decode_yuva()
|
D | ImageGeneratorTest.cpp | 79 ig.queryYUVAInfo(SkYUVAPixmapInfo::SupportedDataTypes::All(), &yuvaPixmapInfo); in DEF_TEST()
|
/external/skia/tools/ |
D | DDLPromiseImageHelper.h | 109 DDLPromiseImageHelper(const SkYUVAPixmapInfo::SupportedDataTypes& supportedYUVADataTypes) in DDLPromiseImageHelper() 238 SkYUVAPixmapInfo::SupportedDataTypes fSupportedYUVADataTypes;
|
/external/skia/src/codec/ |
D | SkCodecImageGenerator.h | 112 bool onQueryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes&,
|
D | SkJpegCodec.h | 62 bool onQueryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes&,
|
D | SkCodecImageGenerator.cpp | 88 const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes, in onQueryYUVAInfo()
|
D | SkJpegCodec.cpp | 843 const SkYUVAPixmapInfo::SupportedDataTypes* supportedDataTypes, in is_yuv_supported() 934 bool SkJpegCodec::onQueryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes, in onQueryYUVAInfo()
|
D | SkCodec.cpp | 217 bool SkCodec::queryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes, in queryYUVAInfo()
|
/external/skia/include/codec/ |
D | SkCodec.h | 412 bool queryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes, 804 virtual bool onQueryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes&, in onQueryYUVAInfo() argument
|
/external/skia/src/image/ |
D | SkImage_Lazy.h | 124 sk_sp<SkCachedData> getPlanes(const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes,
|
D | SkImage_Lazy.cpp | 365 SkYUVAPixmapInfo::SupportedDataTypes supportedDataTypes(*ctx); in textureProxyViewFromPlanes() 459 const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes, in getPlanes()
|
/external/skia/tools/gpu/ |
D | YUVUtils.cpp | 114 bool onQueryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes& types, in onQueryYUVAInfo() 229 if (!codec->queryYUVAInfo(SkYUVAPixmapInfo::SupportedDataTypes::All(), &yuvaPixmapInfo)) { in reset()
|
/external/skia/tools/skpbench/ |
D | skpbench.cpp | 265 SkYUVAPixmapInfo::SupportedDataTypes supportedYUVADataTypes(*dContext); in run_ddl_benchmark()
|
/external/skia/dm/ |
D | DMSrcSink.cpp | 1800 SkYUVAPixmapInfo::SupportedDataTypes supportedYUVADataTypes(*dContext); in ddlDraw()
|