Searched refs:fPlaneFormats (Results 1 – 2 of 2) sorted by relevance
49 fPlaneFormats[i] = formats[i]; in GrYUVABackendTextureInfo()61 return std::equal(fPlaneFormats, fPlaneFormats + n, that.fPlaneFormats); in operator ==()65 uint32_t channelFlags[] = {fPlaneFormats[0].channelMask(), in toYUVALocations()66 fPlaneFormats[1].channelMask(), in toYUVALocations()67 fPlaneFormats[2].channelMask(), in toYUVALocations()68 fPlaneFormats[3].channelMask()}; in toYUVALocations()
58 const GrBackendFormat& planeFormat(int i) const { return fPlaneFormats[i]; } in planeFormat()74 GrBackendFormat fPlaneFormats[kMaxPlanes]; variable