HomeSort by relevance Sort by last modified time
    Searched refs:_exponentRemaining (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/jni/
android_opengl_GLES10Ext.cpp 114 jint _exponentRemaining;
147 _exponentRemaining = _env->GetArrayLength(exponent_ref) - exponentOffset;
148 if (_exponentRemaining < 16) {
184 jint _exponentRemaining;
193 exponent = (GLint *)getPointer(_env, exponent_buf, &_exponentArray, &_exponentRemaining);
194 if (_exponentRemaining < 16) {
com_google_android_gles_jni_GLImpl.cpp     [all...]

Completed in 42 milliseconds