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

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp2524 jint _countRemaining; local
2537 _countRemaining = _env->GetArrayLength(count_ref) - countOffset;
2538 if (_countRemaining < 1) {
2604 jint _countRemaining; local
2610 count = (GLsizei *)getPointer(_env, count_buf, (jarray*)&_countArray, &_countRemaining, &_countBufferOffset);
2611 if (_countRemaining < 1) {

Completed in 557 milliseconds