Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.hpp121 …bool hasLevel (int level) const { return deInBounds32(level, 0, DE_LENGTH_OF_ARRAY(m_data… in hasLevel() function in sglr::rc::TextureLevelArray
149 bool hasLevel (int level) const { return m_levels.hasLevel(level); } in hasLevel() function in sglr::rc::Texture1D
175 bool hasLevel (int level) const { return m_levels.hasLevel(level); } in hasLevel() function in sglr::rc::Texture2D
226 bool hasLevel (int level) const { return m_levels.hasLevel(level); } in hasLevel() function in sglr::rc::Texture2DArray
252 bool hasLevel (int level) const { return m_levels.hasLevel(level); } in hasLevel() function in sglr::rc::Texture3D
278 bool hasLevel (int level) const { return m_levels.hasLevel(level); } in hasLevel() function in sglr::rc::TextureCubeArray