Home
last modified time | relevance | path

Searched refs:SupportedDataTypes (Results 1 – 19 of 19) sorted by relevance

/external/skia/include/core/
DSkYUVAPixmaps.h47 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()
DSkImageGenerator.h101 bool queryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes,
177 virtual bool onQueryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes&, in onQueryYUVAInfo() argument
/external/skia/src/core/
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()
DSkImageGenerator.cpp33 bool SkImageGenerator::queryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes, in queryYUVAInfo()
/external/skia/tests/
DYUVTest.cpp32 static constexpr auto kAllTypes = SkYUVAPixmapInfo::SupportedDataTypes::All(); in codec_yuv()
33 static constexpr auto kNoTypes = SkYUVAPixmapInfo::SupportedDataTypes(); in codec_yuv()
DImageGeneratorTest.cpp67 ig.queryYUVAInfo(SkYUVAPixmapInfo::SupportedDataTypes::All(), &yuvaPixmapInfo); in DEF_TEST()
/external/skia/tools/
DDDLPromiseImageHelper.h108 DDLPromiseImageHelper(const SkYUVAPixmapInfo::SupportedDataTypes& supportedYUVADataTypes) in DDLPromiseImageHelper()
237 SkYUVAPixmapInfo::SupportedDataTypes fSupportedYUVADataTypes;
/external/skia/src/codec/
DSkCodecImageGenerator.h101 bool onQueryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes&,
DSkJpegCodec.h47 bool onQueryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes&,
DSkCodecImageGenerator.cpp73 const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes, in onQueryYUVAInfo()
DSkJpegCodec.cpp748 const SkYUVAPixmapInfo::SupportedDataTypes* supportedDataTypes, in is_yuv_supported()
839 bool SkJpegCodec::onQueryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes, in onQueryYUVAInfo()
DSkCodec.cpp176 bool SkCodec::queryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes, in queryYUVAInfo()
/external/skia/include/codec/
DSkCodec.h403 bool queryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes,
774 virtual bool onQueryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes&, in onQueryYUVAInfo() argument
/external/skia/src/image/
DSkImage_Lazy.h82 sk_sp<SkCachedData> getPlanes(const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes,
DSkImage_Lazy.cpp279 SkYUVAPixmapInfo::SupportedDataTypes supportedDataTypes(*ctx); in textureProxyViewFromPlanes()
372 const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes, in getPlanes()
/external/skia/tools/gpu/
DYUVUtils.cpp111 bool onQueryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes& types, in onQueryYUVAInfo()
177 if (!codec->queryYUVAInfo(SkYUVAPixmapInfo::SupportedDataTypes::All(), &yuvaPixmapInfo)) { in reset()
/external/skia/experimental/ddlbench/
Dddlbench.cpp363 SkYUVAPixmapInfo::SupportedDataTypes supportedYUVADTypes(*mainContext->fDirectContext); in main()
/external/skia/tools/skpbench/
Dskpbench.cpp264 SkYUVAPixmapInfo::SupportedDataTypes supportedYUVADataTypes(*dContext); in run_ddl_benchmark()
/external/skia/dm/
DDMSrcSink.cpp1813 SkYUVAPixmapInfo::SupportedDataTypes supportedYUVADataTypes(*dContext); in ddlDraw()