Searched refs:nz (Results 1 - 17 of 17) sorted by relevance

/frameworks/av/tools/resampler_tools/
H A Dfir.cpp95 // 2^nz >= 2^(nc/2)
99 // note that increasing nz only increases memory requirements,
107 int nz = 4; local
173 nz = atoi(optarg);
198 const int M = (1 << nz);
210 printf("const int32_t RESAMPLE_FIR_LERP_INT_BITS = %d;\n", nz);
227 double x = (2.0 * M_PI * ix * Fcr) / (1 << nz);
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec70 void glNormal3f ( GLfloat nx, GLfloat ny, GLfloat nz )
71 void glNormal3x ( GLfixed nx, GLfixed ny, GLfixed nz )
H A DGLES11Ext.spec39 void glNormal3xOES ( GLfixed nx, GLfixed ny, GLfixed nz )
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java929 // C function void glNormal3f ( GLfloat nx, GLfloat ny, GLfloat nz )
934 float nz
937 // C function void glNormal3x ( GLfixed nx, GLfixed ny, GLfixed nz )
942 int nz
H A DGLES11Ext.java570 // C function void glNormal3xOES ( GLfixed nx, GLfixed ny, GLfixed nz )
575 int nz
H A DGLErrorWrapper.java589 public void glNormal3f(float nx, float ny, float nz) { argument
591 mgl.glNormal3f(nx, ny, nz);
595 public void glNormal3x(int nx, int ny, int nz) { argument
597 mgl.glNormal3x(nx, ny, nz);
H A DGLLogWrapper.java2124 public void glNormal3f(float nx, float ny, float nz) { argument
2128 arg("nz", nz);
2131 mgl.glNormal3f(nx, ny, nz);
2135 public void glNormal3x(int nx, int ny, int nz) { argument
2139 arg("nz", nz);
2142 mgl.glNormal3x(nx, ny, nz);
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java730 float nz
736 int nz
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java754 // C function void glNormal3f ( GLfloat nx, GLfloat ny, GLfloat nz )
759 float nz
762 // C function void glNormal3x ( GLfixed nx, GLfixed ny, GLfixed nz )
767 int nz
/frameworks/native/opengl/include/GLES/
H A Dgl.h618 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);
H A Dglext.h643 GL_API void GL_APIENTRY glNormal3xOES (GLfixed nx, GLfixed ny, GLfixed nz);
683 typedef void (GL_APIENTRYP PFNGLNORMAL3XOESPROC) (GLfixed nx, GLfixed ny, GLfixed nz);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h542 GLAPI void APIENTRY glNormal3f (GLfloat nx, GLfloat ny, GLfloat nz);
543 GLAPI void APIENTRY glNormal3x (GLfixed nx, GLfixed ny, GLfixed nz);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp2375 /* void glNormal3f ( GLfloat nx, GLfloat ny, GLfloat nz ) */
2378 (JNIEnv *_env, jobject _this, jfloat nx, jfloat ny, jfloat nz) {
2382 (GLfloat)nz
2386 /* void glNormal3x ( GLfixed nx, GLfixed ny, GLfixed nz ) */
2389 (JNIEnv *_env, jobject _this, jint nx, jint ny, jint nz) {
2393 (GLfixed)nz
2377 android_glNormal3f__FFF(JNIEnv *_env, jobject _this, jfloat nx, jfloat ny, jfloat nz) argument
2388 android_glNormal3x__III(JNIEnv *_env, jobject _this, jint nx, jint ny, jint nz) argument
H A Dcom_google_android_gles_jni_GLImpl.cpp3207 /* void glNormal3f ( GLfloat nx, GLfloat ny, GLfloat nz ) */
3210 (JNIEnv *_env, jobject _this, jfloat nx, jfloat ny, jfloat nz) {
3214 (GLfloat)nz
3218 /* void glNormal3x ( GLfixed nx, GLfixed ny, GLfixed nz ) */
3221 (JNIEnv *_env, jobject _this, jint nx, jint ny, jint nz) {
3225 (GLfixed)nz
3209 android_glNormal3f__FFF(JNIEnv *_env, jobject _this, jfloat nx, jfloat ny, jfloat nz) argument
3220 android_glNormal3x__III(JNIEnv *_env, jobject _this, jint nx, jint ny, jint nz) argument
H A Dandroid_opengl_GLES11Ext.cpp1809 /* void glNormal3xOES ( GLfixed nx, GLfixed ny, GLfixed nz ) */
1812 (JNIEnv *_env, jobject _this, jint nx, jint ny, jint nz) {
1816 (GLfixed)nz
1811 android_glNormal3xOES__III(JNIEnv *_env, jobject _this, jint nx, jint ny, jint nz) argument
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.h416 void GLTrace_glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz);
461 void GLTrace_glNormal3x(GLfixed nx, GLfixed ny, GLfixed nz);
523 void GLTrace_glNormal3xOES(GLfixed nx, GLfixed ny, GLfixed nz);
H A Dgltrace_api.cpp16527 void GLTrace_glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz) { argument
16545 // copy argument nz
16549 arg_nz->add_floatvalue(nz);
16554 glContext->hooks->gl.glNormal3f(nx, ny, nz);
18213 void GLTrace_glNormal3x(GLfixed nx, GLfixed ny, GLfixed nz) { argument
18231 // copy argument nz
18235 arg_nz->add_intvalue(nz);
18240 glContext->hooks->gl.glNormal3x(nx, ny, nz);
20481 void GLTrace_glNormal3xOES(GLfixed nx, GLfixed ny, GLfixed nz) { argument
20499 // copy argument nz
[all...]

Completed in 486 milliseconds