Home
last modified time | relevance | path

Searched refs:GetPlaneCount (Results 1 – 4 of 4) sorted by relevance

/external/dynamic_depth/includes/dynamic_depth/
Dplanes.h45 int GetPlaneCount() const;
/external/dynamic_depth/internal/dynamic_depth/
Dplanes.cc74 int Planes::GetPlaneCount() const { return plane_list_.size(); } in GetPlaneCount() function in dynamic_depth::Planes
/external/angle/src/libANGLE/
Dformatutils.h509 uint32_t GetPlaneCount(GLenum format);
Dformatutils.cpp604 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