Home | History | Annotate | Download | only in jni

Lines Matching refs:_names

3101     const char** _names = NULL;
3112 _names = (const char**)calloc(_count, sizeof(const char*));
3121 _names[_i] = _env->GetStringUTFChars(_name, 0);
3146 glGetUniformIndices(program, _count, _names, _indices);
3154 if (_names[_i]) {
3157 _env->ReleaseStringUTFChars(_name, _names[_i]);
3161 free(_names);
3177 const char** _names = NULL;
3198 _names = (const char**)calloc(_count, sizeof(const char*));
3207 _names[_i] = _env->GetStringUTFChars(_name, 0);
3225 glGetUniformIndices(program, _count, _names, _indices);
3232 if (_names[_i]) {
3235 _env->ReleaseStringUTFChars(_name, _names[_i]);
3239 free(_names);