/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/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 | 515 GL_API void GL_APIENTRY glNormal3x (GLfixed nx, GLfixed ny, GLfixed nz);
|
/frameworks/base/libs/hwui/debug/ |
D | gles_undefine.h | 572 #undef glNormal3x
|
D | gles_redefine.h | 573 #define glNormal3x wrap_glNormal3x macro
|
/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/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |