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

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp4514 (JNIEnv *_env, jobject _this, jint location, jint count, jfloatArray v_ref, jint offset) {
4522 if (!v_ref) {
4534 _remaining = _env->GetArrayLength(v_ref) - offset;
4542 _env->GetPrimitiveArrayCritical(v_ref, (jboolean *)0);
4553 _env->ReleasePrimitiveArrayCritical(v_ref, v_base,
4612 (JNIEnv *_env, jobject _this, jint location, jint count, jintArray v_ref, jint offset) {
4620 if (!v_ref) {
4632 _remaining = _env->GetArrayLength(v_ref) - offset;
4640 _env->GetPrimitiveArrayCritical(v_ref, (jboolean *)0);
4651 _env->ReleasePrimitiveArrayCritical(v_ref, v_bas
4513 android_glUniform1fv__II_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jfloatArray v_ref, jint offset) argument
4611 android_glUniform1iv__II_3II(JNIEnv *_env, jobject _this, jint location, jint count, jintArray v_ref, jint offset) argument
4710 android_glUniform2fv__II_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jfloatArray v_ref, jint offset) argument
4809 android_glUniform2iv__II_3II(JNIEnv *_env, jobject _this, jint location, jint count, jintArray v_ref, jint offset) argument
4909 android_glUniform3fv__II_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jfloatArray v_ref, jint offset) argument
5009 android_glUniform3iv__II_3II(JNIEnv *_env, jobject _this, jint location, jint count, jintArray v_ref, jint offset) argument
5110 android_glUniform4fv__II_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jfloatArray v_ref, jint offset) argument
5211 android_glUniform4iv__II_3II(JNIEnv *_env, jobject _this, jint location, jint count, jintArray v_ref, jint offset) argument
[all...]
H A Dandroid_opengl_GLES30.cpp2306 (JNIEnv *_env, jobject _this, jint index, jintArray v_ref, jint offset) {
2314 if (!v_ref) {
2326 _remaining = _env->GetArrayLength(v_ref) - offset;
2328 _env->GetPrimitiveArrayCritical(v_ref, (jboolean *)0);
2338 _env->ReleasePrimitiveArrayCritical(v_ref, v_base,
2372 (JNIEnv *_env, jobject _this, jint index, jintArray v_ref, jint offset) {
2380 if (!v_ref) {
2392 _remaining = _env->GetArrayLength(v_ref) - offset;
2394 _env->GetPrimitiveArrayCritical(v_ref, (jboolean *)0);
2404 _env->ReleasePrimitiveArrayCritical(v_ref, v_bas
2305 android_glVertexAttribI4iv__I_3II(JNIEnv *_env, jobject _this, jint index, jintArray v_ref, jint offset) argument
2371 android_glVertexAttribI4uiv__I_3II(JNIEnv *_env, jobject _this, jint index, jintArray v_ref, jint offset) argument
[all...]

Completed in 165 milliseconds