Home
last modified time | relevance | path

Searched defs:YuvFormatInfo (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/
H A Dformatutils.h590 struct YuvFormatInfo struct
595 GLenum glInternalFormat;
596 uint32_t planeCount;
597 YuvPlaneArray<uint32_t> planeBpp;
598 YuvPlaneArray<Extents> planeExtent;
599 YuvPlaneArray<uint32_t> planePitch;
600 YuvPlaneArray<uint32_t> planeSize;
601 YuvPlaneArray<uint32_t> planeOffset;
H A Dformatutils.cpp654 YuvFormatInfo::YuvFormatInfo(GLenum internalFormat, const Extents &yPlaneExtent) in YuvFormatInfo() function in gl::YuvFormatInfo