Home
last modified time | relevance | path

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

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