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

/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp120 bool hasLevel (int level) const { return level < DE_LENGTH_OF_ARRAY(m_data) && m_data[level]; } function in class:sglr::rc::TextureLevelArray
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); } function in class:sglr::rc::Texture1D
170 bool hasLevel (int level) const { return m_levels.hasLevel(level); } function in class:sglr::rc::Texture2D
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(leve function in class:sglr::rc::Texture2DArray
247 bool hasLevel (int level) const { return m_levels.hasLevel(level); } function in class:sglr::rc::Texture3D
273 bool hasLevel (int level) const { return m_levels.hasLevel(level); } function in class:sglr::rc::TextureCubeArray
[all...]

Completed in 72 milliseconds