Home | History | Annotate | Download | only in jni
      1 /* DO NOT EDIT THIS FILE - it is machine generated */
      2 #include <jni.h>
      3 /* Header for class com_badlogic_gdx_graphics_glutils_ETC1 */
      4 
      5 #ifndef _Included_com_badlogic_gdx_graphics_glutils_ETC1
      6 #define _Included_com_badlogic_gdx_graphics_glutils_ETC1
      7 #ifdef __cplusplus
      8 extern "C" {
      9 #endif
     10 /*
     11  * Class:     com_badlogic_gdx_graphics_glutils_ETC1
     12  * Method:    getCompressedDataSize
     13  * Signature: (II)I
     14  */
     15 JNIEXPORT jint JNICALL Java_com_badlogic_gdx_graphics_glutils_ETC1_getCompressedDataSize
     16   (JNIEnv *, jclass, jint, jint);
     17 
     18 /*
     19  * Class:     com_badlogic_gdx_graphics_glutils_ETC1
     20  * Method:    formatHeader
     21  * Signature: (Ljava/nio/ByteBuffer;III)V
     22  */
     23 JNIEXPORT void JNICALL Java_com_badlogic_gdx_graphics_glutils_ETC1_formatHeader
     24   (JNIEnv *, jclass, jobject, jint, jint, jint);
     25 
     26 /*
     27  * Class:     com_badlogic_gdx_graphics_glutils_ETC1
     28  * Method:    getWidthPKM
     29  * Signature: (Ljava/nio/ByteBuffer;I)I
     30  */
     31 JNIEXPORT jint JNICALL Java_com_badlogic_gdx_graphics_glutils_ETC1_getWidthPKM
     32   (JNIEnv *, jclass, jobject, jint);
     33 
     34 /*
     35  * Class:     com_badlogic_gdx_graphics_glutils_ETC1
     36  * Method:    getHeightPKM
     37  * Signature: (Ljava/nio/ByteBuffer;I)I
     38  */
     39 JNIEXPORT jint JNICALL Java_com_badlogic_gdx_graphics_glutils_ETC1_getHeightPKM
     40   (JNIEnv *, jclass, jobject, jint);
     41 
     42 /*
     43  * Class:     com_badlogic_gdx_graphics_glutils_ETC1
     44  * Method:    isValidPKM
     45  * Signature: (Ljava/nio/ByteBuffer;I)Z
     46  */
     47 JNIEXPORT jboolean JNICALL Java_com_badlogic_gdx_graphics_glutils_ETC1_isValidPKM
     48   (JNIEnv *, jclass, jobject, jint);
     49 
     50 /*
     51  * Class:     com_badlogic_gdx_graphics_glutils_ETC1
     52  * Method:    decodeImage
     53  * Signature: (Ljava/nio/ByteBuffer;ILjava/nio/ByteBuffer;IIII)V
     54  */
     55 JNIEXPORT void JNICALL Java_com_badlogic_gdx_graphics_glutils_ETC1_decodeImage
     56   (JNIEnv *, jclass, jobject, jint, jobject, jint, jint, jint, jint);
     57 
     58 /*
     59  * Class:     com_badlogic_gdx_graphics_glutils_ETC1
     60  * Method:    encodeImage
     61  * Signature: (Ljava/nio/ByteBuffer;IIII)Ljava/nio/ByteBuffer;
     62  */
     63 JNIEXPORT jobject JNICALL Java_com_badlogic_gdx_graphics_glutils_ETC1_encodeImage
     64   (JNIEnv *, jclass, jobject, jint, jint, jint, jint);
     65 
     66 /*
     67  * Class:     com_badlogic_gdx_graphics_glutils_ETC1
     68  * Method:    encodeImagePKM
     69  * Signature: (Ljava/nio/ByteBuffer;IIII)Ljava/nio/ByteBuffer;
     70  */
     71 JNIEXPORT jobject JNICALL Java_com_badlogic_gdx_graphics_glutils_ETC1_encodeImagePKM
     72   (JNIEnv *, jclass, jobject, jint, jint, jint, jint);
     73 
     74 #ifdef __cplusplus
     75 }
     76 #endif
     77 #endif
     78 /* Header for class com_badlogic_gdx_graphics_glutils_ETC1_ETC1Data */
     79 
     80 #ifndef _Included_com_badlogic_gdx_graphics_glutils_ETC1_ETC1Data
     81 #define _Included_com_badlogic_gdx_graphics_glutils_ETC1_ETC1Data
     82 #ifdef __cplusplus
     83 extern "C" {
     84 #endif
     85 #ifdef __cplusplus
     86 }
     87 #endif
     88 #endif
     89