Searched defs:uniformIndices_ref (Results 1 - 2 of 2) sorted by last modified time

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglGetUniformIndices.cpp5 (JNIEnv *_env, jobject _this, jint program, jobjectArray uniformNames_ref, jintArray uniformIndices_ref, jint uniformIndicesOffset) {
34 if (!uniformIndices_ref) {
46 if (_env->GetArrayLength(uniformIndices_ref) - uniformIndicesOffset < _count) {
53 uniformIndices_ref, 0);
60 _env->ReleaseIntArrayElements(uniformIndices_ref, (jint*)_indices_base,
4 android_glGetUniformIndices_array(JNIEnv *_env, jobject _this, jint program, jobjectArray uniformNames_ref, jintArray uniformIndices_ref, jint uniformIndicesOffset) argument
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp3232 (JNIEnv *_env, jobject _this, jint program, jobjectArray uniformNames_ref, jintArray uniformIndices_ref, jint uniformIndicesOffset) {
3261 if (!uniformIndices_ref) {
3273 if (_env->GetArrayLength(uniformIndices_ref) - uniformIndicesOffset < _count) {
3280 uniformIndices_ref, 0);
3287 _env->ReleaseIntArrayElements(uniformIndices_ref, (jint*)_indices_base,
3385 (JNIEnv *_env, jobject _this, jint program, jint uniformCount, jintArray uniformIndices_ref, jint uniformIndicesOffset, jint pname, jintArray params_ref, jint paramsOffset) {
3396 if (!uniformIndices_ref) {
3408 _uniformIndicesRemaining = _env->GetArrayLength(uniformIndices_ref) - uniformIndicesOffset;
3410 _env->GetIntArrayElements(uniformIndices_ref, (jboolean *)0);
3444 _env->ReleaseIntArrayElements(uniformIndices_ref, (jin
3231 android_glGetUniformIndices_array(JNIEnv *_env, jobject _this, jint program, jobjectArray uniformNames_ref, jintArray uniformIndices_ref, jint uniformIndicesOffset) argument
3384 android_glGetActiveUniformsiv__II_3III_3II(JNIEnv *_env, jobject _this, jint program, jint uniformCount, jintArray uniformIndices_ref, jint uniformIndicesOffset, jint pname, jintArray params_ref, jint paramsOffset) argument
[all...]

Completed in 95 milliseconds