Searched refs:SupportedDataTypes (Results 1 – 19 of 19) 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 | 101 bool queryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes, 177 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 | 33 bool SkImageGenerator::queryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes, in queryYUVAInfo()
|
/external/skia/tests/ |
D | YUVTest.cpp | 32 static constexpr auto kAllTypes = SkYUVAPixmapInfo::SupportedDataTypes::All(); in codec_yuv() 33 static constexpr auto kNoTypes = SkYUVAPixmapInfo::SupportedDataTypes(); in codec_yuv()
|
D | ImageGeneratorTest.cpp | 67 ig.queryYUVAInfo(SkYUVAPixmapInfo::SupportedDataTypes::All(), &yuvaPixmapInfo); in DEF_TEST()
|
/external/skia/tools/ |
D | DDLPromiseImageHelper.h | 108 DDLPromiseImageHelper(const SkYUVAPixmapInfo::SupportedDataTypes& supportedYUVADataTypes) in DDLPromiseImageHelper() 237 SkYUVAPixmapInfo::SupportedDataTypes fSupportedYUVADataTypes;
|
/external/skia/src/codec/ |
D | SkCodecImageGenerator.h | 101 bool onQueryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes&,
|
D | SkJpegCodec.h | 47 bool onQueryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes&,
|
D | SkCodecImageGenerator.cpp | 73 const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes, in onQueryYUVAInfo()
|
D | SkJpegCodec.cpp | 748 const SkYUVAPixmapInfo::SupportedDataTypes* supportedDataTypes, in is_yuv_supported() 839 bool SkJpegCodec::onQueryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes, in onQueryYUVAInfo()
|
D | SkCodec.cpp | 176 bool SkCodec::queryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes, in queryYUVAInfo()
|
/external/skia/include/codec/ |
D | SkCodec.h | 403 bool queryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes, 774 virtual bool onQueryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes&, in onQueryYUVAInfo() argument
|
/external/skia/src/image/ |
D | SkImage_Lazy.h | 82 sk_sp<SkCachedData> getPlanes(const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes,
|
D | SkImage_Lazy.cpp | 279 SkYUVAPixmapInfo::SupportedDataTypes supportedDataTypes(*ctx); in textureProxyViewFromPlanes() 372 const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes, in getPlanes()
|
/external/skia/tools/gpu/ |
D | YUVUtils.cpp | 111 bool onQueryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes& types, in onQueryYUVAInfo() 177 if (!codec->queryYUVAInfo(SkYUVAPixmapInfo::SupportedDataTypes::All(), &yuvaPixmapInfo)) { in reset()
|
/external/skia/experimental/ddlbench/ |
D | ddlbench.cpp | 363 SkYUVAPixmapInfo::SupportedDataTypes supportedYUVADTypes(*mainContext->fDirectContext); in main()
|
/external/skia/tools/skpbench/ |
D | skpbench.cpp | 264 SkYUVAPixmapInfo::SupportedDataTypes supportedYUVADataTypes(*dContext); in run_ddl_benchmark()
|
/external/skia/dm/ |
D | DMSrcSink.cpp | 1813 SkYUVAPixmapInfo::SupportedDataTypes supportedYUVADataTypes(*dContext); in ddlDraw()
|