HomeSort by relevance Sort by last modified time
    Searched refs:NewDirectByteBuffer (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glGetBufferPointerv.cpp 9 return _env->NewDirectByteBuffer(_p, _mapLength);
glMapBufferRange.cpp 9 _buf = _env->NewDirectByteBuffer(_p, length);
  /art/runtime/native/
java_lang_DexCache.cc 39 jobject byte_buffer = env->NewDirectByteBuffer(address, dex_file->Size());
  /external/libgdx/gdx/jni/
com.badlogic.gdx.graphics.g2d.Gdx2DPixmap.cpp 18 jobject pixel_buffer = env->NewDirectByteBuffer((void*)pixmap->pixels, pixmap->width * pixmap->height * gdx2d_bytes_per_pixel(pixmap->format));
38 jobject pixel_buffer = env->NewDirectByteBuffer((void*)pixmap->pixels, pixmap->width * pixmap->height * gdx2d_bytes_per_pixel(pixmap->format));
com.badlogic.gdx.graphics.glutils.ETC1.cpp 102 return env->NewDirectByteBuffer(compressedData, compressedSize);
124 return env->NewDirectByteBuffer(compressed, compressedSize + ETC_PKM_HEADER_SIZE);
  /external/webrtc/talk/app/webrtc/java/jni/
native_handle_impl.cc 148 jobject byte_buffer = jni->NewDirectByteBuffer(y_data, size);
  /development/ndk/platforms/android-3/include/
jni.h 491 jobject (*NewDirectByteBuffer)(JNIEnv*, void*, jlong);
    [all...]
  /libnativehelper/include/nativehelper/
jni.h 477 jobject (*NewDirectByteBuffer)(JNIEnv*, void*, jlong);
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
jni.h 491 jobject (*NewDirectByteBuffer)(JNIEnv*, void*, jlong);
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
jni.h 491 jobject (*NewDirectByteBuffer)(JNIEnv*, void*, jlong);
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
jni.h 491 jobject (*NewDirectByteBuffer)(JNIEnv*, void*, jlong);
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
jni.h 491 jobject (*NewDirectByteBuffer)(JNIEnv*, void*, jlong);
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
jni.h 491 jobject (*NewDirectByteBuffer)(JNIEnv*, void*, jlong);
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
jni.h 491 jobject (*NewDirectByteBuffer)(JNIEnv*, void*, jlong);
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
jni.h 491 jobject (*NewDirectByteBuffer)(JNIEnv*, void*, jlong);
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
jni.h 491 jobject (*NewDirectByteBuffer)(JNIEnv*, void*, jlong);
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
jni.h 491 jobject (*NewDirectByteBuffer)(JNIEnv*, void*, jlong);
    [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/
jni.h 491 jobject (*NewDirectByteBuffer)(JNIEnv*, void*, jlong);
    [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/
jni.h 491 jobject (*NewDirectByteBuffer)(JNIEnv*, void*, jlong);
    [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/
jni.h 491 jobject (*NewDirectByteBuffer)(JNIEnv*, void*, jlong);
    [all...]
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/
jni.h 491 jobject (*NewDirectByteBuffer)(JNIEnv*, void*, jlong);
    [all...]
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/
jni.h 491 jobject (*NewDirectByteBuffer)(JNIEnv*, void*, jlong);
    [all...]
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/
jni.h 491 jobject (*NewDirectByteBuffer)(JNIEnv*, void*, jlong);
    [all...]
  /prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/
jni.h 491 jobject (*NewDirectByteBuffer)(JNIEnv*, void*, jlong);
    [all...]
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/
jni.h 491 jobject (*NewDirectByteBuffer)(JNIEnv*, void*, jlong);
    [all...]

Completed in 631 milliseconds

1 2 3 4