Home
last modified time | relevance | path

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

/third_party/skia/m133/src/core/
DSkImageGenerator.cpp34 bool SkImageGenerator::queryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes, in queryYUVAInfo()
/third_party/skia/src/core/
DSkImageGenerator.cpp33 bool SkImageGenerator::queryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes, in queryYUVAInfo()
/third_party/skia/src/codec/
DSkCodecImageGenerator.cpp73 const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes, in onQueryYUVAInfo()
DSkJpegCodec.cpp774 const SkYUVAPixmapInfo::SupportedDataTypes* supportedDataTypes, in is_yuv_supported()
865 bool SkJpegCodec::onQueryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes, in onQueryYUVAInfo()
DSkCodec.cpp193 bool SkCodec::queryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes, in queryYUVAInfo()
/third_party/skia/m133/src/codec/
DSkCodecImageGenerator.cpp95 const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes, in onQueryYUVAInfo()
DSkJpegCodec.cpp761 const SkYUVAPixmapInfo::SupportedDataTypes* supportedDataTypes, in is_yuv_supported()
852 bool SkJpegCodec::onQueryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes, in onQueryYUVAInfo()
DSkCodec.cpp282 bool SkCodec::queryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes, in queryYUVAInfo()
/third_party/skia/src/image/
DSkImage_Lazy.cpp283 SkYUVAPixmapInfo::SupportedDataTypes supportedDataTypes(*ctx); in textureProxyViewFromPlanes() local
376 const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes, in getPlanes()
/third_party/skia/m133/src/image/
DSkImage_Lazy.cpp256 const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes, in getPlanes()
/third_party/skia/m133/src/gpu/ganesh/image/
DGrImageUtils.cpp155 auto supportedDataTypes = SupportedTextureFormats(*ctx); in texture_proxy_view_from_planes() local