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

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp2313 jint _countRemaining; local
2331 _countRemaining = _env->GetArrayLength(count_ref) - countOffset;
2332 if (_countRemaining < 1) {
2397 jint _countRemaining; local
2403 count = (GLsizei *)getPointer(_env, count_buf, &_countArray, &_countRemaining, &_countBufferOffset);
2404 if (_countRemaining < 1) {

Completed in 48 milliseconds