/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/ |
D | Point.java | 90 float ny = this.y; in rotated90() local 93 nx = ny; in rotated90() 94 ny = -ox; in rotated90() 96 return new Point(nx, ny); in rotated90()
|
/frameworks/base/core/java/android/text/method/ |
D | Touch.java | 164 int ny = widget.getScrollY() + (int) dy; in onTouchEvent() local 169 ny = Math.min(ny, layout.getHeight() - (widget.getHeight() - padding)); in onTouchEvent() 170 ny = Math.max(ny, 0); in onTouchEvent() 176 scrollTo(widget, layout, nx, ny); in onTouchEvent()
|
/frameworks/rs/driver/runtime/ |
D | rs_sample.c | 319 int lx, int ly, int nx, int ny, in getBilinearSample2D() argument 327 return getSample_RGBA(p, stride, lx, ly, nx, ny, w0, w1, w2, w3); in getBilinearSample2D() 329 return getSample_A(p, stride, lx, ly, nx, ny, w0, w1, w2, w3); in getBilinearSample2D() 331 return getSample_LA(p, stride, lx, ly, nx, ny, w0, w1, w2, w3); in getBilinearSample2D() 334 return getSample_565(p, stride, lx, ly, nx, ny, w0, w1, w2, w3); in getBilinearSample2D() 336 return getSample_RGB(p, stride, lx, ly, nx, ny, w0, w1, w2, w3); in getBilinearSample2D() 338 return getSample_L(p, stride, lx, ly, nx, ny, w0, w1, w2, w3); in getBilinearSample2D() 505 int ny = wrapI(wrapT, iPixelV + 1, sourceH); in sample_LOD_LinearPixel() local 509 return getBilinearSample2D(alloc, w0, w1, w2, w3, lx, ly, nx, ny, dk, dt, lod); in sample_LOD_LinearPixel()
|
/frameworks/base/core/java/android/gesture/ |
D | GestureUtils.java | 300 float ny = lstPointY + ratio * deltaY; in temporalSampling() local 303 vector[index] = ny; in temporalSampling() 306 lstPointY = ny; in temporalSampling()
|
/frameworks/native/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 | 729 float ny, in glNormal3f() argument 735 int ny, in glNormal3x() argument
|
/frameworks/native/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/native/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 | 175 void API_ENTRY(glNormal3xOES)(GLfixed nx, GLfixed ny, GLfixed nz) { 176 CALL_GL_API(glNormal3xOES, nx, ny, nz);
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES10.java | 933 float ny, in glNormal3f() argument 941 int ny, 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 | 574 int ny, in glNormal3xOES() argument
|
D | GLLogWrapper.java | 2124 public void glNormal3f(float nx, float ny, float nz) { in glNormal3f() argument 2127 arg("ny", ny); in glNormal3f() 2131 mgl.glNormal3f(nx, ny, nz); in glNormal3f() 2135 public void glNormal3x(int nx, int ny, int nz) { in glNormal3x() argument 2138 arg("ny", ny); in glNormal3x() 2142 mgl.glNormal3x(nx, ny, nz); in glNormal3x()
|
/frameworks/native/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 | 758 float ny, in glNormal3f() argument 766 int ny, in glNormal3x() argument
|
/frameworks/native/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 | 692 GL_API void GL_APIENTRY glNormal3xOES (GLfixed nx, GLfixed ny, GLfixed nz); 732 typedef void (GL_APIENTRYP PFNGLNORMAL3XOESPROC) (GLfixed nx, GLfixed ny, GLfixed nz);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES10.cpp | 2378 (JNIEnv *_env, jobject _this, jfloat nx, jfloat ny, jfloat nz) { in android_glNormal3f__FFF() argument 2381 (GLfloat)ny, in android_glNormal3f__FFF() 2389 (JNIEnv *_env, jobject _this, jint nx, jint ny, jint nz) { in android_glNormal3x__III() argument 2392 (GLfixed)ny, in android_glNormal3x__III()
|
D | android_opengl_GLES11Ext.cpp | 1812 (JNIEnv *_env, jobject _this, jint nx, jint ny, jint nz) { in android_glNormal3xOES__III() argument 1815 (GLfixed)ny, in android_glNormal3xOES__III()
|
D | com_google_android_gles_jni_GLImpl.cpp | 3210 (JNIEnv *_env, jobject _this, jfloat nx, jfloat ny, jfloat nz) { in android_glNormal3f__FFF() argument 3213 (GLfloat)ny, in android_glNormal3f__FFF() 3221 (JNIEnv *_env, jobject _this, jint nx, jint ny, jint nz) { in android_glNormal3x__III() argument 3224 (GLfixed)ny, in android_glNormal3x__III()
|
/frameworks/native/opengl/libs/ |
D | trace.in | 444 …ACE_GL_VOID(glNormal3f, (GLfloat nx, GLfloat ny, GLfloat nz), (nx, ny, nz), 3, "GLfloat", nx, "GLf… 445 …ACE_GL_VOID(glNormal3x, (GLfixed nx, GLfixed ny, GLfixed nz), (nx, ny, nz), 3, "GLfixed", nx, "GLf… 446 …_GL_VOID(glNormal3xOES, (GLfixed nx, GLfixed ny, GLfixed nz), (nx, ny, nz), 3, "GLfixed", nx, "GLf…
|
D | entries.in | 444 GL_ENTRY(void, glNormal3f, GLfloat nx, GLfloat ny, GLfloat nz) 445 GL_ENTRY(void, glNormal3x, GLfixed nx, GLfixed ny, GLfixed nz) 446 GL_ENTRY(void, glNormal3xOES, GLfixed nx, GLfixed ny, GLfixed nz)
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace_api.h | 584 void GLTrace_glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz); 629 void GLTrace_glNormal3x(GLfixed nx, GLfixed ny, GLfixed nz); 710 void GLTrace_glNormal3xOES(GLfixed nx, GLfixed ny, GLfixed nz);
|
D | gltrace_api.cpp | 24209 void GLTrace_glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz) { in GLTrace_glNormal3f() argument 24225 arg_ny->add_floatvalue(ny); in GLTrace_glNormal3f() 24236 glContext->hooks->gl.glNormal3f(nx, ny, nz); in GLTrace_glNormal3f() 25895 void GLTrace_glNormal3x(GLfixed nx, GLfixed ny, GLfixed nz) { in GLTrace_glNormal3x() argument 25911 arg_ny->add_intvalue(ny); in GLTrace_glNormal3x() 25922 glContext->hooks->gl.glNormal3x(nx, ny, nz); in GLTrace_glNormal3x() 28805 void GLTrace_glNormal3xOES(GLfixed nx, GLfixed ny, GLfixed nz) { in GLTrace_glNormal3xOES() argument 28821 arg_ny->add_intvalue(ny); in GLTrace_glNormal3xOES() 28832 glContext->hooks->gl.glNormal3xOES(nx, ny, nz); in GLTrace_glNormal3xOES()
|