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

  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glGetUniformIndices.cpp 12 GLuint* _indices_base = NULL; local
52 _indices_base = (GLuint*)_env->GetPrimitiveArrayCritical(
54 _indices = _indices_base + uniformIndicesOffset;
59 if (_indices_base) {
60 _env->ReleasePrimitiveArrayCritical(uniformIndices_ref, _indices_base,
  /frameworks/base/core/jni/
android_opengl_GLES30.cpp 3101 GLuint* _indices_base = NULL; local
    [all...]

Completed in 52 milliseconds