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