Home
last modified time | relevance | path

Searched refs:uniformIndices_ref (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglGetUniformIndices.cpp5 …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()
/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp3643 …ject _this, jint program, jobjectArray uniformNames_ref, jintArray uniformIndices_ref, jint unifor… in android_glGetUniformIndices_array() argument
3672 if (!uniformIndices_ref) { in android_glGetUniformIndices_array()
3684 if (_env->GetArrayLength(uniformIndices_ref) - uniformIndicesOffset < _count) { in android_glGetUniformIndices_array()
3691 uniformIndices_ref, 0); in android_glGetUniformIndices_array()
3698 _env->ReleaseIntArrayElements(uniformIndices_ref, (jint*)_indices_base, in android_glGetUniformIndices_array()
3796 …(JNIEnv *_env, jobject _this, jint program, jint uniformCount, jintArray uniformIndices_ref, jint … in android_glGetActiveUniformsiv__II_3III_3II() argument
3807 if (!uniformIndices_ref) { in android_glGetActiveUniformsiv__II_3III_3II()
3819 _uniformIndicesRemaining = _env->GetArrayLength(uniformIndices_ref) - uniformIndicesOffset; in android_glGetActiveUniformsiv__II_3III_3II()
3821 _env->GetIntArrayElements(uniformIndices_ref, (jboolean *)0); in android_glGetActiveUniformsiv__II_3III_3II()
3855 _env->ReleaseIntArrayElements(uniformIndices_ref, (jint*)uniformIndices_base, in android_glGetActiveUniformsiv__II_3III_3II()