/frameworks/native/opengl/libs/ |
D | libGLESv1_CM.map.txt | 200 glNormal3x;
|
D | entries_gles1.in | 210 GL_ENTRY(void, glNormal3x, GLfixed nx, GLfixed ny, GLfixed nz)
|
D | entries.in | 618 GL_ENTRY(void, glNormal3x, GLfixed nx, GLfixed ny, GLfixed nz)
|
/frameworks/libs/native_bridge_support/libGLESv1_CM/ |
D | stubs_arm.cc | 217 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glNormal3x); 497 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glNormal3x); in init_stub_library()
|
D | stubs_arm64.cc | 217 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glNormal3x); 497 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glNormal3x); in init_stub_library()
|
/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 | 767 public native void glNormal3x( in glNormal3x() method in GLImpl
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 515 GL_API void GL_APIENTRY glNormal3x (GLfixed nx, GLfixed ny, GLfixed nz);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES10.cpp | 2643 glNormal3x( in android_glNormal3x__III()
|
D | com_google_android_gles_jni_GLImpl.cpp | 3330 glNormal3x( in android_glNormal3x__III()
|
/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/core/api/ |
D | current.txt | 28137 method public static void glNormal3x(int, int, int); 58191 method public void glNormal3x(int, int, int);
|