Home | History | Annotate | Download | only in jni

Lines Matching refs:pointer_buf

2771   (JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) {
2777 if (pointer_buf) {
2778 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf);
2795 (JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) {
2801 if (pointer_buf) {
2802 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf);