Home | History | Annotate | Download | only in jni

Lines Matching refs:_names

3102     const char** _names = NULL;
3113 _names = (const char**)calloc(_count, sizeof(const char*));
3122 _names[_i] = _env->GetStringUTFChars(_name, 0);
3147 glGetUniformIndices(program, _count, _names, _indices);
3155 if (_names[_i]) {
3158 _env->ReleaseStringUTFChars(_name, _names[_i]);
3162 free(_names);
3178 const char** _names = NULL;
3199 _names = (const char**)calloc(_count, sizeof(const char*));
3208 _names[_i] = _env->GetStringUTFChars(_name, 0);
3226 glGetUniformIndices(program, _count, _names, _indices);
3233 if (_names[_i]) {
3236 _env->ReleaseStringUTFChars(_name, _names[_i]);
3240 free(_names);