Lines Matching defs:_this

119 static jboolean jni_eglInitialize(JNIEnv *_env, jobject _this, jobject display,
142 static jboolean jni_eglQueryContext(JNIEnv *_env, jobject _this, jobject display,
161 static jboolean jni_eglQuerySurface(JNIEnv *_env, jobject _this, jobject display,
186 static jboolean jni_eglReleaseThread(JNIEnv *_env, jobject _this) {
190 static jboolean jni_eglChooseConfig(JNIEnv *_env, jobject _this, jobject display,
225 static jlong jni_eglCreateContext(JNIEnv *_env, jobject _this, jobject display,
241 static jlong jni_eglCreatePbufferSurface(JNIEnv *_env, jobject _this, jobject display,
256 static void jni_eglCreatePixmapSurface(JNIEnv *_env, jobject _this, jobject out_sur,
263 static jlong jni_eglCreateWindowSurface(JNIEnv *_env, jobject _this, jobject display,
290 static jlong jni_eglCreateWindowSurfaceTexture(JNIEnv *_env, jobject _this, jobject display,
318 static jboolean jni_eglGetConfigAttrib(JNIEnv *_env, jobject _this, jobject display,
336 static jboolean jni_eglGetConfigs(JNIEnv *_env, jobject _this, jobject display,
363 static jint jni_eglGetError(JNIEnv *_env, jobject _this) {
368 static jlong jni_eglGetCurrentContext(JNIEnv *_env, jobject _this) {
372 static jlong jni_eglGetCurrentDisplay(JNIEnv *_env, jobject _this) {
376 static jlong jni_eglGetCurrentSurface(JNIEnv *_env, jobject _this, jint readdraw) {
384 static jboolean jni_eglDestroyContext(JNIEnv *_env, jobject _this, jobject display, jobject context) {
394 static jboolean jni_eglDestroySurface(JNIEnv *_env, jobject _this, jobject display, jobject surface) {
413 static jlong jni_eglGetDisplay(JNIEnv *_env, jobject _this, jobject native_display) {
417 static jboolean jni_eglMakeCurrent(JNIEnv *_env, jobject _this, jobject display, jobject draw, jobject read, jobject context) {
429 static jstring jni_eglQueryString(JNIEnv *_env, jobject _this, jobject display, jint name) {
439 static jboolean jni_eglSwapBuffers(JNIEnv *_env, jobject _this, jobject display, jobject surface) {
449 static jboolean jni_eglTerminate(JNIEnv *_env, jobject _this, jobject display) {
458 static jboolean jni_eglCopyBuffers(JNIEnv *_env, jobject _this, jobject display,
468 static jboolean jni_eglWaitGL(JNIEnv *_env, jobject _this) {
472 static jboolean jni_eglWaitNative(JNIEnv *_env, jobject _this, jint engine, jobject bindTarget) {