Home
last modified time | relevance | path

Searched defs:z (Results 1 – 23 of 23) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DMatrixStack.java126 public void glRotatef(float angle, float x, float y, float z) { in glRotatef()
132 public void glRotatex(int angle, int x, int y, int z) { in glRotatex()
136 public void glScalef(float x, float y, float z) { in glScalef()
140 public void glScalex(int x, int y, int z) { in glScalex()
144 public void glTranslatef(float x, float y, float z) { in glTranslatef()
148 public void glTranslatex(int x, int y, int z) { in glTranslatex()
DGrid.java95 void set(int i, int j, float x, float y, float z, float u, float v) { in set()
DMatrixTrackingGL.java541 public void glRotatef(float angle, float x, float y, float z) { in glRotatef()
547 public void glRotatex(int angle, int x, int y, int z) { in glRotatex()
561 public void glScalef(float x, float y, float z) { in glScalef()
567 public void glScalex(int x, int y, int z) { in glScalex()
652 public void glTranslatef(float x, float y, float z) { in glTranslatef()
658 public void glTranslatex(int x, int y, int z) { in glTranslatex()
691 public void glDrawTexfOES(float x, float y, float z, in glDrawTexfOES()
704 public void glDrawTexiOES(int x, int y, int z, int width, int height) { in glDrawTexiOES()
716 public void glDrawTexsOES(short x, short y, short z, in glDrawTexsOES()
729 public void glDrawTexxOES(int x, int y, int z, int width, int height) { in glDrawTexxOES()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
DGLVertex.java25 public float z; field in GLVertex
36 GLVertex(float x, float y, float z, int index) { in GLVertex()
DGLWorld.java61 public GLVertex addVertex(float x, float y, float z) { in addVertex()
DGLShape.java55 public GLVertex addVertex(float x, float y, float z) { in addVertex()
/development/ndk/samples/two-libs/src/com/example/twolibs/
DTwoLibs.java39 int z = add(x, y); in onCreate() local
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DMatrixPaletteRenderer.java150 public void set(int i, int j, float x, float y, float z, in set()
396 float z = radius * (float) Math.sin(angle); in generateWeightedGrid() local
DCubeMapActivity.java178 float z = minorRadius * sinU; in generateTorusGrid() local
317 public void set(int i, int j, float x, float y, float z, float nx, float ny, float nz) { in set()
DTouchPaint.java482 float z = distance * 2 + 10; in drawSplat() local
/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/
DCubeWallpaper2.java42 float z; field in CubeWallpaper2.ThreeDPoint
260 float z = p.z; in rotateAndProjectPoints() local
/development/tools/emulator/opengl/tests/gles_android_wrapper/
Dgles.cpp211 void glRotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z) in glRotatef()
216 void glScalef(GLfloat x, GLfloat y, GLfloat z) in glScalef()
241 void glTranslatef(GLfloat x, GLfloat y, GLfloat z) in glTranslatef()
661 void glRotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z) in glRotatex()
676 void glScalex(GLfixed x, GLfixed y, GLfixed z) in glScalex()
761 void glTranslatex(GLfixed x, GLfixed y, GLfixed z) in glTranslatex()
796 void glDrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height) in glDrawTexsOES()
801 void glDrawTexiOES(GLint x, GLint y, GLint z, GLint width, GLint height) in glDrawTexiOES()
806 void glDrawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height) in glDrawTexxOES()
826 void glDrawTexfOES(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height) in glDrawTexfOES()
[all …]
/development/ndk/platforms/android-9/include/android/
Dsensor.h97 float z; member
/development/tools/emulator/opengl/system/GLESv1_enc/
Dgl_entry.cpp495 void glRotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z) in glRotatef()
501 void glScalef(GLfloat x, GLfloat y, GLfloat z) in glScalef()
531 void glTranslatef(GLfloat x, GLfloat y, GLfloat z) in glTranslatef()
1033 void glRotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z) in glRotatex()
1051 void glScalex(GLfixed x, GLfixed y, GLfixed z) in glScalex()
1153 void glTranslatex(GLfixed x, GLfixed y, GLfixed z) in glTranslatex()
1303 void glDrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height) in glDrawTexsOES()
1309 void glDrawTexiOES(GLint x, GLint y, GLint z, GLint width, GLint height) in glDrawTexiOES()
1315 void glDrawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height) in glDrawTexxOES()
1339 void glDrawTexfOES(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height) in glDrawTexfOES()
[all …]
Dgl_enc.cpp560 void glRotatef_enc(void *self , GLfloat angle, GLfloat x, GLfloat y, GLfloat z) in glRotatef_enc()
578 void glScalef_enc(void *self , GLfloat x, GLfloat y, GLfloat z) in glScalef_enc()
667 void glTranslatef_enc(void *self , GLfloat x, GLfloat y, GLfloat z) in glTranslatef_enc()
2018 void glRotatex_enc(void *self , GLfixed angle, GLfixed x, GLfixed y, GLfixed z) in glRotatex_enc()
2068 void glScalex_enc(void *self , GLfixed x, GLfixed y, GLfixed z) in glScalex_enc()
2363 void glTranslatex_enc(void *self , GLfixed x, GLfixed y, GLfixed z) in glTranslatex_enc()
2792 void glDrawTexsOES_enc(void *self , GLshort x, GLshort y, GLshort z, GLshort width, GLshort height) in glDrawTexsOES_enc()
2811 void glDrawTexiOES_enc(void *self , GLint x, GLint y, GLint z, GLint width, GLint height) in glDrawTexiOES_enc()
2830 void glDrawTexxOES_enc(void *self , GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height) in glDrawTexxOES_enc()
2900 void glDrawTexfOES_enc(void *self , GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height) in glDrawTexfOES_enc()
[all …]
/development/ndk/platforms/android-4/samples/san-angeles/jni/
Ddemo.c101 float x, y, z; member
619 GLfloat x[3], y[3], z[3]; in gluLookAt() local
/development/ndk/platforms/android-3/include/linux/mtd/
Dmap.h81 #define map_word_andequal(m, a, b, z) map_word_equal(m, z, map_word_and(m, a, b)) argument
/development/tools/emulator/opengl/system/GLESv2_enc/
DGL2Encoder.cpp920 void GL2Encoder::s_glUniform3f(void *self , GLint location, GLfloat x, GLfloat y, GLfloat z) in s_glUniform3f()
934 void GL2Encoder::s_glUniform3i(void *self , GLint location, GLint x, GLint y, GLint z) in s_glUniform3i()
948 void GL2Encoder::s_glUniform4f(void *self , GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloa… in s_glUniform4f()
962 void GL2Encoder::s_glUniform4i(void *self , GLint location, GLint x, GLint y, GLint z, GLint w) in s_glUniform4i()
Dgl2_entry.cpp948 void glUniform3f(GLint location, GLfloat x, GLfloat y, GLfloat z) in glUniform3f()
960 void glUniform3i(GLint location, GLint x, GLint y, GLint z) in glUniform3i()
972 void glUniform4f(GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w) in glUniform4f()
984 void glUniform4i(GLint location, GLint x, GLint y, GLint z, GLint w) in glUniform4i()
1050 void glVertexAttrib3f(GLuint indx, GLfloat x, GLfloat y, GLfloat z) in glVertexAttrib3f()
1062 void glVertexAttrib4f(GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w) in glVertexAttrib4f()
Dgl2_enc.cpp2088 void glUniform3f_enc(void *self , GLint location, GLfloat x, GLfloat y, GLfloat z) in glUniform3f_enc()
2125 void glUniform3i_enc(void *self , GLint location, GLint x, GLint y, GLint z) in glUniform3i_enc()
2162 void glUniform4f_enc(void *self , GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w) in glUniform4f_enc()
2200 void glUniform4i_enc(void *self , GLint location, GLint x, GLint y, GLint z, GLint w) in glUniform4i_enc()
2397 void glVertexAttrib3f_enc(void *self , GLuint indx, GLfloat x, GLfloat y, GLfloat z) in glVertexAttrib3f_enc()
2433 void glVertexAttrib4f_enc(void *self , GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w) in glVertexAttrib4f_enc()
/development/ndk/platforms/android-3/include/
Djni.h124 jboolean z; member
/development/ndk/platforms/android-9/include/SLES/
DOpenSLES.h1710 SLint32 z; member
/development/ndk/platforms/android-14/include/SLES/
DOpenSLES.h1710 SLint32 z; member