Searched defs:glNormal3x (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/opengl/libagl/
H A Dvertex.cpp221 void glNormal3x(GLfixed x, GLfixed y, GLfixed z) function
/frameworks/base/opengl/java/android/opengl/
H A DGLErrorWrapper.java595 public void glNormal3x(int nx, int ny, int nz) { method in class:GLErrorWrapper
597 mgl.glNormal3x(nx, ny, nz);
H A DGLES10.java937 // C function void glNormal3x ( GLfixed nx, GLfixed ny, GLfixed nz )
939 public static native void glNormal3x( method in class:GLES10
H A DGLLogWrapper.java2135 public void glNormal3x(int nx, int ny, int nz) { method in class:GLLogWrapper
2136 begin("glNormal3x");
2142 mgl.glNormal3x(nx, ny, nz);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java762 // C function void glNormal3x ( GLfixed nx, GLfixed ny, GLfixed nz )
764 public native void glNormal3x( method in class:GLImpl
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java733 void glNormal3x( method in interface:GL10
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h572 #define glNormal3x wrap_glNormal3x macro
H A Dgles_undefine.h572 #undef glNormal3x macro

Completed in 171 milliseconds