Searched defs:_indices (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglGetUniformIndices.cpp13 GLuint* _indices = NULL; local
54 _indices = _indices_base + uniformIndicesOffset;
56 glGetUniformIndices(program, _count, _names, _indices);
91 GLuint* _indices = NULL; local
120 _indices = (GLuint*)getPointer(_env, uniformIndices_buf,
123 if (!_indices) {
126 _indices = (GLuint*)(_indicesBase + _uniformIndicesOffset);
135 glGetUniformIndices(program, _count, _names, _indices);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp3685 GLuint* _indices = NULL; local
3726 _indices = _indices_base + uniformIndicesOffset;
3728 glGetUniformIndices(program, _count, _names, _indices);
3763 GLuint* _indices = NULL; local
3792 _indices = (GLuint*)getPointer(_env, uniformIndices_buf,
3795 if (!_indices) {
3798 _indices = (GLuint*)(_indicesBase + _uniformIndicesOffset);
3807 glGetUniformIndices(program, _count, _names, _indices);

Completed in 170 milliseconds