HomeSort by relevance Sort by last modified time
    Searched full:znear (Results 26 - 50 of 265) sorted by null

12 3 4 5 6 7 8 91011

  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_enc.h 29 void glDepthRangef_enc(void *self , GLclampf zNear, GLclampf zFar);
32 void glFrustumf_enc(void *self , GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
50 void glOrthof_enc(void *self , GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
87 void glDepthRangex_enc(void *self , GLclampx zNear, GLclampx zFar);
99 void glFrustumx_enc(void *self , GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
135 void glOrthox_enc(void *self , GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
205 void glDepthRangexOES_enc(void *self , GLclampx zNear, GLclampx zFar);
208 void glFrustumxOES_enc(void *self , GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
227 void glOrthoxOES_enc(void *self , GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
263 void glDepthRangefOES_enc(void *self , GLclampf zNear, GLclampf zFar)
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 195 public void glDepthRangef(float zNear, float zFar) {
196 ((GL10)mGL).glDepthRangef(zNear, zFar);
200 public void glDepthRangex(int zNear, int zFar) {
201 ((GL10)mGL).glDepthRangex(zNear, zFar);
281 float top, float zNear, float zFar) {
283 top, zNear, zFar);
288 int zNear, int zFar) {
290 zNear, zFar);
511 float zNear, float zFar) {
513 zNear, zFar)
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES11Ext.java 318 // C function void glDepthRangexOES ( GLclampx zNear, GLclampx zFar )
321 int zNear,
347 // C function void glFrustumxOES ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
354 int zNear,
578 // C function void glOrthoxOES ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
585 int zNear,
939 // C function void glDepthRangefOES ( GLclampf zNear, GLclampf zFar )
942 float zNear,
946 // C function void glFrustumfOES ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
953 float zNear,
    [all...]
GLES10.java 500 // C function void glDepthRangef ( GLclampf zNear, GLclampf zFar )
503 float zNear,
507 // C function void glDepthRangex ( GLclampx zNear, GLclampx zFar )
510 int zNear,
615 // C function void glFrustumf ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
622 float zNear,
626 // C function void glFrustumx ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
633 int zNear,
    [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 340 GL_API void GL_APIENTRY glDepthRangexOES (GLclampx zNear, GLclampx zFar);
343 GL_API void GL_APIENTRY glFrustumxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
361 GL_API void GL_APIENTRY glOrthoxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
380 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEXOESPROC) (GLclampx zNear, GLclampx zFar);
383 typedef void (GL_APIENTRYP PFNGLFRUSTUMXOESPROC) (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
401 typedef void (GL_APIENTRYP PFNGLORTHOXOESPROC) (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
509 GL_API void GL_APIENTRY glDepthRangefOES (GLclampf zNear, GLclampf zFar);
510 GL_API void GL_APIENTRY glFrustumfOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
511 GL_API void GL_APIENTRY glOrthofOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
516 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEFOESPROC) (GLclampf zNear, GLclampf zFar)
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/GLES/
glext.h 340 GL_API void GL_APIENTRY glDepthRangexOES (GLclampx zNear, GLclampx zFar);
343 GL_API void GL_APIENTRY glFrustumxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
361 GL_API void GL_APIENTRY glOrthoxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
380 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEXOESPROC) (GLclampx zNear, GLclampx zFar);
383 typedef void (GL_APIENTRYP PFNGLFRUSTUMXOESPROC) (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
401 typedef void (GL_APIENTRYP PFNGLORTHOXOESPROC) (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
509 GL_API void GL_APIENTRY glDepthRangefOES (GLclampf zNear, GLclampf zFar);
510 GL_API void GL_APIENTRY glFrustumfOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
511 GL_API void GL_APIENTRY glOrthofOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
516 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEFOESPROC) (GLclampf zNear, GLclampf zFar)
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/GLES/
glext.h 340 GL_API void GL_APIENTRY glDepthRangexOES (GLclampx zNear, GLclampx zFar);
343 GL_API void GL_APIENTRY glFrustumxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
361 GL_API void GL_APIENTRY glOrthoxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
380 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEXOESPROC) (GLclampx zNear, GLclampx zFar);
383 typedef void (GL_APIENTRYP PFNGLFRUSTUMXOESPROC) (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
401 typedef void (GL_APIENTRYP PFNGLORTHOXOESPROC) (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
509 GL_API void GL_APIENTRY glDepthRangefOES (GLclampf zNear, GLclampf zFar);
510 GL_API void GL_APIENTRY glFrustumfOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
511 GL_API void GL_APIENTRY glOrthofOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
516 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEFOESPROC) (GLclampf zNear, GLclampf zFar)
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/GLES/
glext.h 340 GL_API void GL_APIENTRY glDepthRangexOES (GLclampx zNear, GLclampx zFar);
343 GL_API void GL_APIENTRY glFrustumxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
361 GL_API void GL_APIENTRY glOrthoxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
380 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEXOESPROC) (GLclampx zNear, GLclampx zFar);
383 typedef void (GL_APIENTRYP PFNGLFRUSTUMXOESPROC) (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
401 typedef void (GL_APIENTRYP PFNGLORTHOXOESPROC) (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
509 GL_API void GL_APIENTRY glDepthRangefOES (GLclampf zNear, GLclampf zFar);
510 GL_API void GL_APIENTRY glFrustumfOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
511 GL_API void GL_APIENTRY glOrthofOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
516 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEFOESPROC) (GLclampf zNear, GLclampf zFar)
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/GLES/
glext.h 340 GL_API void GL_APIENTRY glDepthRangexOES (GLclampx zNear, GLclampx zFar);
343 GL_API void GL_APIENTRY glFrustumxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
361 GL_API void GL_APIENTRY glOrthoxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
380 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEXOESPROC) (GLclampx zNear, GLclampx zFar);
383 typedef void (GL_APIENTRYP PFNGLFRUSTUMXOESPROC) (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
401 typedef void (GL_APIENTRYP PFNGLORTHOXOESPROC) (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
509 GL_API void GL_APIENTRY glDepthRangefOES (GLclampf zNear, GLclampf zFar);
510 GL_API void GL_APIENTRY glFrustumfOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
511 GL_API void GL_APIENTRY glOrthofOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
516 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEFOESPROC) (GLclampf zNear, GLclampf zFar)
    [all...]
  /prebuilts/ndk/5/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 340 GL_API void GL_APIENTRY glDepthRangexOES (GLclampx zNear, GLclampx zFar);
343 GL_API void GL_APIENTRY glFrustumxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
361 GL_API void GL_APIENTRY glOrthoxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
380 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEXOESPROC) (GLclampx zNear, GLclampx zFar);
383 typedef void (GL_APIENTRYP PFNGLFRUSTUMXOESPROC) (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
401 typedef void (GL_APIENTRYP PFNGLORTHOXOESPROC) (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
509 GL_API void GL_APIENTRY glDepthRangefOES (GLclampf zNear, GLclampf zFar);
510 GL_API void GL_APIENTRY glFrustumfOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
511 GL_API void GL_APIENTRY glOrthofOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
516 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEFOESPROC) (GLclampf zNear, GLclampf zFar)
    [all...]
  /prebuilts/ndk/6/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 340 GL_API void GL_APIENTRY glDepthRangexOES (GLclampx zNear, GLclampx zFar);
343 GL_API void GL_APIENTRY glFrustumxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
361 GL_API void GL_APIENTRY glOrthoxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
380 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEXOESPROC) (GLclampx zNear, GLclampx zFar);
383 typedef void (GL_APIENTRYP PFNGLFRUSTUMXOESPROC) (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
401 typedef void (GL_APIENTRYP PFNGLORTHOXOESPROC) (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
509 GL_API void GL_APIENTRY glDepthRangefOES (GLclampf zNear, GLclampf zFar);
510 GL_API void GL_APIENTRY glFrustumfOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
511 GL_API void GL_APIENTRY glOrthofOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
516 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEFOESPROC) (GLclampf zNear, GLclampf zFar)
    [all...]
  /prebuilts/ndk/6/platforms/android-4/arch-x86/usr/include/GLES/
glext.h 340 GL_API void GL_APIENTRY glDepthRangexOES (GLclampx zNear, GLclampx zFar);
343 GL_API void GL_APIENTRY glFrustumxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
361 GL_API void GL_APIENTRY glOrthoxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
380 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEXOESPROC) (GLclampx zNear, GLclampx zFar);
383 typedef void (GL_APIENTRYP PFNGLFRUSTUMXOESPROC) (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
401 typedef void (GL_APIENTRYP PFNGLORTHOXOESPROC) (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
509 GL_API void GL_APIENTRY glDepthRangefOES (GLclampf zNear, GLclampf zFar);
510 GL_API void GL_APIENTRY glFrustumfOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
511 GL_API void GL_APIENTRY glOrthofOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
516 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEFOESPROC) (GLclampf zNear, GLclampf zFar)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gl_and_es_API.xml 51 <param name="zNear" type="GLclampx"/>
70 <param name="zNear" type="GLfixed"/>
139 <param name="zNear" type="GLfixed"/>
200 <param name="zNear" type="GLfloat"/>
209 <param name="zNear" type="GLfloat"/>
  /external/mesa3d/src/mapi/glapi/gen/
gl_and_es_API.xml 51 <param name="zNear" type="GLclampx"/>
70 <param name="zNear" type="GLfixed"/>
139 <param name="zNear" type="GLfixed"/>
200 <param name="zNear" type="GLfloat"/>
209 <param name="zNear" type="GLfloat"/>
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
es1_conversion.c 104 _es_DepthRangex(GLclampx zNear, GLclampx zFar)
106 _mesa_DepthRangef((GLclampf) (zNear / 65536.0f),
187 GLfloat zNear, GLfloat zFar)
193 (GLdouble) (zNear),
199 GLfixed zNear, GLfixed zFar)
205 (GLdouble) (zNear / 65536.0),
654 GLfloat zNear, GLfloat zFar)
660 (GLdouble) (zNear),
666 GLfixed zNear, GLfixed zFar)
672 (GLdouble) (zNear / 65536.0)
    [all...]
  /external/mesa3d/src/mesa/main/
es1_conversion.c 104 _es_DepthRangex(GLclampx zNear, GLclampx zFar)
106 _mesa_DepthRangef((GLclampf) (zNear / 65536.0f),
187 GLfloat zNear, GLfloat zFar)
193 (GLdouble) (zNear),
199 GLfixed zNear, GLfixed zFar)
205 (GLdouble) (zNear / 65536.0),
654 GLfloat zNear, GLfloat zFar)
660 (GLdouble) (zNear),
666 GLfixed zNear, GLfixed zFar)
672 (GLdouble) (zNear / 65536.0)
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 416 float zNear,
421 int zNear,
501 float zNear,
510 int zNear,
750 float zNear,
759 int zNear,
  /frameworks/native/opengl/libagl/
