Home
last modified time | relevance | path

Searched defs:ny (Results 1 – 6 of 6) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DCubeMapActivity.java181 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()
DTouchPaint.java486 float ny = (float) (- Math.cos(orientation) * Math.sin(tilt)); in drawSplat() local
/development/tools/emulator/opengl/tests/gles_android_wrapper/
Dgles.cpp181 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/
Dgl_entry.cpp459 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()
Dgl_enc.cpp458 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/
DMatrixTrackingGL.java478 public void glNormal3f(float nx, float ny, float nz) { in glNormal3f()
482 public void glNormal3x(int nx, int ny, int nz) { in glNormal3x()