Home
last modified time | relevance | path

Searched refs:isCompressed (Results 1 – 11 of 11) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/texture/
DImage.java262 private boolean isCompressed; field in Image.Format
274 private Format(int bpp, boolean isDepth, boolean isCompressed, boolean isFP){ in Format() argument
277 this.isCompressed = isCompressed; in Format()
298 public boolean isCompressed() { in isCompressed() method in Image.Format
299 return isCompressed; in isCompressed()
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/
DImageFlipper.java49 if (img.getFormat().isCompressed()) in flipImage()
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
DTexture.h64 virtual bool isCompressed() const = 0;
228 bool isCompressed() const;
279 bool isCompressed() const;
DlibGLESv2.cpp929 if (!texture->isCompressed()) in glCompressedTexSubImage2D()
951 if (!texture->isCompressed()) in glCompressedTexSubImage2D()
2006 if (tex->isCompressed()) in glFramebufferTexture2D()
2156 if (texture->isCompressed()) in glGenerateMipmap()
4794 if (texture->isCompressed()) in glTexSubImage2D()
4815 if (texture->isCompressed()) in glTexSubImage2D()
DTexture.cpp1502 bool Texture2D::isCompressed() const in isCompressed() function in gl::Texture2D
1940 bool TextureCubeMap::isCompressed() const in isCompressed() function in gl::TextureCubeMap
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
DCaps.java306 if (colorFmt.isCompressed()) in supports()
/external/llvm/include/llvm/Bitcode/
DArchive.h115 bool isCompressed() const { return flags&CompressedFlag; } in isCompressed() function
/external/bouncycastle/src/main/java/org/bouncycastle/math/ec/
DECPoint.java51 public boolean isCompressed() in isCompressed() method in ECPoint
DTnaf.java403 return new ECPoint.F2m(p.getCurve(), x.square(), y.square(), p.isCompressed()); in tau()
/external/llvm/tools/llvm-ar/
Dllvm-ar.cpp416 else if (I->isCompressed()) in doDisplayTable()
/external/webkit/Source/ThirdParty/ANGLE/
DChangeLog1079 (gl::Texture2D::isCompressed):
1086 (gl::TextureCubeMap::isCompressed):