Searched defs:_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.cpp3239 GLuint* _indices_base = NULL; local
3279 _indices_base = (GLuint*)_env->GetIntArrayElements(
3281 _indices = _indices_base + uniformIndicesOffset;
3286 if (_indices_base) {
3287 _env->ReleaseIntArrayElements(uniformIndices_ref, (jint*)_indices_base,

Completed in 106 milliseconds