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

/frameworks/native/opengl/libagl/
H A Dvertex.cpp213 void glNormal3f(GLfloat x, GLfloat y, GLfloat z) function
/frameworks/base/opengl/java/android/opengl/
H A DGLErrorWrapper.java589 public void glNormal3f(float nx, float ny, float nz) { method in class:GLErrorWrapper
591 mgl.glNormal3f(nx, ny, nz);
H A DGLES10.java929 // C function void glNormal3f ( GLfloat nx, GLfloat ny, GLfloat nz )
931 public static native void glNormal3f( method in class:GLES10
H A DGLLogWrapper.java2124 public void glNormal3f(float nx, float ny, float nz) { method in class:GLLogWrapper
2125 begin("glNormal3f");
2131 mgl.glNormal3f(nx, ny, nz);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java754 // C function void glNormal3f ( GLfloat nx, GLfloat ny, GLfloat nz )
756 public native void glNormal3f( method in class:GLImpl
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java727 void glNormal3f( method in interface:GL10
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h571 #define glNormal3f wrap_glNormal3f macro
H A Dgles_undefine.h571 #undef glNormal3f macro

Completed in 640 milliseconds