Searched defs:uniformNames_ref (Results 1 - 2 of 2) sorted by relevance

/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) {
15 if (!uniformNames_ref) {
21 _count = _env->GetArrayLength(uniformNames_ref);
24 jstring _name = (jstring)_env->GetObjectArrayElement(uniformNames_ref, _i);
65 jstring _name = (jstring)_env->GetObjectArrayElement(uniformNames_ref, _i);
81 (JNIEnv *_env, jobject _this, jint program, jobjectArray uniformNames_ref, jobject uniformIndices_buf) {
94 if (!uniformNames_ref) {
107 _count = _env->GetArrayLength(uniformNames_ref);
110 jstring _name = (jstring)_env->GetObjectArrayElement(uniformNames_ref, _i);
144 jstring _name = (jstring)_env->GetObjectArrayElement(uniformNames_ref, _
4 android_glGetUniformIndices_array(JNIEnv *_env, jobject _this, jint program, jobjectArray uniformNames_ref, jintArray uniformIndices_ref, jint uniformIndicesOffset) argument
80 android_glGetUniformIndices_buffer(JNIEnv *_env, jobject _this, jint program, jobjectArray uniformNames_ref, jobject uniformIndices_buf) argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp3232 (JNIEnv *_env, jobject _this, jint program, jobjectArray uniformNames_ref, jintArray uniformIndices_ref, jint uniformIndicesOffset) {
3242 if (!uniformNames_ref) {
3248 _count = _env->GetArrayLength(uniformNames_ref);
3251 jstring _name = (jstring)_env->GetObjectArrayElement(uniformNames_ref, _i);
3292 jstring _name = (jstring)_env->GetObjectArrayElement(uniformNames_ref, _i);
3308 (JNIEnv *_env, jobject _this, jint program, jobjectArray uniformNames_ref, jobject uniformIndices_buf) {
3321 if (!uniformNames_ref) {
3334 _count = _env->GetArrayLength(uniformNames_ref);
3337 jstring _name = (jstring)_env->GetObjectArrayElement(uniformNames_ref, _i);
3371 jstring _name = (jstring)_env->GetObjectArrayElement(uniformNames_ref, _
3231 android_glGetUniformIndices_array(JNIEnv *_env, jobject _this, jint program, jobjectArray uniformNames_ref, jintArray uniformIndices_ref, jint uniformIndicesOffset) argument
3307 android_glGetUniformIndices_buffer(JNIEnv *_env, jobject _this, jint program, jobjectArray uniformNames_ref, jobject uniformIndices_buf) argument
[all...]

Completed in 147 milliseconds