/frameworks/av/tools/resampler_tools/ |
D | fir.cpp | 229 int nz = 0; // recalculate nz as the bits needed to represent M in main() local 230 for (int i = M-1 ; i; i>>=1, nz++); in main()
|
/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 | 730 float nz in glNormal3f() argument 736 int nz 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 | 109 void API_ENTRY(glNormal3xOES)(GLfixed nx, GLfixed ny, GLfixed nz) { 110 CALL_GL_API(glNormal3xOES, nx, ny, nz);
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES10.java | 934 float nz in glNormal3f() argument 942 int nz 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 | 575 int nz in glNormal3xOES() argument
|
D | GLLogWrapper.java | 2124 public void glNormal3f(float nx, float ny, float nz) { in glNormal3f() argument 2128 arg("nz", nz); in glNormal3f() 2131 mgl.glNormal3f(nx, ny, nz); in glNormal3f() 2135 public void glNormal3x(int nx, int ny, int nz) { in glNormal3x() argument 2139 arg("nz", nz); 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 | 759 float nz in glNormal3f() argument 767 int nz in glNormal3x() argument
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 429 GL_API void GL_APIENTRY glNormal3f (GLfloat nx, GLfloat ny, GLfloat nz); 514 GL_API void GL_APIENTRY glNormal3x (GLfixed nx, GLfixed ny, GLfixed nz);
|
D | glext.h | 192 typedef void (GL_APIENTRYP PFNGLNORMAL3XOESPROC) (GLfixed nx, GLfixed ny, GLfixed nz); 235 GL_API void GL_APIENTRY glNormal3xOES (GLfixed nx, GLfixed ny, GLfixed nz);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES10.cpp | 2666 (JNIEnv *_env, jobject _this, jfloat nx, jfloat ny, jfloat nz) { in android_glNormal3f__FFF() argument 2670 (GLfloat)nz in android_glNormal3f__FFF() 2677 (JNIEnv *_env, jobject _this, jint nx, jint ny, jint nz) { in android_glNormal3x__III() argument 2681 (GLfixed)nz in android_glNormal3x__III()
|
D | com_google_android_gles_jni_GLImpl.cpp | 3378 (JNIEnv *_env, jobject _this, jfloat nx, jfloat ny, jfloat nz) { in android_glNormal3f__FFF() argument 3382 (GLfloat)nz in android_glNormal3f__FFF() 3389 (JNIEnv *_env, jobject _this, jint nx, jint ny, jint nz) { in android_glNormal3x__III() argument 3393 (GLfixed)nz in android_glNormal3x__III()
|
D | android_opengl_GLES11Ext.cpp | 2169 (JNIEnv *_env, jobject _this, jint nx, jint ny, jint nz) { in android_glNormal3xOES__III() argument 2173 (GLfixed)nz in android_glNormal3xOES__III()
|
/frameworks/base/media/tests/contents/media_api/music/ |
D | test_amr_ietf.amr | 259 �Σ���)���y:�8�Oe��nz�y�&oNp<���Й��%�h�E��_��h�[��D]X�P<�
|
/frameworks/native/opengl/libs/ |
D | entries.in | 555 GL_ENTRY(void, glNormal3f, GLfloat nx, GLfloat ny, GLfloat nz) 556 GL_ENTRY(void, glNormal3x, GLfixed nx, GLfixed ny, GLfixed nz) 557 GL_ENTRY(void, glNormal3xOES, GLfixed nx, GLfixed ny, GLfixed nz)
|
/frameworks/base/services/tests/servicestests/res/raw/ |
D | backup_telephony_no_password | 43 ���^�)���w��t�&�[>6����<�p�`+�o�g%'v��nz|��O��FiI������a�>����I�����F����_�����ZD�m6��G�…
|