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.cpp747 const SkYUVAPixmapInfo::SupportedDataTypes* supportedDataTypes, in is_yuv_supported()
838 bool SkJpegCodec::onQueryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes, in onQueryYUVAInfo()
DSkCodec.cpp271 bool SkCodec::queryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes, in queryYUVAInfo()
/external/skia/src/image/
DSkImage_Lazy.cpp256 const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes, in getPlanes()
/external/skia/src/gpu/ganesh/image/
DGrImageUtils.cpp155 auto supportedDataTypes = SupportedTextureFormats(*ctx); in texture_proxy_view_from_planes() local