Home | History | Annotate | Download | only in jni

Lines Matching refs:angle

3047 /* void glRotatef ( GLfloat angle, GLfloat x, GLfloat y, GLfloat z ) */
3050 (JNIEnv *_env, jobject _this, jfloat angle, jfloat x, jfloat y, jfloat z) {
3052 (GLfloat)angle,
3059 /* void glRotatex ( GLfixed angle, GLfixed x, GLfixed y, GLfixed z ) */
3062 (JNIEnv *_env, jobject _this, jint angle, jint x, jint y, jint z) {
3064 (GLfixed)angle,