Home | History | Annotate | Download | only in jni

Lines Matching defs:_indices

3684     GLuint* _indices = NULL;
3725 _indices = _indices_base + uniformIndicesOffset;
3727 glGetUniformIndices(program, _count, _names, _indices);
3762 GLuint* _indices = NULL;
3791 _indices = (GLuint*)getPointer(_env, uniformIndices_buf,
3794 if (!_indices) {
3797 _indices = (GLuint*)(_indicesBase + _uniformIndicesOffset);
3806 glGetUniformIndices(program, _count, _names, _indices);