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

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

Completed in 35 milliseconds