Lines Matching refs:size
69 // \note Cube map texture size is larger in order to make minifications possible - otherwise would need to display different faces at same time.
301 DE_ASSERT((int)m_unitTypes.size() == m_numUnits);
414 DE_ASSERT((int)textureSizes.size() == m_numUnits);
466 DE_ASSERT((int)m_unitTypes.size() == m_numUnits);
467 DE_ASSERT((int)m_transformations.size() == m_numUnits);
468 DE_ASSERT((int)m_lodDerivateParts.size() == m_numUnits);
676 m_ndx2dOrCube.push_back((int)m_textures2d.size()); // Remember the index this texture has in the 2d array.
681 m_ndx2dOrCube.push_back((int)m_texturesCube.size()); // Remember the index this texture has in the cube array.
716 int curCellSize = deMax32(1, GRID_CELL_SIZE >> levelNdx); // \note Scale grid cell size for mipmaps.
733 while ((int)m_unitTextures.size() < m_numUnits)