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

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixStack.java 132 public void glRotatex(int angle, int x, int y, int z) {
MatrixTrackingGL.java 547 public void glRotatex(int angle, int x, int y, int z) {
548 mCurrent.glRotatex(angle, x, y, z);
549 mgl.glRotatex(angle, x, y, z);
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 571 public void glRotatex(int angle, int x, int y, int z) {
572 ((GL10)mGL).glRotatex(angle, x, y, z);
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 180 void (*glRotatex)(GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
main.cpp     [all...]
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_client_context.h 133 glRotatex_client_proc_t glRotatex;
gl_entry.cpp 128 void glRotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
    [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles.cpp 661 void glRotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z)
663 getDispatch()->glRotatex(angle, x, y, z);
    [all...]
gles_dispatch.h 144 glRotatex_t glRotatex;
416 glRotatex_t set_glRotatex(glRotatex_t f) { glRotatex_t retval = glRotatex; glRotatex = f; return retval;}
    [all...]
  /device/google/cuttlefish_common/guest/libs/eglwrapper/
gles1_wrapper_context.h 133 glRotatex_wrapper_proc_t glRotatex;
gles1_wrapper_entry.cpp 128 void glRotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
    [all...]

Completed in 60 milliseconds