/frameworks/base/opengl/tests/lighting1709/src/com/android/lightingtest/ |
D | ClearActivity.java | 125 gl.glNormal3f(0, 0, 1); in onDrawFrame()
|
/frameworks/base/opengl/libagl/ |
D | vertex.cpp | 213 void glNormal3f(GLfloat x, GLfloat y, GLfloat z) in glNormal3f() function
|
/frameworks/base/opengl/tools/glgen/specs/gles11/ |
D | GLES10.spec | 70 void glNormal3f ( GLfloat nx, GLfloat ny, GLfloat nz )
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 727 void glNormal3f( in glNormal3f() method
|
/frameworks/base/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.0 | 70 void glNormal3f ( GLfloat nx, GLfloat ny, GLfloat nz )
|
/frameworks/base/opengl/libs/GLES_CM/ |
D | gl_api.in | 76 void API_ENTRY(glNormal3f)(GLfloat nx, GLfloat ny, GLfloat nz) { 77 CALL_GL_API(glNormal3f, nx, ny, nz);
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES10.java | 947 public static native void glNormal3f( in glNormal3f() method in GLES10
|
D | GLErrorWrapper.java | 589 public void glNormal3f(float nx, float ny, float nz) { in glNormal3f() method in GLErrorWrapper 591 mgl.glNormal3f(nx, ny, nz); in glNormal3f()
|
D | GLLogWrapper.java | 2124 public void glNormal3f(float nx, float ny, float nz) { in glNormal3f() method in GLLogWrapper 2131 mgl.glNormal3f(nx, ny, nz); in glNormal3f()
|
/frameworks/base/opengl/tests/angeles/include/GLES/ |
D | gl.h | 542 GLAPI void APIENTRY glNormal3f (GLfloat nx, GLfloat ny, GLfloat nz);
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 755 public native void glNormal3f( in glNormal3f() method in GLImpl
|
/frameworks/base/opengl/include/GLES/ |
D | gl.h | 618 GL_API void GL_APIENTRY glNormal3f (GLfloat nx, GLfloat ny, GLfloat nz);
|
/frameworks/base/opengl/libs/ |
D | entries.in | 259 GL_ENTRY(void, glNormal3f, GLfloat nx, GLfloat ny, GLfloat nz)
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES10.cpp | 2767 glNormal3f( in android_glNormal3f__FFF()
|
D | com_google_android_gles_jni_GLImpl.cpp | 2893 glNormal3f( in android_glNormal3f__FFF()
|