Home | History | Annotate | Download | only in jni

Lines Matching refs:pointer_buf

2106   (JNIEnv *_env, jobject _this, jint index, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) {
2112 if (pointer_buf) {
2113 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf);