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

/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp121 bool hasLevel (int level) const { return deInBounds32(level, 0, DE_LENGTH_OF_ARRAY(m_data)) && !m_data[level].empty(); } function in class:sglr::rc::TextureLevelArray
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); } function in class:sglr::rc::Texture1D
175 bool hasLevel (int level) const { return m_levels.hasLevel(level); } function in class:sglr::rc::Texture2D
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(leve function in class:sglr::rc::Texture2DArray
252 bool hasLevel (int level) const { return m_levels.hasLevel(level); } function in class:sglr::rc::Texture3D
278 bool hasLevel (int level) const { return m_levels.hasLevel(level); } function in class:sglr::rc::TextureCubeArray
[all...]
/external/kotlinc/lib/
H A Dkotlin-reflect.jarMETA-INF/MANIFEST.MF kotlin/reflect/jvm/internal/ReflectProperties$LazyVal.class ReflectProperties.java package ...

Completed in 163 milliseconds