Home
last modified time | relevance | path

Searched defs:value_ref (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/egl/
DeglCreateSync.cpp52 …(JNIEnv *_env, jobject _this, jobject dpy, jobject sync, jint attribute, jlongArray value_ref, jin… in android_eglGetSyncAttrib()
/frameworks/base/core/jni/
Dandroid_opengl_GLES31.cpp1398 …(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jintArray value_ref, jint o… in android_glProgramUniform1iv__III_3II()
1482 …(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jintArray value_ref, jint o… in android_glProgramUniform2iv__III_3II()
1566 …(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jintArray value_ref, jint o… in android_glProgramUniform3iv__III_3II()
1650 …(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jintArray value_ref, jint o… in android_glProgramUniform4iv__III_3II()
1734 …(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jintArray value_ref, jint o… in android_glProgramUniform1uiv__III_3II()
1818 …(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jintArray value_ref, jint o… in android_glProgramUniform2uiv__III_3II()
1902 …(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jintArray value_ref, jint o… in android_glProgramUniform3uiv__III_3II()
1986 …(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jintArray value_ref, jint o… in android_glProgramUniform4uiv__III_3II()
2070 …(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jfloatArray value_ref, jint… in android_glProgramUniform1fv__III_3FI()
2154 …(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jfloatArray value_ref, jint… in android_glProgramUniform2fv__III_3FI()
[all …]
Dandroid_opengl_EGL14.cpp466 …(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jint attribute, jintArray value_ref, ji… in android_eglGetConfigAttrib()
761 …(JNIEnv *_env, jobject _this, jobject dpy, jobject surface, jint attribute, jintArray value_ref, j… in android_eglQuerySurface()
1116 …(JNIEnv *_env, jobject _this, jobject dpy, jobject ctx, jint attribute, jintArray value_ref, jint … in android_eglQueryContext()
Dandroid_opengl_GLES30.cpp1211 …nv, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offs… in android_glUniformMatrix2x3fv__IIZ_3FI()
1295 …nv, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offs… in android_glUniformMatrix3x2fv__IIZ_3FI()
1379 …nv, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offs… in android_glUniformMatrix2x4fv__IIZ_3FI()
1463 …nv, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offs… in android_glUniformMatrix4x2fv__IIZ_3FI()
1547 …nv, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offs… in android_glUniformMatrix3x4fv__IIZ_3FI()
1631 …nv, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offs… in android_glUniformMatrix4x3fv__IIZ_3FI()
3035 (JNIEnv *_env, jobject _this, jint location, jint count, jintArray value_ref, jint offset) { in android_glUniform1uiv__II_3II()
3117 (JNIEnv *_env, jobject _this, jint location, jint count, jintArray value_ref, jint offset) { in android_glUniform2uiv__II_3II()
3199 (JNIEnv *_env, jobject _this, jint location, jint count, jintArray value_ref, jint offset) { in android_glUniform3uiv__II_3II()
3281 (JNIEnv *_env, jobject _this, jint location, jint count, jintArray value_ref, jint offset) { in android_glUniform4uiv__II_3II()
[all …]
Dandroid_opengl_EGL15.cpp246 …(JNIEnv *_env, jobject _this, jobject dpy, jobject sync, jint attribute, jlongArray value_ref, jin… in android_eglGetSyncAttrib()
Dandroid_opengl_GLES20.cpp5673 …nv, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offs… in android_glUniformMatrix2fv__IIZ_3FI()
5769 …nv, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offs… in android_glUniformMatrix3fv__IIZ_3FI()
5865 …nv, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offs… in android_glUniformMatrix4fv__IIZ_3FI()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Dmap_container.cc236 MapValueRef* value_ref) { in PythonToMapValueRef()