Home
last modified time | relevance | path

Searched refs:fYUVALocations (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/
DGrYUVATextureProxies.cpp47 fYUVALocations = yuvaInfo.toYUVALocations(textureChannelMasks); in GrYUVATextureProxies()
48 if (fYUVALocations[0].fPlane < 0) { in GrYUVATextureProxies()
95 fYUVALocations = yuvaInfo.toYUVALocations(pixmapChannelMasks); in GrYUVATextureProxies()
96 if (fYUVALocations[0].fPlane < 0) { in GrYUVATextureProxies()
104 int plane = fYUVALocations[i].fPlane; in GrYUVATextureProxies()
106 int chanAsIdx = static_cast<int>(fYUVALocations[i].fChannel); in GrYUVATextureProxies()
108 case 'r': fYUVALocations[i].fChannel = SkColorChannel::kR; break; in GrYUVATextureProxies()
109 case 'g': fYUVALocations[i].fChannel = SkColorChannel::kG; break; in GrYUVATextureProxies()
110 case 'b': fYUVALocations[i].fChannel = SkColorChannel::kB; break; in GrYUVATextureProxies()
111 case 'a': fYUVALocations[i].fChannel = SkColorChannel::kA; break; in GrYUVATextureProxies()
DGrYUVATextureProxies.h66 const SkYUVAInfo::YUVALocations& yuvaLocations() const { return fYUVALocations; } in yuvaLocations()
73 SkYUVAInfo::YUVALocations fYUVALocations = {}; variable