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

1 2 3

  /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 992 void glFrustumx(
  /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,
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 103 void (*glFrustumx)(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
main.cpp 833 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 440 // C function void glFrustumx ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
442 public native void glFrustumx(
    [all...]
  /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...]
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_client_context.h 88 glFrustumx_client_proc_t glFrustumx;
gl_entry.cpp 83 void glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
759 void glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar)
762 ctx->glFrustumx(ctx, left, right, bottom, top, zNear, zFar);
    [all...]
  /device/generic/goldfish-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(
  /external/robolectric/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /frameworks/base/libs/hwui/debug/
gles_redefine.h 294 #define glFrustumx wrap_glFrustumx
    [all...]
gles_undefine.h 293 #undef glFrustumx
  /prebuilts/tools/common/m2/repository/org/khronos/opengl-api/gl1.1-android-2.1_r1/
opengl-api-gl1.1-android-2.1_r1.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 164 glFrustumx(133, 133),
761 case 133: return glFrustumx;
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 

Completed in 238 milliseconds

1 2 3