Searched refs:_indices (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
D | glGetUniformIndices.cpp | 13 GLuint* _indices = NULL; in android_glGetUniformIndices_array() local 54 _indices = _indices_base + uniformIndicesOffset; in android_glGetUniformIndices_array() 56 glGetUniformIndices(program, _count, _names, _indices); in android_glGetUniformIndices_array() 91 GLuint* _indices = NULL; in android_glGetUniformIndices_buffer() local 120 _indices = (GLuint*)getPointer(_env, uniformIndices_buf, in android_glGetUniformIndices_buffer() 123 if (!_indices) { in android_glGetUniformIndices_buffer() 126 _indices = (GLuint*)(_indicesBase + _uniformIndicesOffset); in android_glGetUniformIndices_buffer() 135 glGetUniformIndices(program, _count, _names, _indices); in android_glGetUniformIndices_buffer()
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES30.cpp | 3684 GLuint* _indices = NULL; in android_glGetUniformIndices_array() local 3725 _indices = _indices_base + uniformIndicesOffset; in android_glGetUniformIndices_array() 3727 glGetUniformIndices(program, _count, _names, _indices); in android_glGetUniformIndices_array() 3762 GLuint* _indices = NULL; in android_glGetUniformIndices_buffer() local 3791 _indices = (GLuint*)getPointer(_env, uniformIndices_buf, in android_glGetUniformIndices_buffer() 3794 if (!_indices) { in android_glGetUniformIndices_buffer() 3797 _indices = (GLuint*)(_indicesBase + _uniformIndicesOffset); in android_glGetUniformIndices_buffer() 3806 glGetUniformIndices(program, _count, _names, _indices); in android_glGetUniformIndices_buffer()
|