18a59ca73f2434f0e19321351e38229314c173e4fPablo Ceballos/* GLuint glGetDebugMessageLog ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog ) */
28a59ca73f2434f0e19321351e38229314c173e4fPablo Ceballosstatic jint
38a59ca73f2434f0e19321351e38229314c173e4fPablo Ceballosandroid_glGetDebugMessageLog__II_3II_3II_3II_3II_3II_3BI
48a59ca73f2434f0e19321351e38229314c173e4fPablo Ceballos  (JNIEnv *_env, jobject _this, jint count, jint bufSize, jintArray sources_ref, jint sourcesOffset, jintArray types_ref, jint typesOffset, jintArray ids_ref, jint idsOffset, jintArray severities_ref, jint severitiesOffset, jintArray lengths_ref, jint lengthsOffset, jbyteArray messageLog_ref, jint messageLogOffset) {
58a59ca73f2434f0e19321351e38229314c173e4fPablo Ceballos    jniThrowException(_env, "java/lang/UnsupportedOperationException", "not yet implemented");
68a59ca73f2434f0e19321351e38229314c173e4fPablo Ceballos    return 0;
78a59ca73f2434f0e19321351e38229314c173e4fPablo Ceballos}
88a59ca73f2434f0e19321351e38229314c173e4fPablo Ceballos
98a59ca73f2434f0e19321351e38229314c173e4fPablo Ceballos/* GLuint glGetDebugMessageLog ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog ) */
108a59ca73f2434f0e19321351e38229314c173e4fPablo Ceballosstatic uint
118a59ca73f2434f0e19321351e38229314c173e4fPablo Ceballosandroid_glGetDebugMessageLog__ILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_ByteBuffer_2
128a59ca73f2434f0e19321351e38229314c173e4fPablo Ceballos  (JNIEnv *_env, jobject _this, jint count, jobject sources_ref, jobject types_ref, jobject ids_ref, jobject severities_ref, jobject lengths_ref, jobject messageLog_ref) {
138a59ca73f2434f0e19321351e38229314c173e4fPablo Ceballos    jniThrowException(_env, "java/lang/UnsupportedOperationException", "not yet implemented");
148a59ca73f2434f0e19321351e38229314c173e4fPablo Ceballos    return 0;
158a59ca73f2434f0e19321351e38229314c173e4fPablo Ceballos}
168a59ca73f2434f0e19321351e38229314c173e4fPablo Ceballos
178a59ca73f2434f0e19321351e38229314c173e4fPablo Ceballos/* GLuint glGetDebugMessageLog ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog ) */
188a59ca73f2434f0e19321351e38229314c173e4fPablo Ceballosstatic jobjectArray
198a59ca73f2434f0e19321351e38229314c173e4fPablo Ceballosandroid_glGetDebugMessageLog__I_3II_3II_3II_3II
208a59ca73f2434f0e19321351e38229314c173e4fPablo Ceballos  (JNIEnv *_env, jobject _this, jint count, jintArray sources_ref, jint sourcesOffset, jintArray types_ref, jint typesOffset, jintArray ids_ref, jint idsOffset, jintArray severities_ref, jint severitiesOffset) {
218a59ca73f2434f0e19321351e38229314c173e4fPablo Ceballos    jniThrowException(_env, "java/lang/UnsupportedOperationException", "not yet implemented");
228a59ca73f2434f0e19321351e38229314c173e4fPablo Ceballos    return 0;
238a59ca73f2434f0e19321351e38229314c173e4fPablo Ceballos}
248a59ca73f2434f0e19321351e38229314c173e4fPablo Ceballos
258a59ca73f2434f0e19321351e38229314c173e4fPablo Ceballos/* GLuint glGetDebugMessageLog ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog ) */
268a59ca73f2434f0e19321351e38229314c173e4fPablo Ceballosstatic jobjectArray
278a59ca73f2434f0e19321351e38229314c173e4fPablo Ceballosandroid_glGetDebugMessageLog__ILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2
288a59ca73f2434f0e19321351e38229314c173e4fPablo Ceballos  (JNIEnv *_env, jobject _this, jint count, jobject sources_ref, jobject types_ref, jobject ids_ref, jobject severities_ref) {
298a59ca73f2434f0e19321351e38229314c173e4fPablo Ceballos    jniThrowException(_env, "java/lang/UnsupportedOperationException", "not yet implemented");
308a59ca73f2434f0e19321351e38229314c173e4fPablo Ceballos    return 0;
318a59ca73f2434f0e19321351e38229314c173e4fPablo Ceballos}
32