Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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(); } in hasLevel() function in sglr::rc::TextureLevelArray
122 const tcu::PixelBufferAccess& getLevel (int level) { DE_ASSERT(hasLevel(level)); return m_access[level]; } in getLevel()
123 const tcu::ConstPixelBufferAccess& getLevel (int level) const { DE_ASSERT(hasLevel(level)); return m_access[level]; } in getLevel()
149 bool hasLevel (int level) const { return m_levels.hasLevel(level); } in hasLevel() function in sglr::rc::Texture1D
175 bool hasLevel (int level) const { return m_levels.hasLevel(level); } in hasLevel() function in sglr::rc::Texture2D
201 bool hasFace (int level, tcu::CubeFace face) const { return m_levels[face].hasLevel(level); } in hasFace()
226 bool hasLevel (int level) const { return m_levels.hasLevel(leve function in sglr::rc::Texture2DArray
252 bool hasLevel (int level) const { return m_levels.hasLevel(level); } hasLevel() function in sglr::rc::Texture3D
278 bool hasLevel (int level) const { return m_levels.hasLevel(level); } hasLevel() function in sglr::rc::TextureCubeArray
[all...]
H A DsglrReferenceContext.cpp1072 RC_IF_ERROR(!texture->hasLevel(level), GL_INVALID_OPERATION, RC_RET_VOID);
1107 RC_IF_ERROR(!texture->hasLevel(level), GL_INVALID_OPERATION, RC_RET_VOID); in isImmutable()
1187 RC_IF_ERROR(!texture->hasLevel(level), GL_INVALID_OPERATION, RC_RET_VOID);
1226 RC_IF_ERROR(!texture->hasLevel(level), GL_INVALID_OPERATION, RC_RET_VOID);
1266 RC_IF_ERROR(!texture->hasLevel(level), GL_INVALID_OPERATION, RC_RET_VOID);
1324 RC_IF_ERROR(!texture.hasLevel(level), GL_INVALID_VALUE, RC_RET_VOID); in texSubImage3D()
1343 RC_IF_ERROR(!texture.hasLevel(level), GL_INVALID_VALUE, RC_RET_VOID); in texSubImage3D()
1387 RC_IF_ERROR(!texture.hasLevel(level), GL_INVALID_VALUE, RC_RET_VOID); in texSubImage3D()
1406 RC_IF_ERROR(!texture.hasLevel(level), GL_INVALID_VALUE, RC_RET_VOID); in texSubImage3D()
1425 RC_IF_ERROR(!texture.hasLevel(leve in texSubImage3D()
[all...]
/third_party/typescript/lib/
H A Dtsserver.js[all...]
H A Dtsserverlibrary.js[all...]

Completed in 53 milliseconds