Home | History | Annotate | Download | only in jni

Lines Matching refs:jobject

28                                                   jobject thiz,
29 jobject gl_env,
35 jobject thiz,
36 jobject gl_env,
43 jobject thiz,
44 jobject gl_env,
51 jobject thiz,
52 jobject gl_env);
55 Java_android_filterfw_core_GLFrame_nativeDeallocate(JNIEnv* env, jobject thiz);
58 Java_android_filterfw_core_GLFrame_setNativeInts(JNIEnv* env, jobject thiz, jintArray ints);
61 Java_android_filterfw_core_GLFrame_getNativeInts(JNIEnv* env, jobject thiz);
64 Java_android_filterfw_core_GLFrame_setNativeFloats(JNIEnv* env, jobject thiz, jfloatArray ints);
67 Java_android_filterfw_core_GLFrame_getNativeFloats(JNIEnv* env, jobject thiz);
71 jobject thiz,
77 Java_android_filterfw_core_GLFrame_getNativeData(JNIEnv* env, jobject thiz);
81 jobject thiz,
82 jobject bitmap,
86 Java_android_filterfw_core_GLFrame_getNativeBitmap(JNIEnv* env, jobject thiz, jobject bitmap);
90 jobject thiz,
97 Java_android_filterfw_core_GLFrame_getNativeTextureId(JNIEnv* env, jobject thiz);
100 Java_android_filterfw_core_GLFrame_getNativeFboId(JNIEnv* env, jobject thiz);
103 Java_android_filterfw_core_GLFrame_generateNativeMipMap(JNIEnv* env, jobject thiz);
107 jobject thiz,
112 Java_android_filterfw_core_GLFrame_nativeResetParams(JNIEnv* env, jobject thiz);
116 jobject thiz,
117 jobject frame);
121 jobject thiz,
122 jobject frame);
125 Java_android_filterfw_core_GLFrame_nativeFocus(JNIEnv* env, jobject thiz);
128 Java_android_filterfw_core_GLFrame_nativeReattachTexToFbo(JNIEnv* env, jobject thiz);
131 Java_android_filterfw_core_GLFrame_nativeDetachTexFromFbo(JNIEnv* env, jobject thiz);