Home
last modified time | relevance | path

Searched defs:supportedDataTypes (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/core/
DSkImageGenerator.cpp34 bool SkImageGenerator::queryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes, in queryYUVAInfo()
/external/skia/src/codec/
DSkCodecImageGenerator.cpp95 const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes, in onQueryYUVAInfo()
DSkJpegCodec.cpp695 const SkYUVAPixmapInfo::SupportedDataTypes* supportedDataTypes, in is_yuv_supported()
786 bool SkJpegCodec::onQueryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes, in onQueryYUVAInfo()
DSkCodec.cpp267 bool SkCodec::queryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes, in queryYUVAInfo()
/external/skia/src/image/
DSkImage_Lazy.cpp246 const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes, in getPlanes()
/external/skia/src/gpu/ganesh/image/
DGrImageUtils.cpp150 auto supportedDataTypes = SupportedTextureFormats(*ctx); in texture_proxy_view_from_planes() local