Searched refs:_indices_base (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglGetUniformIndices.cpp12 GLuint* _indices_base = NULL; local
52 _indices_base = (GLuint*)_env->GetIntArrayElements(
54 _indices = _indices_base + uniformIndicesOffset;
59 if (_indices_base) {
60 _env->ReleaseIntArrayElements(uniformIndices_ref, (jint*)_indices_base,
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp3684 GLuint* _indices_base = NULL; local
3724 _indices_base = (GLuint*)_env->GetIntArrayElements(
3726 _indices = _indices_base + uniformIndicesOffset;
3731 if (_indices_base) {
3732 _env->ReleaseIntArrayElements(uniformIndices_ref, (jint*)_indices_base,

Completed in 547 milliseconds