Searched defs:YuvFormatInfo (Results 1 – 2 of 2) sorted by relevance
617 struct YuvFormatInfo struct622 GLenum glInternalFormat;623 uint32_t planeCount;624 YuvPlaneArray<uint32_t> planeBpp;625 YuvPlaneArray<Extents> planeExtent;626 YuvPlaneArray<uint32_t> planePitch;627 YuvPlaneArray<uint32_t> planeSize;628 YuvPlaneArray<uint32_t> planeOffset;
645 YuvFormatInfo::YuvFormatInfo(GLenum internalFormat, const Extents &yPlaneExtent) in YuvFormatInfo() function in gl::YuvFormatInfo