Searched defs:YuvFormatInfo (Results 1 – 2 of 2) sorted by relevance
494 struct YuvFormatInfo struct499 GLenum glInternalFormat;500 uint32_t planeCount;501 YuvPlaneArray<uint32_t> planeBpp;502 YuvPlaneArray<Extents> planeExtent;503 YuvPlaneArray<uint32_t> planePitch;504 YuvPlaneArray<uint32_t> planeSize;505 YuvPlaneArray<uint32_t> planeOffset;
601 YuvFormatInfo::YuvFormatInfo(GLenum internalFormat, const Extents &yPlaneExtent) in YuvFormatInfo() function in gl::YuvFormatInfo