HomeSort by relevance Sort by last modified time
    Searched defs:_indices (Results 1 - 2 of 2) sorted by null

  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glGetUniformIndices.cpp 13 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/
android_opengl_GLES30.cpp 3684 GLuint* _indices = NULL; local
3762 GLuint* _indices = NULL; local
    [all...]

Completed in 62 milliseconds