Searched defs:uniformIndices_base (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp3389 GLuint *uniformIndices_base = (GLuint *) 0; local
3409 uniformIndices_base = (GLuint *)
3411 uniformIndices = uniformIndices_base + uniformIndicesOffset;
3443 if (uniformIndices_base) {
3444 _env->ReleaseIntArrayElements(uniformIndices_ref, (jint*)uniformIndices_base,

Completed in 50 milliseconds