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

  /frameworks/base/core/jni/
android_opengl_GLES10Ext.cpp 180 jarray _exponentArray = (jarray) 0;
193 exponent = (GLint *)getPointer(_env, exponent_buf, &_exponentArray, &_exponentRemaining);
208 if (_exponentArray) {
209 releasePointer(_env, _exponentArray, mantissa, _exception ? JNI_FALSE : JNI_TRUE);
com_google_android_gles_jni_GLImpl.cpp     [all...]

Completed in 1001 milliseconds