Searched defs:YuvFormatInfo (Results 1 – 2 of 2) sorted by relevance
590 struct YuvFormatInfo struct595 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;
654 YuvFormatInfo::YuvFormatInfo(GLenum internalFormat, const Extents &yPlaneExtent) in YuvFormatInfo() function in gl::YuvFormatInfo