#include <jni.h>
#include <android/log.h>
#include <stdlib.h>
#include <GLES3/gl3.h>
#include <EGL/egl.h>
#include <EGL/eglext.h>
#include "app.h"
#include "timer.h"
#include "common.h"
Go to the source code of this file.
|
const char * | get_gl_error_msg (GLenum code) |
|
JNIEXPORT void JNICALL | Java_com_arm_malideveloper_openglessdk_computeparticles_ComputeParticles_init (JNIEnv *env, jclass jcls, jint width, jint height) |
|
JNIEXPORT void JNICALL | Java_com_arm_malideveloper_openglessdk_computeparticles_ComputeParticles_step (JNIEnv *env, jclass jcls) |
|
JNIEXPORT void JNICALL | Java_com_arm_malideveloper_openglessdk_computeparticles_ComputeParticles_uninit (JNIEnv *, jclass) |
|
JNIEXPORT void JNICALL | Java_com_arm_malideveloper_openglessdk_computeparticles_ComputeParticles_onpointerup (JNIEnv *env, jobject obj, jfloat x, jfloat y) |
|
JNIEXPORT void JNICALL | Java_com_arm_malideveloper_openglessdk_computeparticles_ComputeParticles_onpointerdown (JNIEnv *env, jobject obj, jfloat x, jfloat y) |
|
const char* get_gl_error_msg |
( |
GLenum |
code | ) |
|
JNIEXPORT void JNICALL Java_com_arm_malideveloper_openglessdk_computeparticles_ComputeParticles_init |
( |
JNIEnv * |
env, |
|
|
jclass |
jcls, |
|
|
jint |
width, |
|
|
jint |
height |
|
) |
| |
JNIEXPORT void JNICALL Java_com_arm_malideveloper_openglessdk_computeparticles_ComputeParticles_onpointerdown |
( |
JNIEnv * |
env, |
|
|
jobject |
obj, |
|
|
jfloat |
x, |
|
|
jfloat |
y |
|
) |
| |
JNIEXPORT void JNICALL Java_com_arm_malideveloper_openglessdk_computeparticles_ComputeParticles_onpointerup |
( |
JNIEnv * |
env, |
|
|
jobject |
obj, |
|
|
jfloat |
x, |
|
|
jfloat |
y |
|
) |
| |
JNIEXPORT void JNICALL Java_com_arm_malideveloper_openglessdk_computeparticles_ComputeParticles_step |
( |
JNIEnv * |
env, |
|
|
jclass |
jcls |
|
) |
| |
JNIEXPORT void JNICALL Java_com_arm_malideveloper_openglessdk_computeparticles_ComputeParticles_uninit |
( |
JNIEnv * |
, |
|
|
jclass |
|
|
) |
| |