Searched refs:ny (Results 1 – 5 of 5) sorted by relevance
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | CubeMapActivity.java | 181 float ny = -sinV * cosU; in generateTorusGrid() local 184 float length = (float) Math.sqrt(nx*nx + ny*ny + nz*nz); in generateTorusGrid() 186 ny /= length; in generateTorusGrid() 189 grid.set(i, j, x, y, z, nx, ny, nz); in generateTorusGrid() 317 public void set(int i, int j, float x, float y, float z, float nx, float ny, float nz) { in set() argument 332 mVertexBuffer.put(ny); in set()
|
D | TouchPaint.java | 519 float ny = (float) (- Math.cos(orientation) * Math.sin(tilt)); in drawSplat() local 526 float cy = ny * cd; in drawSplat()
|
/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() argument 479 mgl.glNormal3f(nx, ny, nz); in glNormal3f() 482 public void glNormal3x(int nx, int ny, int nz) { in glNormal3x() argument 483 mgl.glNormal3x(nx, ny, nz); in glNormal3x()
|
/development/ndk/platforms/android-4/include/GLES/ |
D | gl.h | 618 GL_API void GL_APIENTRY glNormal3f (GLfloat nx, GLfloat ny, GLfloat nz); 705 GL_API void GL_APIENTRY glNormal3x (GLfixed nx, GLfixed ny, GLfixed nz);
|
D | glext.h | 554 GL_API void GL_APIENTRY glNormal3xOES (GLfixed nx, GLfixed ny, GLfixed nz); 594 typedef void (GL_APIENTRYP PFNGLNORMAL3XOESPROC) (GLfixed nx, GLfixed ny, GLfixed nz);
|