Home
last modified time | relevance | path

Searched refs:glFrustumx (Results 1 – 15 of 15) sorted by relevance

/development/ndk/platforms/android-4/samples/san-angeles/jni/
Dimportgl.h90 FNDEF(void, glFrustumx, (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, G…
142 #define glFrustumx FNPTR(glFrustumx) macro
Dimportgl.c133 IMPORT_FUNC(glFrustumx); in importGLInit()
Ddemo.c512 glFrustumx((GLfixed)(xmin * 65536), (GLfixed)(xmax * 65536), in gluPerspective()
/development/ndk/platforms/android-4/arch-arm/symbols/
DlibGLESv1_CM.so.functions.txt82 glFrustumx
/development/ndk/platforms/android-9/arch-x86/symbols/
DlibGLESv1_CM.so.functions.txt105 glFrustumx
/development/ndk/platforms/android-9/arch-mips/symbols/
DlibGLESv1_CM.so.functions.txt105 glFrustumx
/development/tools/emulator/opengl/tests/gles_android_wrapper/
Dgles_ftable.h96 {"glFrustumx", (void *)glFrustumx},
Dgles_dispatch.h99 glFrustumx_t glFrustumx; member
371 …glFrustumx_t set_glFrustumx(glFrustumx_t f) { glFrustumx_t retval = glFrustumx; glFrustumx = f; re… in set_glFrustumx()
Dgles.cpp436 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/
Dgl_ftable.h86 {"glFrustumx", (void*)glFrustumx},
Dgl_client_context.h86 glFrustumx_client_proc_t glFrustumx; member
378 …(glFrustumx_client_proc_t f) { glFrustumx_client_proc_t retval = glFrustumx; glFrustumx = f; retur… in set_glFrustumx()
Dgl_entry.cpp84 …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/
DMatrixStack.java47 public void glFrustumx(int left, int right, int bottom, int top, int near, in glFrustumx() method in MatrixStack
DMatrixTrackingGL.java267 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/
Dgl.h671 GL_API void GL_APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfix…