HomeSort by relevance Sort by last modified time
    Searched refs:glRotatex (Results 1 - 25 of 75) sorted by null

1 2 3

  /external/mesa3d/src/mapi/es1api/
ABI-check 133 glRotatex
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_ftable.h 131 {"glRotatex", (void*)glRotatex},
gl_client_context.h 133 glRotatex_client_proc_t glRotatex;
gl_client_context.cpp 133 glRotatex = (glRotatex_client_proc_t) getProc("glRotatex", userData);
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles_ftable.h 141 {"glRotatex", (void *)glRotatex},
gles_dispatch.h 144 glRotatex_t glRotatex;
416 glRotatex_t set_glRotatex(glRotatex_t f) { glRotatex_t retval = glRotatex; glRotatex = f; return retval;}
    [all...]
gles.cpp 661 void glRotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z)
663 getDispatch()->glRotatex(angle, x, y, z);
    [all...]
  /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/mesa3d/src/mapi/glapi/
glapi_dispatch.c 137 GL_API void GL_APIENTRY glRotatex (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
  /frameworks/native/opengl/tests/angeles/
demo.c 584 glRotatex((GLfixed)((randomUInt() % 360) << 16), 0, 0, 1 << 16);
604 glRotatex(90 << 16, 0, 0, 1 << 16);
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES10.spec 84 void glRotatex ( GLfixed angle, GLfixed x, GLfixed y, GLfixed z )
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 180 void (*glRotatex)(GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
  /frameworks/base/opengl/java/android/opengl/
GLES10.java     [all...]
GLErrorWrapper.java 676 public void glRotatex(int angle, int x, int y, int z) {
678 mgl.glRotatex(angle, x, y, z);
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 809 void glRotatex(
  /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/robolectric/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /prebuilts/tools/common/m2/repository/org/khronos/opengl-api/gl1.1-android-2.1_r1/
opengl-api-gl1.1-android-2.1_r1.jar 
  /device/generic/goldfish-opengl/system/include/GLES/
gl.h 716 GL_API void GL_APIENTRY glRotatex (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
    [all...]
  /external/mesa3d/include/GLES/
gl.h 716 GL_API void GL_APIENTRY glRotatex (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
    [all...]
  /external/swiftshader/include/GLES/
gl.h 525 GL_API void GL_APIENTRY glRotatex (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
gl.h 716 GL_API void GL_APIENTRY glRotatex (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
    [all...]
  /frameworks/base/libs/hwui/debug/
gles_redefine.h     [all...]
gles_undefine.h 728 #undef glRotatex

Completed in 523 milliseconds

1 2 3