api-impl: GLES20: add glReadPixels

This commit is contained in:
Mis012
2024-06-28 21:35:13 +02:00
parent 3c69d50af1
commit 26d6337a34
3 changed files with 13 additions and 10 deletions

View File

@@ -751,14 +751,6 @@ JNIEXPORT void JNICALL Java_com_google_android_gles_1jni_GLImpl_glPopMatrix
JNIEXPORT void JNICALL Java_com_google_android_gles_1jni_GLImpl_glPushMatrix
(JNIEnv *, jobject);
/*
* Class: com_google_android_gles_jni_GLImpl
* Method: glReadPixels
* Signature: (IIIIIILjava/nio/Buffer;)V
*/
JNIEXPORT void JNICALL Java_com_google_android_gles_1jni_GLImpl_glReadPixels
(JNIEnv *, jobject, jint, jint, jint, jint, jint, jint, jobject);
/*
* Class: com_google_android_gles_jni_GLImpl
* Method: glRotatef