HomeSort by relevance Sort by last modified time
    Searched defs:glTranslatex (Results 1 - 11 of 11) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixStack.java 148 public void glTranslatex(int x, int y, int z) {
MatrixTrackingGL.java 658 public void glTranslatex(int x, int y, int z) {
659 mCurrent.glTranslatex(x, y, z);
660 mgl.glTranslatex(x, y, z);
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 691 public void glTranslatex(int x, int y, int z) {
692 ((GL10)mGL).glTranslatex(x, y, z);
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 208 void (*glTranslatex)(GLfixed x, GLfixed y, GLfixed z);
main.cpp     [all...]
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_client_context.h 153 glTranslatex_client_proc_t glTranslatex;
gl_entry.cpp 148 void glTranslatex(GLfixed x, GLfixed y, GLfixed z);
    [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles.cpp 761 void glTranslatex(GLfixed x, GLfixed y, GLfixed z)
763 getDispatch()->glTranslatex(x, y, z);
    [all...]
gles_dispatch.h 164 glTranslatex_t glTranslatex;
436 glTranslatex_t set_glTranslatex(glTranslatex_t f) { glTranslatex_t retval = glTranslatex; glTranslatex = f; return retval;}
    [all...]
  /device/google/cuttlefish_common/guest/libs/eglwrapper/
gles1_wrapper_context.h 153 glTranslatex_wrapper_proc_t glTranslatex;
gles1_wrapper_entry.cpp 148 void glTranslatex(GLfixed x, GLfixed y, GLfixed z);
    [all...]

Completed in 370 milliseconds