Searched refs:uniformIndices_ref (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
D | glGetUniformIndices.cpp | 5 …ject _this, jint program, jobjectArray uniformNames_ref, jintArray uniformIndices_ref, jint unifor… in android_glGetUniformIndices_array() argument 34 if (!uniformIndices_ref) { in android_glGetUniformIndices_array() 46 if (_env->GetArrayLength(uniformIndices_ref) - uniformIndicesOffset < _count) { in android_glGetUniformIndices_array() 53 uniformIndices_ref, 0); in android_glGetUniformIndices_array() 60 _env->ReleaseIntArrayElements(uniformIndices_ref, (jint*)_indices_base, in android_glGetUniformIndices_array()
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES30.cpp | 3676 …ject _this, jint program, jobjectArray uniformNames_ref, jintArray uniformIndices_ref, jint unifor… in android_glGetUniformIndices_array() argument 3705 if (!uniformIndices_ref) { in android_glGetUniformIndices_array() 3717 if (_env->GetArrayLength(uniformIndices_ref) - uniformIndicesOffset < _count) { in android_glGetUniformIndices_array() 3724 uniformIndices_ref, 0); in android_glGetUniformIndices_array() 3731 _env->ReleaseIntArrayElements(uniformIndices_ref, (jint*)_indices_base, in android_glGetUniformIndices_array() 3829 …(JNIEnv *_env, jobject _this, jint program, jint uniformCount, jintArray uniformIndices_ref, jint … in android_glGetActiveUniformsiv__II_3III_3II() argument 3840 if (!uniformIndices_ref) { in android_glGetActiveUniformsiv__II_3III_3II() 3852 _uniformIndicesRemaining = _env->GetArrayLength(uniformIndices_ref) - uniformIndicesOffset; in android_glGetActiveUniformsiv__II_3III_3II() 3854 _env->GetIntArrayElements(uniformIndices_ref, (jboolean *)0); in android_glGetActiveUniformsiv__II_3III_3II() 3888 _env->ReleaseIntArrayElements(uniformIndices_ref, (jint*)uniformIndices_base, in android_glGetActiveUniformsiv__II_3III_3II()
|