Home
last modified time | relevance | path

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

/frameworks/native/opengl/tools/glgen/stubs/gles11/
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->ReleasePrimitiveArrayCritical(uniformIndices_ref, _indices_base, in android_glGetUniformIndices_array()
/frameworks/base/core/jni/
Dandroid_opengl_GLES30.cpp3096 …ject _this, jint program, jobjectArray uniformNames_ref, jintArray uniformIndices_ref, jint unifor… in android_glGetUniformIndices_array() argument
3125 if (!uniformIndices_ref) { in android_glGetUniformIndices_array()
3137 if (_env->GetArrayLength(uniformIndices_ref) - uniformIndicesOffset < _count) { in android_glGetUniformIndices_array()
3144 uniformIndices_ref, 0); in android_glGetUniformIndices_array()
3151 _env->ReleasePrimitiveArrayCritical(uniformIndices_ref, _indices_base, in android_glGetUniformIndices_array()
3249 …(JNIEnv *_env, jobject _this, jint program, jint uniformCount, jintArray uniformIndices_ref, jint … in android_glGetActiveUniformsiv__II_3III_3II() argument
3260 if (!uniformIndices_ref) { in android_glGetActiveUniformsiv__II_3III_3II()
3272 _uniformIndicesRemaining = _env->GetArrayLength(uniformIndices_ref) - uniformIndicesOffset; in android_glGetActiveUniformsiv__II_3III_3II()
3274 _env->GetPrimitiveArrayCritical(uniformIndices_ref, (jboolean *)0); in android_glGetActiveUniformsiv__II_3III_3II()
3308 _env->ReleasePrimitiveArrayCritical(uniformIndices_ref, uniformIndices_base, in android_glGetActiveUniformsiv__II_3III_3II()