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