Searched refs:toYUVALocations (Results 1 – 8 of 8) sorted by relevance
64 SkYUVAInfo::YUVALocations GrYUVABackendTextureInfo::toYUVALocations() const { in toYUVALocations() function in GrYUVABackendTextureInfo69 auto result = fYUVAInfo.toYUVALocations(channelFlags); in toYUVALocations()101 SkYUVAInfo::YUVALocations GrYUVABackendTextures::toYUVALocations() const { in toYUVALocations() function in GrYUVABackendTextures106 auto result = fYUVAInfo.toYUVALocations(channelFlags); in toYUVALocations()
47 fYUVALocations = yuvaInfo.toYUVALocations(textureChannelMasks); in GrYUVATextureProxies()95 fYUVALocations = yuvaInfo.toYUVALocations(pixmapChannelMasks); in GrYUVATextureProxies()
70 SkYUVAInfo::YUVALocations toYUVALocations() const;116 SkYUVAInfo::YUVALocations toYUVALocations() const;
287 SkYUVAInfo::YUVALocations SkYUVAPixmaps::toYUVALocations() const { in toYUVALocations() function in SkYUVAPixmaps292 auto result = fYUVAInfo.toYUVALocations(channelFlags); in toYUVALocations()
356 SkYUVAInfo::YUVALocations SkYUVAInfo::toYUVALocations(const uint32_t* channelFlags) const { in toYUVALocations() function in SkYUVAInfo
210 YUVALocations toYUVALocations(const uint32_t* channelFlags) const;
245 SkYUVAInfo::YUVALocations toYUVALocations() const;
69 SkYUVAInfo::YUVALocations yuvaLocations = fPixmaps.toYUVALocations(); in onGetPixels()