Home
last modified time | relevance | path

Searched refs:yPlaneExtent (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/
Dformatutils.h497 YuvFormatInfo(GLenum internalFormat, const Extents &yPlaneExtent);
Dformatutils.cpp601 YuvFormatInfo::YuvFormatInfo(GLenum internalFormat, const Extents &yPlaneExtent) in YuvFormatInfo() argument
620 planeExtent[0] = yPlaneExtent; in YuvFormatInfo()
621 planeExtent[1] = {(yPlaneExtent.width / horizontalSubsampleFactor), in YuvFormatInfo()
622 (yPlaneExtent.height / verticalSubsampleFactor), yPlaneExtent.depth}; in YuvFormatInfo()