Searched defs:glTranslatef (Results 1 - 6 of 6) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
H A DMatrixStack.java144 public void glTranslatef(float x, float y, float z) { method in class:MatrixStack
149 glTranslatef(fixedToFloat(x), fixedToFloat(y), fixedToFloat(z));
H A DMatrixTrackingGL.java652 public void glTranslatef(float x, float y, float z) { method in class:MatrixTrackingGL
653 mCurrent.glTranslatef(x, y, z);
654 mgl.glTranslatef(x, y, z);
/development/tools/emulator/opengl/system/GLESv1_enc/
H A Dgl_entry.cpp46 void glTranslatef(GLfloat x, GLfloat y, GLfloat z);
531 void glTranslatef(GLfloat x, GLfloat y, GLfloat z) function
534 ctx->glTranslatef(ctx, x, y, z);
H A Dgl_client_context.h48 glTranslatef_client_proc_t glTranslatef; member in struct:gl_client_context_t
340 virtual glTranslatef_client_proc_t set_glTranslatef(glTranslatef_client_proc_t f) { glTranslatef_client_proc_t retval = glTranslatef; glTranslatef = f; return retval;}
/development/tools/emulator/opengl/tests/gles_android_wrapper/
H A Dgles.cpp241 void glTranslatef(GLfloat x, GLfloat y, GLfloat z) function
243 getDispatch()->glTranslatef(x, y, z);
H A Dgles_dispatch.h60 glTranslatef_t glTranslatef; member in struct:gles_dispatch
332 glTranslatef_t set_glTranslatef(glTranslatef_t f) { glTranslatef_t retval = glTranslatef; glTranslatef = f; return retval;}

Completed in 156 milliseconds