00001
00002
00003
00004
00005
00006
00007
00008
00009 #ifndef YU_AC_BG_ETF_JAVAQX_OPENGL_QOPENGL_H
00010 #define YU_AC_BG_ETF_JAVAQX_OPENGL_QOPENGL_H
00011
00012 #include <jni.h>
00013
00014 #ifdef __cplusplus
00015 extern "C" {
00016 #endif // __cplusplus
00017
00018
00019
00020
00021
00022
00023
00024 #undef yu_ac_bg_etf_javaqx_opengl_QOpenGL_SUPPORTED
00025 #define yu_ac_bg_etf_javaqx_opengl_QOpenGL_SUPPORTED
00026
00027
00028
00029
00030
00031
00032 JNIEXPORT void JNICALL
00033 Java_yu_ac_bg_etf_javaqx_opengl_QOpenGL__1glVertex3f
00034 (JNIEnv *, jclass, jfloat, jfloat, jfloat);
00035
00036
00037
00038
00039
00040
00041 JNIEXPORT void JNICALL
00042 Java_yu_ac_bg_etf_javaqx_opengl_QOpenGL__1glColor3f
00043 (JNIEnv *, jclass, jfloat, jfloat, jfloat);
00044
00045
00046
00047
00048
00049
00050 JNIEXPORT void JNICALL
00051 Java_yu_ac_bg_etf_javaqx_opengl_QOpenGL__1glClearColor
00052 (JNIEnv *, jclass, jfloat, jfloat, jfloat, jfloat);
00053
00054
00055
00056
00057
00058
00059 JNIEXPORT void JNICALL
00060 Java_yu_ac_bg_etf_javaqx_opengl_QOpenGL__1glShadeModel
00061 (JNIEnv *, jclass, jint);
00062
00063
00064
00065
00066
00067
00068 JNIEXPORT void JNICALL
00069 Java_yu_ac_bg_etf_javaqx_opengl_QOpenGL__1glClearDepth
00070 (JNIEnv *, jclass, jfloat);
00071
00072
00073
00074
00075
00076
00077 JNIEXPORT void JNICALL
00078 Java_yu_ac_bg_etf_javaqx_opengl_QOpenGL__1glHint
00079 (JNIEnv *, jclass, jint, jint);
00080
00081
00082
00083
00084
00085
00086 JNIEXPORT void JNICALL
00087 Java_yu_ac_bg_etf_javaqx_opengl_QOpenGL__1glEnable
00088 (JNIEnv *, jclass, jint);
00089
00090
00091
00092
00093
00094
00095 JNIEXPORT void JNICALL
00096 Java_yu_ac_bg_etf_javaqx_opengl_QOpenGL__1glDepthFunc
00097 (JNIEnv *, jclass, jint);
00098
00099
00100
00101
00102
00103
00104 JNIEXPORT void JNICALL
00105 Java_yu_ac_bg_etf_javaqx_opengl_QOpenGL__1glClear
00106 (JNIEnv *, jclass, jint);
00107
00108
00109
00110
00111
00112
00113 JNIEXPORT void JNICALL
00114 Java_yu_ac_bg_etf_javaqx_opengl_QOpenGL__1glLoadIdentity
00115 (JNIEnv *, jclass);
00116
00117
00118
00119
00120
00121
00122 JNIEXPORT void JNICALL
00123 Java_yu_ac_bg_etf_javaqx_opengl_QOpenGL__1glTranslatef
00124 (JNIEnv *, jclass, jfloat, jfloat, jfloat);
00125
00126
00127
00128
00129
00130
00131 JNIEXPORT void JNICALL
00132 Java_yu_ac_bg_etf_javaqx_opengl_QOpenGL__1glRotatef
00133 (JNIEnv *, jclass, jfloat, jfloat, jfloat, jfloat);
00134
00135
00136
00137
00138
00139
00140 JNIEXPORT void JNICALL
00141 Java_yu_ac_bg_etf_javaqx_opengl_QOpenGL__1glBegin
00142 (JNIEnv *, jclass, jint);
00143
00144
00145
00146
00147
00148
00149 JNIEXPORT void JNICALL
00150 Java_yu_ac_bg_etf_javaqx_opengl_QOpenGL__1glEnd
00151 (JNIEnv *, jclass);
00152
00153
00154
00155
00156
00157
00158 JNIEXPORT void JNICALL
00159 Java_yu_ac_bg_etf_javaqx_opengl_QOpenGL__1glViewport
00160 (JNIEnv *, jclass, jint, jint, jint, jint);
00161
00162
00163
00164
00165
00166
00167 JNIEXPORT void JNICALL
00168 Java_yu_ac_bg_etf_javaqx_opengl_QOpenGL__1glMatrixMode
00169 (JNIEnv *, jclass, jint);
00170
00171
00172
00173
00174
00175
00176 JNIEXPORT void JNICALL
00177 Java_yu_ac_bg_etf_javaqx_opengl_QOpenGL__1gluPerspective
00178 (JNIEnv *, jclass, jdouble, jdouble, jdouble, jdouble);
00179
00180
00181
00182
00183
00184
00185 JNIEXPORT jboolean JNICALL
00186 Java_yu_ac_bg_etf_javaqx_opengl_QOpenGL__1initialize
00187 (JNIEnv *, jclass);
00188
00189 #ifdef __cplusplus
00190 }
00191 #endif // __cplusplus
00192
00193 #endif //YU_AC_BG_ETF_JAVAQX_OPENGL_QOPENGL_H
00194
00195
00196
00197
00198
00199
00200
00201