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

1 2

  /development/ndk/platforms/android-4/samples/san-angeles/jni/
importgl.h 91 FNDEF(void, glFrustumx, (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar));
143 #define glFrustumx FNPTR(glFrustumx)
importgl.c 133 IMPORT_FUNC(glFrustumx);
demo.c 512 glFrustumx((GLfixed)(xmin * 65536), (GLfixed)(xmax * 65536),
  /external/quake/quake/src/WinQuake/
glquake.h 360 #define glFrustumx(...) do { glFrustumx(__VA_ARGS__); GLCHECK("glFrustumx");} while(0)
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixStack.java 47 public void glFrustumx(int left, int right, int bottom, int top, int near,
MatrixTrackingGL.java 267 public void glFrustumx(int left, int right, int bottom, int top, int near,
269 mCurrent.glFrustumx(left, right, bottom, top, near, far);
270 mgl.glFrustumx(left, right, bottom, top, near, far);
  /packages/apps/Gallery3D/src/com/cooliris/media/
MatrixStack.java 50 public void glFrustumx(int left, int right, int bottom, int top, int near, int far) {
  /frameworks/base/opengl/tools/glgen/specs/gles11/
GLES10.spec 41 void glFrustumx ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 626 // C function void glFrustumx ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
628 public static native void glFrustumx(
    [all...]
GLErrorWrapper.java 340 public void glFrustumx(int left, int right, int bottom, int top, int near,
343 mgl.glFrustumx(left, right, bottom, top, near, far);
    [all...]
GLLogWrapper.java     [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 505 void glFrustumx(
  /development/ndk/platforms/android-4/include/GLES/
gl.h 670 GL_API void GL_APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
    [all...]
  /frameworks/base/opengl/include/GLES/
gl.h 671 GL_API void GL_APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
    [all...]
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 439 // C function void glFrustumx ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
441 public native void glFrustumx(
    [all...]
  /frameworks/base/opengl/tests/angeles/
demo.c 512 glFrustumx((GLfixed)(xmin * 65536), (GLfixed)(xmax * 65536),
  /frameworks/base/opengl/tests/angeles/include/GLES/
gl.h 513 GLAPI void APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 670 GL_API void GL_APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES/
gl.h 670 GL_API void GL_APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES/
gl.h 670 GL_API void GL_APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES/
gl.h 670 GL_API void GL_APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/GLES/
gl.h 670 GL_API void GL_APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
    [all...]
  /frameworks/base/opengl/libagl/
matrix.cpp 1003 void glFrustumx(
  /frameworks/base/core/jni/
android_opengl_GLES10.cpp 876 /* void glFrustumx ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar ) */
880 glFrustumx(
    [all...]
com_google_android_gles_jni_GLImpl.cpp 1002 /* void glFrustumx ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar ) */
1006 glFrustumx(
    [all...]

Completed in 1607 milliseconds

1 2