Lines Matching refs:hasLevel
121 bool hasLevel (int level) const { return deInBounds32(level, 0, DE_LENGTH_OF_ARRAY(m_data)) && !m_data[level].empty(); }
122 const tcu::PixelBufferAccess& getLevel (int level) { DE_ASSERT(hasLevel(level)); return m_access[level]; }
123 const tcu::ConstPixelBufferAccess& getLevel (int level) const { DE_ASSERT(hasLevel(level)); return m_access[level]; }
149 bool hasLevel (int level) const { return m_levels.hasLevel(level); }
175 bool hasLevel (int level) const { return m_levels.hasLevel(level); }
201 bool hasFace (int level, tcu::CubeFace face) const { return m_levels[face].hasLevel(level); }
226 bool hasLevel (int level) const { return m_levels.hasLevel(level); }
252 bool hasLevel (int level) const { return m_levels.hasLevel(level); }
278 bool hasLevel (int level) const { return m_levels.hasLevel(level); }