Searched refs:getEffectiveLevels (Results 1 - 2 of 2) sorted by relevance

/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp4820 m_view = tcu::Texture2DView(numLevels, m_levels.getEffectiveLevels() + baseLevel);
4894 m_view = tcu::Texture2DView(numLevels, m_levels.getEffectiveLevels() + baseLevel);
5009 faces[face] = m_levels[face].getEffectiveLevels() + baseLevel;
5127 m_view = tcu::Texture2DArrayView(numLevels, m_levels.getEffectiveLevels() + baseLevel);
5233 m_view = tcu::TextureCubeArrayView(numLevels, m_levels.getEffectiveLevels() + baseLevel);
5387 m_view = tcu::Texture3DView(numLevels, m_levels.getEffectiveLevels() + baseLevel);
H A DsglrReferenceContext.hpp126 const tcu::ConstPixelBufferAccess* getEffectiveLevels (void) const { return &m_effectiveAccess[0]; } function in class:sglr::rc::TextureLevelArray

Completed in 115 milliseconds