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

  /frameworks/base/core/jni/
android_opengl_GLES11.cpp 869 /* void glGetClipPlanef ( GLenum pname, GLfloat *eqn ) */
878 GLfloat *eqn = (GLfloat *) 0; local
883 _exceptionMessage = "eqn == null";
901 eqn = eqn_base + offset;
905 (GLfloat *)eqn
918 /* void glGetClipPlanef ( GLenum pname, GLfloat *eqn ) */
928 GLfloat *eqn = (GLfloat *) 0; local
930 eqn = (GLfloat *)getPointer(_env, eqn_buf, &_array, &_remaining, &_bufferOffset);
937 if (eqn == NULL) {
939 eqn = (GLfloat *) (_eqnBase + _bufferOffset)
964 GLfixed *eqn = (GLfixed *) 0; local
1014 GLfixed *eqn = (GLfixed *) 0; local
    [all...]
android_opengl_GLES11Ext.cpp 994 /* void glGetClipPlanexOES ( GLenum pname, GLfixed *eqn ) */
1003 GLfixed *eqn = (GLfixed *) 0; local
1008 _exceptionMessage = "eqn == null";
1026 eqn = eqn_base + offset;
1030 (GLfixed *)eqn
1043 /* void glGetClipPlanexOES ( GLenum pname, GLfixed *eqn ) */
1053 GLfixed *eqn = (GLfixed *) 0; local
1055 eqn = (GLfixed *)getPointer(_env, eqn_buf, &_array, &_remaining, &_bufferOffset);
1062 if (eqn == NULL) {
1064 eqn = (GLfixed *) (_eqnBase + _bufferOffset)
2922 GLfloat *eqn = (GLfloat *) 0; local
2972 GLfloat *eqn = (GLfloat *) 0; local
    [all...]
com_google_android_gles_jni_GLImpl.cpp 4647 GLfloat *eqn = (GLfloat *) 0; local
4688 GLfloat *eqn = (GLfloat *) 0; local
4713 GLfixed *eqn = (GLfixed *) 0; local
4754 GLfixed *eqn = (GLfixed *) 0; local
    [all...]

Completed in 184 milliseconds