| 1164 | } |
| 1165 | |
| 1166 | void CMP_CMIPS::FreeMipLevelData(CMP_MipLevel* pMipLevel) |
| 1167 | { |
| 1168 | if (pMipLevel->m_pbData) |
| 1169 | { |
| 1170 | free(pMipLevel->m_pbData); |
| 1171 | pMipLevel->m_pbData = NULL; |
| 1172 | } |
| 1173 | } |
| 1174 | |
| 1175 | bool CMP_CMIPS::AllocateCompressedDestBuffer(CMP_MipSet* SourceTexture, CMP_FORMAT format, CMP_MipSet* DestTexture) |
| 1176 | { |
no outgoing calls
no test coverage detected