HomeSort by relevance Sort by last modified time
    Searched full:iscompressed (Results 1 - 22 of 22) sorted by null

  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
utilities.h 34 bool IsCompressed(GLenum format);
Texture.h 64 virtual bool isCompressed() const = 0;
228 bool isCompressed() const;
279 bool isCompressed() const;
Framebuffer.cpp 317 if (IsCompressed(colorbuffer->getFormat()))
Texture.cpp 745 if (IsCompressed(format) && (width % 4 != 0 || height % 4 != 0))
    [all...]
utilities.cpp 220 bool IsCompressed(GLenum format)
libGLESv2.cpp 929 if (!texture->isCompressed())
951 if (!texture->isCompressed())
    [all...]
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/
ImageFlipper.java 49 if (img.getFormat().isCompressed())
  /external/eigen/Eigen/src/SparseCore/
SparseMatrix.h 116 inline bool isCompressed() const { return m_innerNonZeros==0; }
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...]
SparseBlock.h 249 if(m_matrix.isCompressed())
262 if(m_matrix.isCompressed())
  /build/tools/zipalign/
ZipAlign.cpp 64 if (pEntry->isCompressed()) {
161 if (pEntry->isCompressed()) {
ZipEntry.h 58 bool isCompressed(void) const {
  /external/jmonkeyengine/engine/src/core/com/jme3/texture/
Image.java 262 private boolean isCompressed;
274 private Format(int bpp, boolean isDepth, boolean isCompressed, boolean isFP){
277 this.isCompressed = isCompressed;
298 public boolean isCompressed() {
299 return isCompressed;
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/
Caps.java 306 if (colorFmt.isCompressed())
  /frameworks/base/tools/aapt/
ZipEntry.h 58 bool isCompressed(void) const {
  /external/eigen/doc/
SparseQuickReference.dox 157 There are a set of low-levels functions to get the standard compressed storage pointers. The matrix should be in compressed mode which can be checked by calling isCompressed(); makeCompressed() should do the job otherwise.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECPoint.java 51 public boolean isCompressed()
Tnaf.java 403 return new ECPoint.F2m(p.getCurve(), x.square(), y.square(), p.isCompressed());
  /external/eigen/Eigen/src/CholmodSupport/
CholmodSupport.h 63 if(mat.isCompressed())
  /external/eigen/Eigen/src/UmfPackSupport/
UmfPackSupport.h 301 if( ((MatrixType::Flags&RowMajorBit)==RowMajorBit) || sizeof(typename MatrixType::Index)!=sizeof(int) || !mat.isCompressed() )
  /external/webkit/Source/ThirdParty/ANGLE/
ChangeLog     [all...]
  /prebuilts/sdk/tools/linux/
zipalign 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 

Completed in 343 milliseconds