/frameworks/native/opengl/libagl/ |
D | vertex.cpp | 221 void glNormal3x(GLfixed x, GLfixed y, GLfixed z) in glNormal3x() function
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES10.spec | 71 void glNormal3x ( GLfixed nx, GLfixed ny, GLfixed nz )
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 733 void glNormal3x( in glNormal3x() method
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.0 | 71 void glNormal3x ( GLfixed nx, GLfixed ny, GLfixed nz )
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | gl_api.in | 331 void API_ENTRY(glNormal3x)(GLfixed nx, GLfixed ny, GLfixed nz) { 332 CALL_GL_API(glNormal3x, nx, ny, nz);
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES10.java | 939 public static native void glNormal3x( in glNormal3x() method in GLES10
|
D | GLErrorWrapper.java | 595 public void glNormal3x(int nx, int ny, int nz) { in glNormal3x() method in GLErrorWrapper 597 mgl.glNormal3x(nx, ny, nz); in glNormal3x()
|
D | GLLogWrapper.java | 2135 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/ |
D | gl.h | 543 GLAPI void APIENTRY glNormal3x (GLfixed nx, GLfixed ny, GLfixed nz);
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 764 public native void glNormal3x( in glNormal3x() method in GLImpl
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 705 GL_API void GL_APIENTRY glNormal3x (GLfixed nx, GLfixed ny, GLfixed nz);
|
/frameworks/base/libs/hwui/debug/ |
D | unwrap_gles.h | 575 #undef glNormal3x
|
D | wrap_gles.h | 575 #define glNormal3x wrap_glNormal3x macro
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES10.cpp | 2509 glNormal3x( in android_glNormal3x__III()
|
D | com_google_android_gles_jni_GLImpl.cpp | 3226 glNormal3x( in android_glNormal3x__III()
|
/frameworks/native/opengl/libs/ |
D | entries.in | 556 GL_ENTRY(void, glNormal3x, GLfixed nx, GLfixed ny, GLfixed nz)
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 18968 method public static void glNormal3x(int, int, int); 51890 method public abstract void glNormal3x(int, int, int);
|
/frameworks/base/api/ |
D | current.txt | 25578 method public static void glNormal3x(int, int, int); 62951 method public abstract void glNormal3x(int, int, int);
|
D | system-current.txt | 28067 method public static void glNormal3x(int, int, int); 66485 method public abstract void glNormal3x(int, int, int);
|
D | test-current.txt | 25652 method public static void glNormal3x(int, int, int); 63044 method public abstract void glNormal3x(int, int, int);
|