Searched refs:GetPlaneCount (Results 1 – 4 of 4) sorted by relevance
45 int GetPlaneCount() const;
74 int Planes::GetPlaneCount() const { return plane_list_.size(); } in GetPlaneCount() function in dynamic_depth::Planes
509 uint32_t GetPlaneCount(GLenum format);
604 ASSERT((gl::GetPlaneCount(internalFormat) > 0) && (gl::GetPlaneCount(internalFormat) <= 3)); in YuvFormatInfo()607 planeCount = gl::GetPlaneCount(internalFormat); in YuvFormatInfo()660 uint32_t GetPlaneCount(GLenum format) in GetPlaneCount() function