Home
last modified time | relevance | path

Searched refs:glNormal3x (Results 1 – 20 of 20) sorted by relevance

/frameworks/native/opengl/libagl/
Dvertex.cpp221 void glNormal3x(GLfixed x, GLfixed y, GLfixed z) in glNormal3x() function
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES10.spec71 void glNormal3x ( GLfixed nx, GLfixed ny, GLfixed nz )
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java733 void glNormal3x( in glNormal3x() method
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.071 void glNormal3x ( GLfixed nx, GLfixed ny, GLfixed nz )
/frameworks/native/opengl/libs/GLES_CM/
Dgl_api.in331 void API_ENTRY(glNormal3x)(GLfixed nx, GLfixed ny, GLfixed nz) {
332 CALL_GL_API(glNormal3x, nx, ny, nz);
/frameworks/base/opengl/java/android/opengl/
DGLES10.java939 public static native void glNormal3x( in glNormal3x() method in GLES10
DGLErrorWrapper.java595 public void glNormal3x(int nx, int ny, int nz) { in glNormal3x() method in GLErrorWrapper
597 mgl.glNormal3x(nx, ny, nz); in glNormal3x()
DGLLogWrapper.java2135 public void glNormal3x(int nx, int ny, int nz) { in glNormal3x() method in GLLogWrapper
2142 mgl.glNormal3x(nx, ny, nz); in glNormal3x()
/frameworks/native/opengl/tests/angeles/include/GLES/
Dgl.h543 GLAPI void APIENTRY glNormal3x (GLfixed nx, GLfixed ny, GLfixed nz);
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java764 public native void glNormal3x( in glNormal3x() method in GLImpl
/frameworks/native/opengl/include/GLES/
Dgl.h705 GL_API void GL_APIENTRY glNormal3x (GLfixed nx, GLfixed ny, GLfixed nz);
/frameworks/base/libs/hwui/debug/
Dunwrap_gles.h575 #undef glNormal3x
Dwrap_gles.h575 #define glNormal3x wrap_glNormal3x macro
/frameworks/base/core/jni/
Dandroid_opengl_GLES10.cpp2509 glNormal3x( in android_glNormal3x__III()
Dcom_google_android_gles_jni_GLImpl.cpp3226 glNormal3x( in android_glNormal3x__III()
/frameworks/native/opengl/libs/
Dentries.in556 GL_ENTRY(void, glNormal3x, GLfixed nx, GLfixed ny, GLfixed nz)
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt18968 method public static void glNormal3x(int, int, int);
51890 method public abstract void glNormal3x(int, int, int);
/frameworks/base/api/
Dcurrent.txt25578 method public static void glNormal3x(int, int, int);
62951 method public abstract void glNormal3x(int, int, int);
Dsystem-current.txt28067 method public static void glNormal3x(int, int, int);
66485 method public abstract void glNormal3x(int, int, int);
Dtest-current.txt25652 method public static void glNormal3x(int, int, int);
63044 method public abstract void glNormal3x(int, int, int);