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.cpp3104 GLuint* _indices = NULL; local
3145 _indices = _indices_base + uniformIndicesOffset;
3147 glGetUniformIndices(program, _count, _names, _indices);
3182 GLuint* _indices = NULL; local
3211 _indices = (GLuint*)getPointer(_env, uniformIndices_buf,
3214 if (!_indices) {
3217 _indices = (GLuint*)(_indicesBase + _uniformIndicesOffset);
3226 glGetUniformIndices(program, _count, _names, _indices);

Completed in 86 milliseconds