Searched refs:_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.cpp3240 GLuint* _indices = NULL; local
3281 _indices = _indices_base + uniformIndicesOffset;
3283 glGetUniformIndices(program, _count, _names, _indices);
3318 GLuint* _indices = NULL; local
3347 _indices = (GLuint*)getPointer(_env, uniformIndices_buf,
3350 if (!_indices) {
3353 _indices = (GLuint*)(_indicesBase + _uniformIndicesOffset);
3362 glGetUniformIndices(program, _count, _names, _indices);

Completed in 77 milliseconds