Home | History | Annotate | Download | only in libGLESv2

Lines Matching full:iscompressed

745         if (IsCompressed(format) && (width % 4 != 0 || height % 4 != 0))
1502 bool Texture2D::isCompressed() const
1504 return IsCompressed(getFormat());
1940 bool TextureCubeMap::isCompressed() const
1942 return IsCompressed(getFormat());