Searched defs:v_ref (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp4802 (JNIEnv *_env, jobject _this, jint location, jint count, jfloatArray v_ref, jint offset) {
4810 if (!v_ref) {
4822 _remaining = _env->GetArrayLength(v_ref) - offset;
4824 _env->GetPrimitiveArrayCritical(v_ref, (jboolean *)0);
4835 _env->ReleasePrimitiveArrayCritical(v_ref, v_base,
4880 (JNIEnv *_env, jobject _this, jint location, jint count, jintArray v_ref, jint offset) {
4888 if (!v_ref) {
4900 _remaining = _env->GetArrayLength(v_ref) - offset;
4902 _env->GetPrimitiveArrayCritical(v_ref, (jboolean *)0);
4913 _env->ReleasePrimitiveArrayCritical(v_ref, v_bas
4801 android_glUniform1fv__II_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jfloatArray v_ref, jint offset) argument
4879 android_glUniform1iv__II_3II(JNIEnv *_env, jobject _this, jint location, jint count, jintArray v_ref, jint offset) argument
4958 android_glUniform2fv__II_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jfloatArray v_ref, jint offset) argument
5037 android_glUniform2iv__II_3II(JNIEnv *_env, jobject _this, jint location, jint count, jintArray v_ref, jint offset) argument
5117 android_glUniform3fv__II_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jfloatArray v_ref, jint offset) argument
5197 android_glUniform3iv__II_3II(JNIEnv *_env, jobject _this, jint location, jint count, jintArray v_ref, jint offset) argument
5278 android_glUniform4fv__II_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jfloatArray v_ref, jint offset) argument
5359 android_glUniform4iv__II_3II(JNIEnv *_env, jobject _this, jint location, jint count, jintArray v_ref, jint offset) argument
[all...]

Completed in 17 milliseconds