/external/libgdx/gdx/jni/ |
com.badlogic.gdx.graphics.glutils.ETC1.h | 60 * Method: encodeImage
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/ |
ETC1.java | 151 public static ETC1Data encodeImage (Pixmap pixmap) {
153 ByteBuffer compressedData = encodeImage(pixmap.getPixels(), 0, pixmap.getWidth(), pixmap.getHeight(), pixelSize);
260 private static native ByteBuffer encodeImage (ByteBuffer imageData, int offset, int width, int height, int pixelSize); /*
|
/frameworks/base/opengl/java/android/opengl/ |
ETC1.java | 97 public static native void encodeImage(Buffer in, int width, int height,
|
ETC1Util.java | 196 ETC1.encodeImage(input, width, height, pixelSize, stride, compressedImage);
|
/external/ImageMagick/coders/ |
dib.c | 302 % EncodeImage compresses pixels using a runlength encoded format. 304 % The format of the EncodeImage method is: 306 % static MagickBooleanType EncodeImage(Image *image, 323 static size_t EncodeImage(Image *image,const size_t bytes_per_line, [all...] |
pict.c | 578 % EncodeImage compresses an image via Macintosh pack bits encoding 581 % The format of the EncodeImage method is: 583 % size_t EncodeImage(Image *image,const unsigned char *scanline, 598 static size_t EncodeImage(Image *image,const unsigned char *scanline, [all...] |
bmp.c | 341 % EncodeImage compresses pixels using a runlength encoded format. 343 % The format of the EncodeImage method is: 345 % static MagickBooleanType EncodeImage(Image *image, 362 static size_t EncodeImage(Image *image,const size_t bytes_per_line, [all...] |
gif.c | 521 % EncodeImage compresses an image via GIF-coding. 523 % The format of the EncodeImage method is: 525 % MagickBooleanType EncodeImage(const ImageInfo *image_info,Image *image, 537 static MagickBooleanType EncodeImage(const ImageInfo *image_info,Image *image, [all...] |
/cts/tests/tests/graphics/src/android/opengl/cts/ |
CompressedTextureLoader.java | 187 ETC1.encodeImage(input, width, height, pixelSize, stride, compressedImage);
|
/frameworks/base/core/jni/android/opengl/ |
util.cpp | [all...] |