Searched defs:YuvFormatInfo (Results 1 – 2 of 2) sorted by relevance
556 struct YuvFormatInfo struct561 GLenum glInternalFormat;562 uint32_t planeCount;563 YuvPlaneArray<uint32_t> planeBpp;564 YuvPlaneArray<Extents> planeExtent;565 YuvPlaneArray<uint32_t> planePitch;566 YuvPlaneArray<uint32_t> planeSize;567 YuvPlaneArray<uint32_t> planeOffset;
654 YuvFormatInfo::YuvFormatInfo(GLenum internalFormat, const Extents &yPlaneExtent) in YuvFormatInfo() function in gl::YuvFormatInfo