HomeSort by relevance Sort by last modified time
    Searched full:iscompressed (Results 1 - 21 of 21) 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())
  /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/bouncycastle/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/webkit/Source/ThirdParty/ANGLE/
ChangeLog     [all...]
  /prebuilts/sdk/tools/linux/
zipalign 
aapt 
  /external/llvm/include/llvm/Bitcode/
Archive.h 115 bool isCompressed() const { return flags&CompressedFlag; }
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 416 else if (I->isCompressed())
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 2296 milliseconds