Searched refs:hasLevel (Results 1 - 3 of 3) 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...]
H A DsglrReferenceContext.cpp1052 RC_IF_ERROR(!texture->hasLevel(level), GL_INVALID_OPERATION, RC_RET_VOID);
1087 RC_IF_ERROR(!texture->hasLevel(level), GL_INVALID_OPERATION, RC_RET_VOID);
1167 RC_IF_ERROR(!texture->hasLevel(level), GL_INVALID_OPERATION, RC_RET_VOID);
1206 RC_IF_ERROR(!texture->hasLevel(level), GL_INVALID_OPERATION, RC_RET_VOID);
1246 RC_IF_ERROR(!texture->hasLevel(level), GL_INVALID_OPERATION, RC_RET_VOID);
1304 RC_IF_ERROR(!texture.hasLevel(level), GL_INVALID_VALUE, RC_RET_VOID);
1323 RC_IF_ERROR(!texture.hasLevel(level), GL_INVALID_VALUE, RC_RET_VOID);
1367 RC_IF_ERROR(!texture.hasLevel(level), GL_INVALID_VALUE, RC_RET_VOID);
1386 RC_IF_ERROR(!texture.hasLevel(level), GL_INVALID_VALUE, RC_RET_VOID);
1405 RC_IF_ERROR(!texture.hasLevel(leve
[all...]
/external/kotlinc/lib/
H A Dkotlin-reflect.jarMETA-INF/MANIFEST.MF kotlin/reflect/jvm/internal/ReflectProperties$LazyVal.class ReflectProperties.java package ...

Completed in 133 milliseconds