Lines Matching refs:getLevel
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]; }
150 const tcu::ConstPixelBufferAccess& getLevel (int level) const { return m_levels.getLevel(level); }
151 const tcu::PixelBufferAccess& getLevel (int level) { return m_levels.getLevel(level); }
176 const tcu::ConstPixelBufferAccess& getLevel (int level) const { return m_levels.getLevel(level); }
177 const tcu::PixelBufferAccess& getLevel (int level) { return m_levels.getLevel(level); }
202 const tcu::PixelBufferAccess& getFace (int level, tcu::CubeFace face) { return m_levels[face].getLevel(level); }
203 const tcu::ConstPixelBufferAccess& getFace (int level, tcu::CubeFace face) const { return m_levels[face].getLevel(level); }
227 const tcu::ConstPixelBufferAccess& getLevel (int level) const { return m_levels.getLevel(level); }
228 const tcu::PixelBufferAccess& getLevel (int level) { return m_levels.getLevel(level); }
253 const tcu::ConstPixelBufferAccess& getLevel (int level) const { return m_levels.getLevel(level); }
254 const tcu::PixelBufferAccess& getLevel (int level) { return m_levels.getLevel(level); }
279 const tcu::ConstPixelBufferAccess& getLevel (int level) const { return m_levels.getLevel(level); }
280 const tcu::PixelBufferAccess& getLevel (int level) { return m_levels.getLevel(level); }