Searched refs:uniformNames_ref (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
D | glGetUniformIndices.cpp | 5 …(JNIEnv *_env, jobject _this, jint program, jobjectArray uniformNames_ref, jintArray uniformIndice… in android_glGetUniformIndices_array() argument 15 if (!uniformNames_ref) { in android_glGetUniformIndices_array() 21 _count = _env->GetArrayLength(uniformNames_ref); in android_glGetUniformIndices_array() 24 jstring _name = (jstring)_env->GetObjectArrayElement(uniformNames_ref, _i); in android_glGetUniformIndices_array() 65 jstring _name = (jstring)_env->GetObjectArrayElement(uniformNames_ref, _i); in android_glGetUniformIndices_array() 81 …(JNIEnv *_env, jobject _this, jint program, jobjectArray uniformNames_ref, jobject uniformIndices_… in android_glGetUniformIndices_buffer() argument 94 if (!uniformNames_ref) { in android_glGetUniformIndices_buffer() 107 _count = _env->GetArrayLength(uniformNames_ref); in android_glGetUniformIndices_buffer() 110 jstring _name = (jstring)_env->GetObjectArrayElement(uniformNames_ref, _i); in android_glGetUniformIndices_buffer() 144 jstring _name = (jstring)_env->GetObjectArrayElement(uniformNames_ref, _i); in android_glGetUniformIndices_buffer()
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES30.cpp | 3676 …(JNIEnv *_env, jobject _this, jint program, jobjectArray uniformNames_ref, jintArray uniformIndice… in android_glGetUniformIndices_array() argument 3686 if (!uniformNames_ref) { in android_glGetUniformIndices_array() 3692 _count = _env->GetArrayLength(uniformNames_ref); in android_glGetUniformIndices_array() 3695 jstring _name = (jstring)_env->GetObjectArrayElement(uniformNames_ref, _i); in android_glGetUniformIndices_array() 3736 jstring _name = (jstring)_env->GetObjectArrayElement(uniformNames_ref, _i); in android_glGetUniformIndices_array() 3752 …(JNIEnv *_env, jobject _this, jint program, jobjectArray uniformNames_ref, jobject uniformIndices_… in android_glGetUniformIndices_buffer() argument 3765 if (!uniformNames_ref) { in android_glGetUniformIndices_buffer() 3778 _count = _env->GetArrayLength(uniformNames_ref); in android_glGetUniformIndices_buffer() 3781 jstring _name = (jstring)_env->GetObjectArrayElement(uniformNames_ref, _i); in android_glGetUniformIndices_buffer() 3815 jstring _name = (jstring)_env->GetObjectArrayElement(uniformNames_ref, _i); in android_glGetUniformIndices_buffer()
|