Searched defs:ny (Results 1 – 6 of 6) sorted by relevance
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | CubeMapActivity.java | 181 float ny = -sinV * cosU; in generateTorusGrid() local 317 public void set(int i, int j, float x, float y, float z, float nx, float ny, float nz) { in set()
|
D | TouchPaint.java | 486 float ny = (float) (- Math.cos(orientation) * Math.sin(tilt)); in drawSplat() local
|
/development/tools/emulator/opengl/tests/gles_android_wrapper/ |
D | gles.cpp | 181 void glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz) in glNormal3f() 606 void glNormal3x(GLfixed nx, GLfixed ny, GLfixed nz) in glNormal3x() 971 void glNormal3xOES(GLfixed nx, GLfixed ny, GLfixed nz) in glNormal3xOES()
|
/development/tools/emulator/opengl/system/GLESv1_enc/ |
D | gl_entry.cpp | 459 void glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz) in glNormal3f() 967 void glNormal3x(GLfixed nx, GLfixed ny, GLfixed nz) in glNormal3x() 1525 void glNormal3xOES(GLfixed nx, GLfixed ny, GLfixed nz) in glNormal3xOES()
|
D | gl_enc.cpp | 458 void glNormal3f_enc(void *self , GLfloat nx, GLfloat ny, GLfloat nz) in glNormal3f_enc() 1849 void glNormal3x_enc(void *self , GLfixed nx, GLfixed ny, GLfixed nz) in glNormal3x_enc() 3445 void glNormal3xOES_enc(void *self , GLfixed nx, GLfixed ny, GLfixed nz) in glNormal3xOES_enc()
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
D | MatrixTrackingGL.java | 478 public void glNormal3f(float nx, float ny, float nz) { in glNormal3f() 482 public void glNormal3x(int nx, int ny, int nz) { in glNormal3x()
|