Searched defs:isCompressed (Results 1 - 6 of 6) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DECPoint.java51 public boolean isCompressed() method in class:ECPoint
/external/jmonkeyengine/engine/src/core/com/jme3/texture/
H A DImage.java262 private boolean isCompressed; field in class:Image.Format
274 private Format(int bpp, boolean isDepth, boolean isCompressed, boolean isFP){ argument
277 this.isCompressed = isCompressed;
298 public boolean isCompressed() { method in class:Image.Format
299 return isCompressed;
/external/eigen/Eigen/src/SparseCore/
H A DSparseMatrix.h116 inline bool isCompressed() const { return m_innerNonZeros==0; } function in class:Eigen::SparseMatrix
218 if(isCompressed())
252 eigen_assert(isCompressed() && "This function does not make sense in non compressed mode.");
285 if(isCompressed())
407 if(isCompressed())
443 if(isCompressed())
596 if(other.isCompressed())
681 if(m.isCompressed())
701 if(!m.isCompressed())
747 eigen_assert(isCompressed());
[all...]
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DTexture.cpp1502 bool Texture2D::isCompressed() const function in class:gl::Texture2D
1940 bool TextureCubeMap::isCompressed() const function in class:gl::TextureCubeMap
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 421 milliseconds