Home | History | Annotate | Download | only in functional

Lines Matching refs:m_numLevels

220 	int						m_numLevels;
229 , m_numLevels (numLevels)
262 glTexParameteri(GL_TEXTURE_CUBE_MAP_ARRAY, GL_TEXTURE_MAX_LEVEL, m_numLevels-1);
274 for (int levelNdx = 0; levelNdx < m_numLevels; levelNdx++)
337 for (int ndx = 0; ndx < m_numLevels; ndx++)
373 glTexStorage3D (GL_TEXTURE_CUBE_MAP_ARRAY, m_numLevels, m_internalFormat, m_size, m_size, m_depth);
377 for (int ndx = 0; ndx < m_numLevels; ndx++)
437 DE_ASSERT(m_numLevels == 1);
526 DE_ASSERT(m_numLevels == 1);
615 for (int ndx = 0; ndx < m_numLevels; ndx++)
662 for (int ndx = 0; ndx < m_numLevels; ndx++)
675 for (int ndx = 0; ndx < m_numLevels; ndx++)
731 DE_ASSERT(m_numLevels == 1);