Home
last modified time | relevance | path

Searched refs:toYUVALocations (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/gpu/
DGrYUVABackendTextures.cpp64 SkYUVAInfo::YUVALocations GrYUVABackendTextureInfo::toYUVALocations() const { in toYUVALocations() function in GrYUVABackendTextureInfo
69 auto result = fYUVAInfo.toYUVALocations(channelFlags); in toYUVALocations()
101 SkYUVAInfo::YUVALocations GrYUVABackendTextures::toYUVALocations() const { in toYUVALocations() function in GrYUVABackendTextures
106 auto result = fYUVAInfo.toYUVALocations(channelFlags); in toYUVALocations()
DGrYUVATextureProxies.cpp47 fYUVALocations = yuvaInfo.toYUVALocations(textureChannelMasks); in GrYUVATextureProxies()
95 fYUVALocations = yuvaInfo.toYUVALocations(pixmapChannelMasks); in GrYUVATextureProxies()
/external/skia/include/gpu/
DGrYUVABackendTextures.h70 SkYUVAInfo::YUVALocations toYUVALocations() const;
116 SkYUVAInfo::YUVALocations toYUVALocations() const;
/external/skia/src/core/
DSkYUVAPixmaps.cpp287 SkYUVAInfo::YUVALocations SkYUVAPixmaps::toYUVALocations() const { in toYUVALocations() function in SkYUVAPixmaps
292 auto result = fYUVAInfo.toYUVALocations(channelFlags); in toYUVALocations()
DSkYUVAInfo.cpp356 SkYUVAInfo::YUVALocations SkYUVAInfo::toYUVALocations(const uint32_t* channelFlags) const { in toYUVALocations() function in SkYUVAInfo
/external/skia/include/core/
DSkYUVAInfo.h210 YUVALocations toYUVALocations(const uint32_t* channelFlags) const;
DSkYUVAPixmaps.h245 SkYUVAInfo::YUVALocations toYUVALocations() const;
/external/skia/tools/gpu/
DYUVUtils.cpp69 SkYUVAInfo::YUVALocations yuvaLocations = fPixmaps.toYUVALocations(); in onGetPixels()