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

  /frameworks/base/core/jni/
android_opengl_GLES11.cpp 592 char * _equationBase = (char *)_env->GetFloatArrayElements(_array, (jboolean *) 0);
593 equation = (GLfloat *) (_equationBase + _bufferOffset);
664 char * _equationBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0);
665 equation = (GLfixed *) (_equationBase + _bufferOffset);
    [all...]
android_opengl_GLES11Ext.cpp 995 char * _equationBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0);
996 equation = (GLfixed *) (_equationBase + _bufferOffset);
    [all...]
com_google_android_gles_jni_GLImpl.cpp     [all...]

Completed in 38 milliseconds