Searched refs:glNormal3f (Results 1 - 14 of 14) sorted by relevance

/frameworks/native/opengl/tests/lighting1709/src/com/android/lightingtest/
H A DClearActivity.java125 gl.glNormal3f(0, 0, 1);
/frameworks/native/opengl/libagl/
H A Dvertex.cpp213 void glNormal3f(GLfloat x, GLfloat y, GLfloat z) function
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec70 void glNormal3f ( GLfloat nx, GLfloat ny, GLfloat nz )
/frameworks/base/opengl/java/android/opengl/
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 DGLErrorWrapper.java589 public void glNormal3f(float nx, float ny, float nz) { method in class:GLErrorWrapper
591 mgl.glNormal3f(nx, ny, nz);
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/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
/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/native/opengl/include/GLES/
H A Dgl.h429 GL_API void GL_APIENTRY glNormal3f (GLfloat nx, GLfloat ny, GLfloat nz);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h542 GLAPI void APIENTRY glNormal3f (GLfloat nx, GLfloat ny, GLfloat nz);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp2663 /* void glNormal3f ( GLfloat nx, GLfloat ny, GLfloat nz ) */
2667 glNormal3f(
3498 {"glNormal3f", "(FFF)V", (void *) android_glNormal3f__FFF },
H A Dcom_google_android_gles_jni_GLImpl.cpp3375 /* void glNormal3f ( GLfloat nx, GLfloat ny, GLfloat nz ) */
3379 glNormal3f(
9179 {"glNormal3f", "(FFF)V", (void *) android_glNormal3f__FFF },

Completed in 375 milliseconds