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

1 2 3

  /frameworks/ml/bordeaux/learning/multiclass_pa/jni/
jni_multiclass_pa.cpp 66 jfloat* values = env->GetFloatArrayElements(value_array, NULL);
99 jfloat* values = env->GetFloatArrayElements(value_array, NULL);
  /packages/apps/Gallery2/jni/filters/
hue.c 26 jfloat* mat = (*env)->GetFloatArrayElements(env, matrix,0);
  /frameworks/base/core/jni/android/graphics/
Interpolator.cpp 62 float* values = valueArray ? env->GetFloatArrayElements(valueArray, NULL) : NULL;
SurfaceTexture.cpp 244 float* mtx = env->GetFloatArrayElements(jmtx, NULL);
  /frameworks/base/media/mca/filterfw/jni/
jni_vertex_frame.cpp 57 jfloat* float_ptr = env->GetFloatArrayElements(floats, NULL);
jni_gl_frame.cpp 175 jfloat* float_ptr = env->GetFloatArrayElements(floats, NULL);
199 jfloat* float_array = env->GetFloatArrayElements(result, NULL);
jni_util.cpp 153 jfloat* elems = env->GetFloatArrayElements(static_cast<jfloatArray>(object), NULL);
jni_native_frame.cpp 137 jfloat* float_ptr = env->GetFloatArrayElements(floats, NULL);
jni_shader_program.cpp 274 jfloat* float_ptr = env->GetFloatArrayElements(values, NULL);
  /cts/tests/tests/opengl/libopengltest/
gl2_jni_libone.cpp 143 jfloat *lColor = env->GetFloatArrayElements(color,0);
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/jni/
jni_stochastic_linear_ranker.cpp 80 jfloat* values_m = env->GetFloatArrayElements(value_array_model, NULL);
414 jfloat* values_p = env->GetFloatArrayElements(value_array_positive, NULL);
416 jfloat* values_n = env->GetFloatArrayElements(value_array_negative, NULL);
450 jfloat* values = env->GetFloatArrayElements(value_array, NULL);
  /frameworks/base/services/jni/
com_android_server_location_GpsLocationProvider.cpp 349 jfloat* snrs = env->GetFloatArrayElements(snrArray, 0);
350 jfloat* elev = env->GetFloatArrayElements(elevArray, 0);
351 jfloat* azim = env->GetFloatArrayElements(azumArray, 0);
  /frameworks/base/core/jni/
android_view_GLES20Canvas.cpp 392 jfloat* verticesArray = vertices ? env->GetFloatArrayElements(vertices, NULL) + offset : NULL;
464 jfloat* storage = env->GetFloatArrayElements(points, NULL);
476 jfloat* storage = env->GetFloatArrayElements(points, NULL);
647 jfloat* positions = env->GetFloatArrayElements(pos, NULL);
659 jfloat* positions = env->GetFloatArrayElements(pos, NULL);
    [all...]
  /frameworks/support/renderscript/v8/jni/
android_renderscript_RenderScript.cpp 454 jfloat *ptr = _env->GetFloatArrayElements(data, NULL);
509 jfloat *ptr = _env->GetFloatArrayElements(data, NULL);
576 jfloat *ptr = _env->GetFloatArrayElements(data, NULL);
    [all...]
  /development/ndk/platforms/android-3/include/
jni.h 414 jfloat* (*GetFloatArrayElements)(JNIEnv*, jfloatArray, jboolean*);
    [all...]
  /libnativehelper/include/nativehelper/
jni.h 414 jfloat* (*GetFloatArrayElements)(JNIEnv*, jfloatArray, jboolean*);
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
jni.h 399 jfloat* (*GetFloatArrayElements)(JNIEnv*, jfloatArray, jboolean*);
    [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
jni.h 399 jfloat* (*GetFloatArrayElements)(JNIEnv*, jfloatArray, jboolean*);
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
jni.h 399 jfloat* (*GetFloatArrayElements)(JNIEnv*, jfloatArray, jboolean*);
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
jni.h 399 jfloat* (*GetFloatArrayElements)(JNIEnv*, jfloatArray, jboolean*);
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
jni.h 399 jfloat* (*GetFloatArrayElements)(JNIEnv*, jfloatArray, jboolean*);
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
jni.h 399 jfloat* (*GetFloatArrayElements)(JNIEnv*, jfloatArray, jboolean*);
    [all...]
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
jni.h 399 jfloat* (*GetFloatArrayElements)(JNIEnv*, jfloatArray, jboolean*);
    [all...]
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
jni.h 399 jfloat* (*GetFloatArrayElements)(JNIEnv*, jfloatArray, jboolean*);
    [all...]
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
jni.h 399 jfloat* (*GetFloatArrayElements)(JNIEnv*, jfloatArray, jboolean*);
    [all...]

Completed in 339 milliseconds

1 2 3