/frameworks/base/libs/rs/java/Film/src/com/android/film/ |
D | FilmStripMesh.java | 31 float nx; field in FilmStripMesh.Vertex 41 nx = 0; in Vertex() 58 nx = _x; in nxyz() 77 nx = dx * dz; in computeNorm() 81 len = (float)java.lang.Math.sqrt(nx*nx + ny*ny + nz*nz); in computeNorm() 82 nx /= len; in computeNorm() 224 t.nx = (vtx[ct*2+3] - vtx[ct*2 +1]); in init() 226 float len = (float)java.lang.Math.sqrt(t.nx * t.nx + t.ny * t.ny); in init() 228 t.nx /= len; in init() 232 tm.setNormal(t.nx, t.ny, t.nz); in init()
|
/frameworks/base/core/java/android/text/method/ |
D | Touch.java | 160 int nx = widget.getScrollX() + (int) dx; in onTouchEvent() local 174 scrollTo(widget, layout, nx, ny); in onTouchEvent()
|
/frameworks/base/core/java/android/gesture/ |
D | GestureUtils.java | 299 float nx = lstPointX + ratio * deltaX; in temporalSampling() local 301 vector[index] = nx; in temporalSampling() 305 lstPointX = nx; in temporalSampling()
|
/frameworks/base/opengl/tools/glgen/specs/gles11/ |
D | GLES10.spec | 70 void glNormal3f ( GLfloat nx, GLfloat ny, GLfloat nz ) 71 void glNormal3x ( GLfixed nx, GLfixed ny, GLfixed nz )
|
D | GLES11Ext.spec | 39 void glNormal3xOES ( GLfixed nx, GLfixed ny, GLfixed nz )
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 728 float nx, in glNormal3f() argument 734 int nx, in glNormal3x() argument
|
/frameworks/base/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.0 | 70 void glNormal3f ( GLfloat nx, GLfloat ny, GLfloat nz ) 71 void glNormal3x ( GLfixed nx, GLfixed ny, GLfixed 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); 331 void API_ENTRY(glNormal3x)(GLfixed nx, GLfixed ny, GLfixed nz) { 332 CALL_GL_API(glNormal3x, nx, ny, nz);
|
D | glext_api.in | 115 void API_ENTRY(glNormal3xOES)(GLfixed nx, GLfixed ny, GLfixed nz) { 116 CALL_GL_API(glNormal3xOES, nx, ny, nz);
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES10.java | 948 float nx, in glNormal3f() argument 956 int nx, in glNormal3x() argument
|
D | GLErrorWrapper.java | 589 public void glNormal3f(float nx, float ny, float nz) { in glNormal3f() argument 591 mgl.glNormal3f(nx, ny, nz); in glNormal3f() 595 public void glNormal3x(int nx, int ny, int nz) { in glNormal3x() argument 597 mgl.glNormal3x(nx, ny, nz); in glNormal3x()
|
D | GLES11Ext.java | 569 int nx, in glNormal3xOES() argument
|
D | GLLogWrapper.java | 2124 public void glNormal3f(float nx, float ny, float nz) { in glNormal3f() argument 2126 arg("nx", nx); in glNormal3f() 2131 mgl.glNormal3f(nx, ny, nz); in glNormal3f() 2135 public void glNormal3x(int nx, int ny, int nz) { in glNormal3x() argument 2137 arg("nx", nx); in glNormal3x() 2142 mgl.glNormal3x(nx, ny, nz); in glNormal3x()
|
/frameworks/base/opengl/tests/angeles/include/GLES/ |
D | gl.h | 542 GLAPI void APIENTRY glNormal3f (GLfloat nx, GLfloat ny, GLfloat nz); 543 GLAPI void APIENTRY glNormal3x (GLfixed nx, GLfixed ny, GLfixed nz);
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 756 float nx, in glNormal3f() argument 764 int nx, in glNormal3x() argument
|
/frameworks/base/opengl/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);
|
/frameworks/base/opengl/libs/ |
D | entries.in | 259 GL_ENTRY(void, glNormal3f, GLfloat nx, GLfloat ny, GLfloat nz) 260 GL_ENTRY(void, glNormal3x, GLfixed nx, GLfixed ny, GLfixed nz) 261 GL_ENTRY(void, glNormal3xOES, GLfixed nx, GLfixed ny, GLfixed nz)
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES10.cpp | 2766 (JNIEnv *_env, jobject _this, jfloat nx, jfloat ny, jfloat nz) { in android_glNormal3f__FFF() argument 2768 (GLfloat)nx, in android_glNormal3f__FFF() 2777 (JNIEnv *_env, jobject _this, jint nx, jint ny, jint nz) { in android_glNormal3x__III() argument 2779 (GLfixed)nx, in android_glNormal3x__III()
|
D | android_opengl_GLES11Ext.cpp | 1346 (JNIEnv *_env, jobject _this, jint nx, jint ny, jint nz) { in android_glNormal3xOES__III() argument 1348 (GLfixed)nx, in android_glNormal3xOES__III()
|
D | com_google_android_gles_jni_GLImpl.cpp | 2892 (JNIEnv *_env, jobject _this, jfloat nx, jfloat ny, jfloat nz) { in android_glNormal3f__FFF() argument 2894 (GLfloat)nx, in android_glNormal3f__FFF() 2903 (JNIEnv *_env, jobject _this, jint nx, jint ny, jint nz) { in android_glNormal3x__III() argument 2905 (GLfixed)nx, in android_glNormal3x__III()
|