/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
D | importgl.h | 90 FNDEF(void, glFrustumx, (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, G… 142 #define glFrustumx FNPTR(glFrustumx) macro
|
D | importgl.c | 133 IMPORT_FUNC(glFrustumx); in importGLInit()
|
D | demo.c | 512 glFrustumx((GLfixed)(xmin * 65536), (GLfixed)(xmax * 65536), in gluPerspective()
|
/development/ndk/platforms/android-4/arch-arm/symbols/ |
D | libGLESv1_CM.so.functions.txt | 82 glFrustumx
|
/development/ndk/platforms/android-9/arch-x86/symbols/ |
D | libGLESv1_CM.so.functions.txt | 105 glFrustumx
|
/development/ndk/platforms/android-9/arch-mips/symbols/ |
D | libGLESv1_CM.so.functions.txt | 105 glFrustumx
|
/development/tools/emulator/opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 96 {"glFrustumx", (void *)glFrustumx},
|
D | gles_dispatch.h | 99 glFrustumx_t glFrustumx; member 371 …glFrustumx_t set_glFrustumx(glFrustumx_t f) { glFrustumx_t retval = glFrustumx; glFrustumx = f; re… in set_glFrustumx()
|
D | gles.cpp | 436 void glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zF… in glFrustumx() function 438 getDispatch()->glFrustumx(left, right, bottom, top, zNear, zFar); in glFrustumx()
|
/development/tools/emulator/opengl/system/GLESv1_enc/ |
D | gl_ftable.h | 86 {"glFrustumx", (void*)glFrustumx},
|
D | gl_client_context.h | 86 glFrustumx_client_proc_t glFrustumx; member 378 …(glFrustumx_client_proc_t f) { glFrustumx_client_proc_t retval = glFrustumx; glFrustumx = f; retur… in set_glFrustumx()
|
D | gl_entry.cpp | 84 …void glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed z… 761 void glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zF… in glFrustumx() function 764 ctx->glFrustumx(ctx, left, right, bottom, top, zNear, zFar); in glFrustumx()
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
D | MatrixStack.java | 47 public void glFrustumx(int left, int right, int bottom, int top, int near, in glFrustumx() method in MatrixStack
|
D | MatrixTrackingGL.java | 267 public void glFrustumx(int left, int right, int bottom, int top, int near, in glFrustumx() method in MatrixTrackingGL 269 mCurrent.glFrustumx(left, right, bottom, top, near, far); in glFrustumx() 270 mgl.glFrustumx(left, right, bottom, top, near, far); in glFrustumx()
|
/development/ndk/platforms/android-4/include/GLES/ |
D | gl.h | 671 GL_API void GL_APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfix…
|