Home | History | Annotate | Download | only in gles11

Lines Matching refs:_names

11     const char** _names = NULL;
22 _names = (const char**)calloc(_count, sizeof(const char*));
31 _names[_i] = _env->GetStringUTFChars(_name, 0);
56 glGetUniformIndices(program, _count, _names, _indices);
64 if (_names[_i]) {
67 _env->ReleaseStringUTFChars(_name, _names[_i]);
71 free(_names);
87 const char** _names = NULL;
108 _names = (const char**)calloc(_count, sizeof(const char*));
117 _names[_i] = _env->GetStringUTFChars(_name, 0);
135 glGetUniformIndices(program, _count, _names, _indices);
142 if (_names[_i]) {
145 _env->ReleaseStringUTFChars(_name, _names[_i]);
149 free(_names);