Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrYUVABackendTextures.cpp49 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()
/external/skia/include/gpu/
DGrYUVABackendTextures.h58 const GrBackendFormat& planeFormat(int i) const { return fPlaneFormats[i]; } in planeFormat()
74 GrBackendFormat fPlaneFormats[kMaxPlanes]; variable