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

  /frameworks/base/core/jni/
android_opengl_GLES10Ext.cpp 179 jarray _mantissaArray = (jarray) 0;
187 mantissa = (GLfixed *)getPointer(_env, mantissa_buf, &_mantissaArray, &_mantissaRemaining);
205 if (_mantissaArray) {
206 releasePointer(_env, _mantissaArray, exponent, _exception ? JNI_FALSE : JNI_TRUE);
com_google_android_gles_jni_GLImpl.cpp     [all...]

Completed in 123 milliseconds