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

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp4871 (JNIEnv *_env, jobject _this, jint location, jint count, jfloatArray v_ref, jint offset) {
4879 if (!v_ref) {
4891 _remaining = _env->GetArrayLength(v_ref) - offset;
4899 _env->GetFloatArrayElements(v_ref, (jboolean *)0);
4910 _env->ReleaseFloatArrayElements(v_ref, (jfloat*)v_base,
4975 (JNIEnv *_env, jobject _this, jint location, jint count, jintArray v_ref, jint offset) {
4983 if (!v_ref) {
4995 _remaining = _env->GetArrayLength(v_ref) - offset;
5003 _env->GetIntArrayElements(v_ref, (jboolean *)0);
5014 _env->ReleaseIntArrayElements(v_ref, (jin
4870 android_glUniform1fv__II_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jfloatArray v_ref, jint offset) argument
4974 android_glUniform1iv__II_3II(JNIEnv *_env, jobject _this, jint location, jint count, jintArray v_ref, jint offset) argument
5079 android_glUniform2fv__II_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jfloatArray v_ref, jint offset) argument
5184 android_glUniform2iv__II_3II(JNIEnv *_env, jobject _this, jint location, jint count, jintArray v_ref, jint offset) argument
5290 android_glUniform3fv__II_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jfloatArray v_ref, jint offset) argument
5396 android_glUniform3iv__II_3II(JNIEnv *_env, jobject _this, jint location, jint count, jintArray v_ref, jint offset) argument
5503 android_glUniform4fv__II_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jfloatArray v_ref, jint offset) argument
5610 android_glUniform4iv__II_3II(JNIEnv *_env, jobject _this, jint location, jint count, jintArray v_ref, jint offset) argument
[all...]
H A Dandroid_opengl_GLES30.cpp2746 (JNIEnv *_env, jobject _this, jint index, jintArray v_ref, jint offset) {
2754 if (!v_ref) {
2766 _remaining = _env->GetArrayLength(v_ref) - offset;
2768 _env->GetIntArrayElements(v_ref, (jboolean *)0);
2778 _env->ReleaseIntArrayElements(v_ref, (jint*)v_base,
2826 (JNIEnv *_env, jobject _this, jint index, jintArray v_ref, jint offset) {
2834 if (!v_ref) {
2846 _remaining = _env->GetArrayLength(v_ref) - offset;
2848 _env->GetIntArrayElements(v_ref, (jboolean *)0);
2858 _env->ReleaseIntArrayElements(v_ref, (jin
2745 android_glVertexAttribI4iv__I_3II(JNIEnv *_env, jobject _this, jint index, jintArray v_ref, jint offset) argument
2825 android_glVertexAttribI4uiv__I_3II(JNIEnv *_env, jobject _this, jint index, jintArray v_ref, jint offset) argument
[all...]

Completed in 24 milliseconds