Searched refs:glNormal3x (Results 1 - 13 of 13) sorted by relevance

/frameworks/native/opengl/libagl/
H A Dvertex.cpp221 void glNormal3x(GLfixed x, GLfixed y, GLfixed z) function
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec71 void glNormal3x ( GLfixed nx, GLfixed ny, GLfixed nz )
/frameworks/base/opengl/java/android/opengl/
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 DGLErrorWrapper.java595 public void glNormal3x(int nx, int ny, int nz) { method in class:GLErrorWrapper
597 mgl.glNormal3x(nx, ny, nz);
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/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
/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/native/opengl/include/GLES/
H A Dgl.h705 GL_API void GL_APIENTRY glNormal3x (GLfixed nx, GLfixed ny, GLfixed nz);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h543 GLAPI void APIENTRY glNormal3x (GLfixed nx, GLfixed ny, GLfixed nz);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp2674 /* void glNormal3x ( GLfixed nx, GLfixed ny, GLfixed nz ) */
2678 glNormal3x(
3499 {"glNormal3x", "(III)V", (void *) android_glNormal3x__III },
H A Dcom_google_android_gles_jni_GLImpl.cpp3386 /* void glNormal3x ( GLfixed nx, GLfixed ny, GLfixed nz ) */
3390 glNormal3x(
9180 {"glNormal3x", "(III)V", (void *) android_glNormal3x__III },

Completed in 4670 milliseconds