HomeSort by relevance Sort by last modified time
    Searched refs:data_buf (Results 1 - 7 of 7) sorted by null

  /external/qemu/hw/
usb.c 63 s->setup_len, s->data_buf);
97 s->setup_len, s->data_buf);
111 memcpy(p->data, s->data_buf + s->setup_index, len);
146 memcpy(s->data_buf + s->setup_index, p->data, len);
usb.h 177 uint8_t data_buf[1024]; member in struct:USBDevice
  /frameworks/base/core/jni/
android_opengl_GLES11.cpp 340 (JNIEnv *_env, jobject _this, jint target, jint size, jobject data_buf, jint usage) {
349 if (data_buf) {
350 data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining, &_bufferOffset);
358 if (data_buf && data == NULL) {
381 (JNIEnv *_env, jobject _this, jint target, jint offset, jint size, jobject data_buf) {
390 data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining, &_bufferOffset);
    [all...]
android_opengl_GLES20.cpp 474 (JNIEnv *_env, jobject _this, jint target, jint size, jobject data_buf, jint usage) {
483 if (data_buf) {
484 data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining, &_bufferOffset);
492 if (data_buf && data == NULL) {
515 (JNIEnv *_env, jobject _this, jint target, jint offset, jint size, jobject data_buf) {
524 data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining, &_bufferOffset);
625 (JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint border, jint imageSize, jobject data_buf) {
631 data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining, &_bufferOffset);
654 (JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jint height, jint format, jint imageSize, jobject data_buf) {
660 data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining, &_bufferOffset)
    [all...]
android_opengl_GLES10.cpp 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);
    [all...]
android_opengl_GLES30.cpp 497 (JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint depth, jint border, jint imageSize, jobject data_buf) {
503 data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining, &_bufferOffset);
544 (JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, jint width, jint height, jint depth, jint format, jint imageSize, jobject data_buf) {
550 data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining, &_bufferOffset);
    [all...]
com_google_android_gles_jni_GLImpl.cpp 442 (JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint border, jint imageSize, jobject data_buf) {
448 data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining, &_bufferOffset);
471 (JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jint height, jint format, jint imageSize, jobject data_buf) {
477 data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining, &_bufferOffset);
    [all...]

Completed in 533 milliseconds