Searched refs:uniformNames_ref (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/core/jni/ |
H A D | android_opengl_GLES30.cpp | 3643 …(JNIEnv *_env, jobject _this, jint program, jobjectArray uniformNames_ref, jintArray uniformIndice… in android_glGetUniformIndices_array() argument 3653 if (!uniformNames_ref) { in android_glGetUniformIndices_array() 3659 _count = _env->GetArrayLength(uniformNames_ref); in android_glGetUniformIndices_array() 3662 jstring _name = (jstring)_env->GetObjectArrayElement(uniformNames_ref, _i); in android_glGetUniformIndices_array() 3703 jstring _name = (jstring)_env->GetObjectArrayElement(uniformNames_ref, _i); in android_glGetUniformIndices_array() 3719 …(JNIEnv *_env, jobject _this, jint program, jobjectArray uniformNames_ref, jobject uniformIndices_… in android_glGetUniformIndices_buffer() argument 3732 if (!uniformNames_ref) { in android_glGetUniformIndices_buffer() 3745 _count = _env->GetArrayLength(uniformNames_ref); in android_glGetUniformIndices_buffer() 3748 jstring _name = (jstring)_env->GetObjectArrayElement(uniformNames_ref, _i); in android_glGetUniformIndices_buffer() 3782 jstring _name = (jstring)_env->GetObjectArrayElement(uniformNames_ref, _i); in android_glGetUniformIndices_buffer()
|