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

  /development/ndk/platforms/android-4/samples/san-angeles/jni/
importgl.h 101 FNDEF(void, glRotatex, (GLfixed angle, GLfixed x, GLfixed y, GLfixed z));
153 #define glRotatex FNPTR(glRotatex)
  /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);
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h 131 glRotatex_client_proc_t glRotatex;
gl_entry.cpp 129 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...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 167 milliseconds