Searched refs:glNormal3xOES (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec39 void glNormal3xOES ( GLfixed nx, GLfixed ny, GLfixed nz )
/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java570 // C function void glNormal3xOES ( GLfixed nx, GLfixed ny, GLfixed nz )
572 public static native void glNormal3xOES( method in class:GLES11Ext
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h574 #define glNormal3xOES wrap_glNormal3xOES macro
H A Dgles_undefine.h573 #undef glNormal3xOES macro
/frameworks/native/opengl/include/GLES/
H A Dglext.h233 GL_API void GL_APIENTRY glNormal3xOES (GLfixed nx, GLfixed ny, GLfixed nz);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp2165 /* void glNormal3xOES ( GLfixed nx, GLfixed ny, GLfixed nz ) */
2169 glNormal3xOES(
4065 {"glNormal3xOES", "(III)V", (void *) android_glNormal3xOES__III },

Completed in 60 milliseconds