/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
H A D | demo.c | 503 GLfloat zNear, GLfloat zFar) 514 (GLfixed)(zNear * 65536), (GLfixed)(zFar * 65536)); 502 gluPerspective(GLfloat fovy, GLfloat aspect, GLfloat zNear, GLfloat zFar) argument
|
/development/tools/emulator/opengl/system/GLESv2_enc/ |
H A D | gl2_enc.cpp | 651 void glDepthRangef_enc(void *self , GLclampf zNear, GLclampf zFar) argument 664 memcpy(ptr, &zFar, 4); ptr += 4;
|
H A D | gl2_entry.cpp | 45 void glDepthRangef(GLclampf zNear, GLclampf zFar); 446 void glDepthRangef(GLclampf zNear, GLclampf zFar) argument 449 ctx->glDepthRangef(ctx, zNear, zFar);
|
/development/tools/emulator/opengl/system/GLESv1_enc/ |
H A D | gl_enc.cpp | 102 void glDepthRangef_enc(void *self , GLclampf zNear, GLclampf zFar) argument 115 memcpy(ptr, &zFar, 4); ptr += 4; 152 void glFrustumf_enc(void *self , GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) argument 169 memcpy(ptr, &zFar, 4); ptr += 4; 475 void glOrthof_enc(void *self , GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) argument 492 memcpy(ptr, &zFar, 4); ptr += 4; 1109 void glDepthRangex_enc(void *self , GLclampx zNear, GLclampx zFar) argument 1122 memcpy(ptr, &zFar, 4); ptr += 4; 1279 void glFrustumx_enc(void *self , GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) argument 1296 memcpy(ptr, &zFar, 1866 glOrthox_enc(void *self , GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) argument 3071 glDepthRangexOES_enc(void *self , GLclampx zNear, GLclampx zFar) argument 3121 glFrustumxOES_enc(void *self , GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) argument 3462 glOrthoxOES_enc(void *self , GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) argument 4029 glDepthRangefOES_enc(void *self , GLclampf zNear, GLclampf zFar) argument 4045 glFrustumfOES_enc(void *self , GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) argument 4065 glOrthofOES_enc(void *self , GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) argument [all...] |
H A D | gl_entry.cpp | 14 void glDepthRangef(GLclampf zNear, GLclampf zFar); 17 void glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar); 35 void glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar); 72 void glDepthRangex(GLclampx zNear, GLclampx zFar); 84 void glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar); 120 void glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar); 190 void glDepthRangexOES(GLclampx zNear, GLclampx zFar); 193 void glFrustumxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar); 212 void glOrthoxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar); 248 void glDepthRangefOES(GLclampf zNear, GLclampf zFar); 339 glDepthRangef(GLclampf zNear, GLclampf zFar) argument 357 glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) argument 465 glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) argument 689 glDepthRangex(GLclampx zNear, GLclampx zFar) argument 761 glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) argument 979 glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) argument 1399 glDepthRangexOES(GLclampx zNear, GLclampx zFar) argument 1417 glFrustumxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) argument 1531 glOrthoxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) argument 1751 glDepthRangefOES(GLclampf zNear, GLclampf zFar) argument 1757 glFrustumfOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) argument 1763 glOrthofOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) argument [all...] |
/development/tools/emulator/opengl/tests/gles_android_wrapper/ |
H A D | gles.cpp | 81 void glDepthRangef(GLclampf zNear, GLclampf zFar) argument 83 getDispatch()->glDepthRangef(zNear, zFar); 96 void glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) argument 98 getDispatch()->glFrustumf(left, right, bottom, top, zNear, zFar); 186 void glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) argument 188 getDispatch()->glOrthof(left, right, bottom, top, zNear, zFar); 376 void glDepthRangex(GLclampx zNear, GLclampx zFar) argument 378 getDispatch()->glDepthRangex(zNear, zFar); 436 void glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) argument 438 getDispatch()->glFrustumx(left, right, bottom, top, zNear, zFar); 616 glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) argument 871 glDepthRangexOES(GLclampx zNear, GLclampx zFar) argument 886 glFrustumxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) argument 976 glOrthoxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) argument 1156 glDepthRangefOES(GLclampf zNear, GLclampf zFar) argument 1161 glFrustumfOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) argument 1166 glOrthofOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) argument [all...] |