HomeSort by relevance Sort by last modified time
    Searched refs:hasLevel (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.hpp 120 bool hasLevel (int level) const { return level < DE_LENGTH_OF_ARRAY(m_data) && m_data[level]; }
121 const tcu::PixelBufferAccess& getLevel (int level) { DE_ASSERT(hasLevel(level)); return m_access[level]; }
122 const tcu::ConstPixelBufferAccess& getLevel (int level) const { DE_ASSERT(hasLevel(level)); return m_access[level]; }
144 bool hasLevel (int level) const { return m_levels.hasLevel(level); }
170 bool hasLevel (int level) const { return m_levels.hasLevel(level); }
196 bool hasFace (int level, tcu::CubeFace face) const { return m_levels[face].hasLevel(level); }
221 bool hasLevel (int level) const { return m_levels.hasLevel(level);
    [all...]
sglrReferenceContext.cpp     [all...]

Completed in 111 milliseconds