Lines Matching full:iscompressed
745 if (IsCompressed(format) && (width % 4 != 0 || height % 4 != 0))1502 bool Texture2D::isCompressed() const1504 return IsCompressed(getFormat());1940 bool TextureCubeMap::isCompressed() const1942 return IsCompressed(getFormat());