/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)
|
importgl.c | 133 IMPORT_FUNC(glFrustumx);
|
demo.c | 512 glFrustumx((GLfixed)(xmin * 65536), (GLfixed)(xmax * 65536),
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
gl_ftable.h | 86 {"glFrustumx", (void*)glFrustumx},
|
gl_client_context.h | 86 glFrustumx_client_proc_t glFrustumx; 378 virtual glFrustumx_client_proc_t set_glFrustumx(glFrustumx_client_proc_t f) { glFrustumx_client_proc_t retval = glFrustumx; glFrustumx = f; return retval;} [all...] |
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
gles_ftable.h | 96 {"glFrustumx", (void *)glFrustumx},
|
gles_dispatch.h | 99 glFrustumx_t glFrustumx; 371 glFrustumx_t set_glFrustumx(glFrustumx_t f) { glFrustumx_t retval = glFrustumx; glFrustumx = f; return retval;} [all...] |
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...] |
/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);
|
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
GLDispatch.h | 99 glFrustumx_t glFrustumx;
|
/frameworks/native/opengl/libs/GLES_trace/ |
gltrace.proto | 159 glFrustumx = 133;
|
/frameworks/native/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...] |
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
GL10.java | 505 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/robolectric/lib/main/ |
opengl-api-gl1.1-android-2.1_r1.jar | |
/development/ndk/platforms/android-4/include/GLES/ |
gl.h | 671 GL_API void GL_APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar); [all...] |
/external/chromium_org/third_party/mesa/src/include/GLES/ |
gl.h | 671 GL_API void GL_APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar); [all...] |
/external/mesa3d/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 | 440 // C function void glFrustumx ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar ) 442 public native void glFrustumx( [all...] |
/frameworks/native/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/native/opengl/tests/angeles/ |
demo.c | 512 glFrustumx((GLfixed)(xmin * 65536), (GLfixed)(xmax * 65536),
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
gl.h | 513 GLAPI void APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
|