Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
Dformatutils.h617 struct YuvFormatInfo struct
622 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;
Dformatutils.cpp645 YuvFormatInfo::YuvFormatInfo(GLenum internalFormat, const Extents &yPlaneExtent) in YuvFormatInfo() function in gl::YuvFormatInfo