vertex.cpp 60 // we have w=-z, therefore, w is in [zNear, zFar].
61 // Also, zNear and zFar are stricly positive,
62 // and 1/w (window.w) is in [1/zFar, 1/zNear], usually this
64 // to use as large values as possible for zNear.
66 // zNear is at least 1.0); and even if zNear is smaller than 1.0
  /frameworks/native/opengl/tests/angeles/include/GLES/
gl.h 497 GLAPI void APIENTRY glDepthRangef (GLclampf zNear, GLclampf zFar);
498 GLAPI void APIENTRY glDepthRangex (GLclampx zNear, GLclampx zFar);
512 GLAPI void APIENTRY glFrustumf (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
513 GLAPI void APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
545 GLAPI void APIENTRY glOrthof (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
546 GLAPI void APIENTRY glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
  /frameworks/native/opengl/libs/
entries.in 106 GL_ENTRY(void, glDepthRangef, GLclampf zNear, GLclampf zFar)
107 GL_ENTRY(void, glDepthRangefOES, GLclampf zNear, GLclampf zFar)
108 GL_ENTRY(void, glDepthRangex, GLclampx zNear, GLclampx zFar)
109 GL_ENTRY(void, glDepthRangexOES, GLclampx zNear, GLclampx zFar)
174 GL_ENTRY(void, glFrustumf, GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar)
175 GL_ENTRY(void, glFrustumfOES, GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar)
176 GL_ENTRY(void, glFrustumx, GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar)
177 GL_ENTRY(void, glFrustumxOES, GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar)
354 GL_ENTRY(void, glOrthof, GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar)
355 GL_ENTRY(void, glOrthofOES, GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
entries.in 113 void, glDepthRangef, GLclampf zNear, GLclampf zFar
114 void, glDepthRangefOES, GLclampf zNear, GLclampf zFar
115 void, glDepthRangex, GLclampx zNear, GLclampx zFar
116 void, glDepthRangexOES, GLclampx zNear, GLclampx zFar
181 void, glFrustumf, GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar
182 void, glFrustumfOES, GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar
183 void, glFrustumx, GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar
184 void, glFrustumxOES, GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar
361 void, glOrthof, GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar
362 void, glOrthofOES, GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFa
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.h 64 void (GLAPIENTRY *glDepthRange) (GLclampd zNear, GLclampd zFar);
77 void (GLAPIENTRY *glFrustum) (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
120 void (GLAPIENTRY *glOrtho) (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_api.h 402 void GLTrace_glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES10.cpp 709 /* void glDepthRangef ( GLclampf zNear, GLclampf zFar ) */
712 (JNIEnv *_env, jobject _this, jfloat zNear, jfloat zFar) {
714 (GLclampf)zNear,
719 /* void glDepthRangex ( GLclampx zNear, GLclampx zFar ) */
722 (JNIEnv *_env, jobject _this, jint zNear, jint zFar) {
724 (GLclampx)zNear,
1074 /* void glFrustumf ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar ) */
1077 (JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) {
1083 (GLfloat)zNear,
1088 /* void glFrustumx ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar ) *
    [all...]
  /development/ndk/platforms/android-4/include/GLES/
glext.h 534 GL_API void GL_APIENTRY glDepthRangexOES (GLclampx zNear, GLclampx zFar);
537 GL_API void GL_APIENTRY glFrustumxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
555 GL_API void GL_APIENTRY glOrthoxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
574 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEXOESPROC) (GLclampx zNear, GLclampx zFar);
577 typedef void (GL_APIENTRYP PFNGLFRUSTUMXOESPROC) (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
595 typedef void (GL_APIENTRYP PFNGLORTHOXOESPROC) (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
    [all...]

Completed in 2633 milliseconds

12 3 4 5 6 7 8 91011