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

1 2 3 4

  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_ftable.h 201 {"glRotatexOES", (void*)glRotatexOES},
gl_client_context.h 219 glRotatexOES_client_proc_t glRotatexOES;
gl_client_context.cpp 221 glRotatexOES = (glRotatexOES_client_proc_t) getProc("glRotatexOES", userData);
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_ftable.h 209 {"glRotatexOES", (void *)glRotatexOES},
gles_dispatch.h 212 glRotatexOES_t glRotatexOES;
    [all...]
gles.cpp 1001 void glRotatexOES(GLfixed angle, GLfixed x, GLfixed y, GLfixed z)
1003 getDispatch()->glRotatexOES(angle, x, y, z);
    [all...]
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES11Ext.spec 45 void glRotatexOES ( GLfixed angle, GLfixed x, GLfixed y, GLfixed z )
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 212 glRotatexOES_t glRotatexOES;
GLDispatch.cpp 229 s_gl.glRotatexOES = (glRotatexOES_t) s_gles_lib->findSymbol("glRotatexOES");
  /frameworks/base/opengl/java/android/opengl/
GLES11Ext.java 624 // C function void glRotatexOES ( GLfixed angle, GLfixed x, GLfixed y, GLfixed z )
626 public static native void glRotatexOES(
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 317 glRotatexOES = 291;
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 366 GL_API void GL_APIENTRY glRotatexOES (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/GLES/
glext.h 366 GL_API void GL_APIENTRY glRotatexOES (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/GLES/
glext.h 366 GL_API void GL_APIENTRY glRotatexOES (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/GLES/
glext.h 366 GL_API void GL_APIENTRY glRotatexOES (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/GLES/
glext.h 366 GL_API void GL_APIENTRY glRotatexOES (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
  /prebuilts/ndk/5/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 366 GL_API void GL_APIENTRY glRotatexOES (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
  /prebuilts/ndk/6/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 366 GL_API void GL_APIENTRY glRotatexOES (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
  /prebuilts/ndk/6/platforms/android-4/arch-x86/usr/include/GLES/
glext.h 366 GL_API void GL_APIENTRY glRotatexOES (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
  /development/ndk/platforms/android-4/include/GLES/
glext.h 562 GL_API void GL_APIENTRY glRotatexOES (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GLES/
glext.h 594 GL_API void GL_APIENTRY glRotatexOES (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
    [all...]
  /external/mesa3d/include/GLES/
glext.h 594 GL_API void GL_APIENTRY glRotatexOES (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/GLES/
glext.h 560 GL_API void GL_APIENTRY glRotatexOES (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/GLES/
glext.h 560 GL_API void GL_APIENTRY glRotatexOES (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
    [all...]
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 560 GL_API void GL_APIENTRY glRotatexOES (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
    [all...]

Completed in 71 milliseconds

1 2 3 4