Home | History | Annotate | Download | only in jni

Lines Matching refs:data_buf

508   (JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint border, jint imageSize, jobject data_buf) {
514 data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining, &_bufferOffset);
537 (JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jint height, jint format, jint imageSize, jobject data_buf) {
543 data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining, &_bufferOffset);