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

/frameworks/base/core/jni/
H A Dandroid_opengl_EGL14.cpp476 (JNIEnv *_env, jobject _this, jobject dpy, jobject config, jint attribute, jintArray value_ref, jint offset) {
487 if (!value_ref) {
499 _remaining = _env->GetArrayLength(value_ref) - offset;
507 _env->GetPrimitiveArrayCritical(value_ref, (jboolean *)0);
519 _env->ReleasePrimitiveArrayCritical(value_ref, value_base,
775 (JNIEnv *_env, jobject _this, jobject dpy, jobject surface, jint attribute, jintArray value_ref, jint offset) {
786 if (!value_ref) {
798 _remaining = _env->GetArrayLength(value_ref) - offset;
806 _env->GetPrimitiveArrayCritical(value_ref, (jboolean *)0);
818 _env->ReleasePrimitiveArrayCritical(value_ref, value_bas
475 android_eglGetConfigAttrib(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jint attribute, jintArray value_ref, jint offset) argument
774 android_eglQuerySurface(JNIEnv *_env, jobject _this, jobject dpy, jobject surface, jint attribute, jintArray value_ref, jint offset) argument
1131 android_eglQueryContext(JNIEnv *_env, jobject _this, jobject dpy, jobject ctx, jint attribute, jintArray value_ref, jint offset) argument
[all...]
H A Dandroid_opengl_GLES31.cpp1152 (JNIEnv *_env, jobject _this, jint program, jint location, jint count, jintArray value_ref, jint offset) {
1160 if (!value_ref) {
1172 _remaining = _env->GetArrayLength(value_ref) - offset;
1174 _env->GetPrimitiveArrayCritical(value_ref, (jboolean *)0);
1186 _env->ReleasePrimitiveArrayCritical(value_ref, value_base,
1222 (JNIEnv *_env, jobject _this, jint program, jint location, jint count, jintArray value_ref, jint offset) {
1230 if (!value_ref) {
1242 _remaining = _env->GetArrayLength(value_ref) - offset;
1244 _env->GetPrimitiveArrayCritical(value_ref, (jboolean *)0);
1256 _env->ReleasePrimitiveArrayCritical(value_ref, value_bas
1151 android_glProgramUniform1iv__III_3II(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jintArray value_ref, jint offset) argument
1221 android_glProgramUniform2iv__III_3II(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jintArray value_ref, jint offset) argument
1291 android_glProgramUniform3iv__III_3II(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jintArray value_ref, jint offset) argument
1361 android_glProgramUniform4iv__III_3II(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jintArray value_ref, jint offset) argument
1431 android_glProgramUniform1uiv__III_3II(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jintArray value_ref, jint offset) argument
1501 android_glProgramUniform2uiv__III_3II(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jintArray value_ref, jint offset) argument
1571 android_glProgramUniform3uiv__III_3II(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jintArray value_ref, jint offset) argument
1641 android_glProgramUniform4uiv__III_3II(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jintArray value_ref, jint offset) argument
1711 android_glProgramUniform1fv__III_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jfloatArray value_ref, jint offset) argument
1781 android_glProgramUniform2fv__III_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jfloatArray value_ref, jint offset) argument
1851 android_glProgramUniform3fv__III_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jfloatArray value_ref, jint offset) argument
1921 android_glProgramUniform4fv__III_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jfloatArray value_ref, jint offset) argument
1991 android_glProgramUniformMatrix2fv__IIIZ_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
2063 android_glProgramUniformMatrix3fv__IIIZ_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
2135 android_glProgramUniformMatrix4fv__IIIZ_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
2207 android_glProgramUniformMatrix2x3fv__IIIZ_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
2279 android_glProgramUniformMatrix3x2fv__IIIZ_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
2351 android_glProgramUniformMatrix2x4fv__IIIZ_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
2423 android_glProgramUniformMatrix4x2fv__IIIZ_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
2495 android_glProgramUniformMatrix3x4fv__IIIZ_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
2567 android_glProgramUniformMatrix4x3fv__IIIZ_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
[all...]
H A Dandroid_opengl_GLES20.cpp5303 (JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) {
5311 if (!value_ref) {
5323 _remaining = _env->GetArrayLength(value_ref) - offset;
5331 _env->GetPrimitiveArrayCritical(value_ref, (jboolean *)0);
5343 _env->ReleasePrimitiveArrayCritical(value_ref, value_base,
5393 (JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) {
5401 if (!value_ref) {
5413 _remaining = _env->GetArrayLength(value_ref) - offset;
5421 _env->GetPrimitiveArrayCritical(value_ref, (jboolean *)0);
5433 _env->ReleasePrimitiveArrayCritical(value_ref, value_bas
5302 android_glUniformMatrix2fv__IIZ_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
5392 android_glUniformMatrix3fv__IIZ_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
5482 android_glUniformMatrix4fv__IIZ_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
[all...]
H A Dandroid_opengl_GLES30.cpp981 (JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) {
989 if (!value_ref) {
1001 _remaining = _env->GetArrayLength(value_ref) - offset;
1003 _env->GetPrimitiveArrayCritical(value_ref, (jboolean *)0);
1015 _env->ReleasePrimitiveArrayCritical(value_ref, value_base,
1051 (JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) {
1059 if (!value_ref) {
1071 _remaining = _env->GetArrayLength(value_ref) - offset;
1073 _env->GetPrimitiveArrayCritical(value_ref, (jboolean *)0);
1085 _env->ReleasePrimitiveArrayCritical(value_ref, value_bas
980 android_glUniformMatrix2x3fv__IIZ_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
1050 android_glUniformMatrix3x2fv__IIZ_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
1120 android_glUniformMatrix2x4fv__IIZ_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
1190 android_glUniformMatrix4x2fv__IIZ_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
1260 android_glUniformMatrix3x4fv__IIZ_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
1330 android_glUniformMatrix4x3fv__IIZ_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
2585 android_glUniform1uiv__II_3II(JNIEnv *_env, jobject _this, jint location, jint count, jintArray value_ref, jint offset) argument
2653 android_glUniform2uiv__II_3II(JNIEnv *_env, jobject _this, jint location, jint count, jintArray value_ref, jint offset) argument
2721 android_glUniform3uiv__II_3II(JNIEnv *_env, jobject _this, jint location, jint count, jintArray value_ref, jint offset) argument
2789 android_glUniform4uiv__II_3II(JNIEnv *_env, jobject _this, jint location, jint count, jintArray value_ref, jint offset) argument
2857 android_glClearBufferiv__II_3II(JNIEnv *_env, jobject _this, jint buffer, jint drawbuffer, jintArray value_ref, jint offset) argument
2925 android_glClearBufferuiv__II_3II(JNIEnv *_env, jobject _this, jint buffer, jint drawbuffer, jintArray value_ref, jint offset) argument
2993 android_glClearBufferfv__II_3FI(JNIEnv *_env, jobject _this, jint buffer, jint drawbuffer, jfloatArray value_ref, jint offset) argument
[all...]

Completed in 84 milliseconds