Home
last modified time | relevance | path

Searched refs:nz (Results 1 – 23 of 23) sorted by relevance

/frameworks/base/opengl/tools/glgen/specs/gles11/
DGLES10.spec70 void glNormal3f ( GLfloat nx, GLfloat ny, GLfloat nz )
71 void glNormal3x ( GLfixed nx, GLfixed ny, GLfixed nz )
DGLES11Ext.spec39 void glNormal3xOES ( GLfixed nx, GLfixed ny, GLfixed nz )
/frameworks/base/opengl/libs/
Ddebug.in170 …lNormal3f, (GLfloat nx, GLfloat ny, GLfloat nz), (nx, ny, nz), 3, "GLfloat", nx, "GLfloat", ny, "G…
171 …lNormal3x, (GLfixed nx, GLfixed ny, GLfixed nz), (nx, ny, nz), 3, "GLfixed", nx, "GLfixed", ny, "G…
172 …rmal3xOES, (GLfixed nx, GLfixed ny, GLfixed nz), (nx, ny, nz), 3, "GLfixed", nx, "GLfixed", ny, "G…
Dtrace.in259 …lNormal3f, (GLfloat nx, GLfloat ny, GLfloat nz), (nx, ny, nz), 3, "GLfloat", nx, "GLfloat", ny, "G…
260 …lNormal3x, (GLfixed nx, GLfixed ny, GLfixed nz), (nx, ny, nz), 3, "GLfixed", nx, "GLfixed", ny, "G…
261 …rmal3xOES, (GLfixed nx, GLfixed ny, GLfixed nz), (nx, ny, nz), 3, "GLfixed", nx, "GLfixed", ny, "G…
Dglesv2dbg_functions.h261 GL_ENTRY(void, glNormal3f, GLfloat nx, GLfloat ny, GLfloat nz)
262 GL_ENTRY(void, glNormal3x, GLfixed nx, GLfixed ny, GLfixed nz)
263 GL_ENTRY(void, glNormal3xOES, GLfixed nx, GLfixed ny, GLfixed nz)
Dentries.in259 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/opengl/java/javax/microedition/khronos/opengles/
DGL10.java730 float nz in glNormal3f() argument
736 int nz in glNormal3x() argument
/frameworks/base/opengl/tools/glgen/specs/jsr239/
Dglspec-1.070 void glNormal3f ( GLfloat nx, GLfloat ny, GLfloat nz )
71 void glNormal3x ( GLfixed nx, GLfixed ny, GLfixed nz )
/frameworks/base/opengl/libs/GLES_CM/
Dgl_api.in76 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);
Dglext_api.in115 void API_ENTRY(glNormal3xOES)(GLfixed nx, GLfixed ny, GLfixed nz) {
116 CALL_GL_API(glNormal3xOES, nx, ny, nz);
/frameworks/base/opengl/java/android/opengl/
DGLES10.java950 float nz in glNormal3f() argument
958 int nz in glNormal3x() argument
DGLErrorWrapper.java589 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()
DGLES11Ext.java571 int nz in glNormal3xOES() argument
DGLLogWrapper.java2124 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/base/opengl/tests/angeles/include/GLES/
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/opengl/java/com/google/android/gles_jni/
DGLImpl.java758 float nz in glNormal3f() argument
766 int nz in glNormal3x() argument
/frameworks/base/opengl/include/GLES/
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);
Dglext.h554 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/core/jni/
Dandroid_opengl_GLES10.cpp2738 (JNIEnv *_env, jobject _this, jfloat nx, jfloat ny, jfloat nz) { in android_glNormal3f__FFF() argument
2742 (GLfloat)nz in android_glNormal3f__FFF()
2749 (JNIEnv *_env, jobject _this, jint nx, jint ny, jint nz) { in android_glNormal3x__III() argument
2753 (GLfixed)nz in android_glNormal3x__III()
Dandroid_opengl_GLES11Ext.cpp1324 (JNIEnv *_env, jobject _this, jint nx, jint ny, jint nz) { in android_glNormal3xOES__III() argument
1328 (GLfixed)nz in android_glNormal3xOES__III()
Dcom_google_android_gles_jni_GLImpl.cpp2864 (JNIEnv *_env, jobject _this, jfloat nx, jfloat ny, jfloat nz) { in android_glNormal3f__FFF() argument
2868 (GLfloat)nz in android_glNormal3f__FFF()
2875 (JNIEnv *_env, jobject _this, jint nx, jint ny, jint nz) { in android_glNormal3x__III() argument
2879 (GLfixed)nz in android_glNormal3x__III()
/frameworks/base/media/tests/contents/media_api/music/
Dtest_amr_ietf.amr259 �Σ���)���y:�8�Oe��nz�y�&oNp<���Й��%�h�E��_��h�[��D]X�P<�
/frameworks/base/core/res/assets/webkit/
Dhyph_en_US.dic3428 4nz