Lines Matching refs:size
72 // \note Cube map texture size is larger in order to make minifications possible - otherwise would need to display different faces at same time.
409 DE_ASSERT((int)m_unitTypes.size() == m_numUnits);
563 DE_ASSERT((int)textureSizes.size() == m_numUnits);
622 DE_ASSERT((int)m_unitTypes.size() == m_numUnits);
623 DE_ASSERT((int)m_transformations.size() == m_numUnits);
624 DE_ASSERT((int)m_lodDerivateParts.size() == m_numUnits);
860 m_ndxTexType.push_back((int)m_textures2d.size()); // Remember the index this texture has in the 2d texture vector.
865 m_ndxTexType.push_back((int)m_texturesCube.size()); // Remember the index this texture has in the cube texture vector.
871 m_ndxTexType.push_back((int)m_textures2dArray.size()); // Remember the index this texture has in the 2d array texture vector.
876 m_ndxTexType.push_back((int)m_textures3d.size()); // Remember the index this texture has in the 3d vector.
907 int curCellSize = deMax32(1, GRID_CELL_SIZE >> levelNdx); // \note Scale grid cell size for mipmaps.
928 while ((int)m_unitTextures.size() < m_numUnits)