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

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

Completed in 34 milliseconds