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

1 2

  /development/ndk/platforms/android-4/samples/san-angeles/jni/
importgl.h 90 FNDEF(void, glFrustumx, (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar));
142 #define glFrustumx FNPTR(glFrustumx)
  /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);
  /frameworks/native/opengl/libagl/
matrix.cpp 1003 void glFrustumx(
  /external/quake/quake/src/WinQuake/
glquake.h 360 #define glFrustumx(...) do { glFrustumx(__VA_ARGS__); GLCHECK("glFrustumx");} while(0)
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 287 public void glFrustumx(int left, int right, int bottom, int top,
289 ((GL10)mGL).glFrustumx( left, right, bottom, top,
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 440 // C function void glFrustumx ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
442 public native void glFrustumx(
    [all...]
  /gdk/samples/quake/jni/
glquake.h 360 #define glFrustumx(...) do { glFrustumx(__VA_ARGS__); GLCHECK("glFrustumx");} while(0)
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLStub.java 273 public void glFrustumx(
  /frameworks/base/opengl/java/android/opengl/
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...]
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...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp 671 GL_API void GL_APIENTRY glFrustumx( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) {
    [all...]
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 99 glFrustumx_t glFrustumx;
  /sdk/emulator/opengl/tests/gles_android_wrapper/
gles.cpp 436 void glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar)
438 getDispatch()->glFrustumx(left, right, bottom, top, zNear, zFar);
    [all...]
gles_dispatch.h 99 glFrustumx_t glFrustumx;
371 glFrustumx_t set_glFrustumx(glFrustumx_t f) { glFrustumx_t retval = glFrustumx; glFrustumx = f; return retval;}
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 505 void glFrustumx(
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp 670 const GLMessage_Function GLMessage::glFrustumx;
    [all...]
gltrace.pb.h     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 164 glFrustumx(133, 133),
657 case 133: return glFrustumx;
    [all...]
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 

Completed in 706 milliseconds

1 2