Home
last modified time | relevance | path

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

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