Searched refs:_indices (Results 1 – 1 of 1) sorted by relevance
3651 GLuint* _indices = NULL; in android_glGetUniformIndices_array() local3692 _indices = _indices_base + uniformIndicesOffset; in android_glGetUniformIndices_array()3694 glGetUniformIndices(program, _count, _names, _indices); in android_glGetUniformIndices_array()3729 GLuint* _indices = NULL; in android_glGetUniformIndices_buffer() local3758 _indices = (GLuint*)getPointer(_env, uniformIndices_buf, in android_glGetUniformIndices_buffer()3761 if (!_indices) { in android_glGetUniformIndices_buffer()3764 _indices = (GLuint*)(_indicesBase + _uniformIndicesOffset); in android_glGetUniformIndices_buffer()3773 glGetUniformIndices(program, _count, _names, _indices); in android_glGetUniformIndices_buffer()