Home
last modified time | relevance | path

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

/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES10.spec41 void glFrustumx ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed …
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java505 void glFrustumx( in glFrustumx() method
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.041 void glFrustumx ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed …
/frameworks/native/opengl/libs/GLES_CM/
Dgl_api.in229 void API_ENTRY(glFrustumx)(GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed f) {
230 CALL_GL_API(glFrustumx, l, r, b, t, n, f);
/frameworks/base/opengl/java/android/opengl/
DGLES10.java628 public static native void glFrustumx( in glFrustumx() method in GLES10
DGLErrorWrapper.java340 public void glFrustumx(int left, int right, int bottom, int top, int near, in glFrustumx() method in GLErrorWrapper
343 mgl.glFrustumx(left, right, bottom, top, near, far); in glFrustumx()
DGLLogWrapper.java1681 public void glFrustumx(int left, int right, int bottom, int top, int near, in glFrustumx() method in GLLogWrapper
1692 mgl.glFrustumx(left, right, bottom, top, near, far); in glFrustumx()
/frameworks/native/opengl/libs/GLES_trace/proto/
Dgltrace.proto161 glFrustumx = 133; enumerator
/frameworks/native/opengl/tests/angeles/include/GLES/
Dgl.h513 GLAPI void APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed z…
/frameworks/native/opengl/tests/angeles/
Ddemo.c512 glFrustumx((GLfixed)(xmin * 65536), (GLfixed)(xmax * 65536), in gluPerspective()
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java442 public native void glFrustumx( in glFrustumx() method in GLImpl
/frameworks/native/opengl/include/GLES/
Dgl.h671 GL_API void GL_APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfix…
/frameworks/native/opengl/libagl/
Dmatrix.cpp1003 void glFrustumx( in glFrustumx() function
/frameworks/base/core/jni/
Dandroid_opengl_GLES10.cpp1210 glFrustumx( in android_glFrustumx__IIIIII()
Dcom_google_android_gles_jni_GLImpl.cpp1086 glFrustumx( in android_glFrustumx__IIIIII()
/frameworks/native/opengl/libs/
Dentries.in221 GL_ENTRY(void, glFrustumx, GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed f)
Dtrace.in221 TRACE_GL_VOID(glFrustumx, (GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed f), (l, r…
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace_api.cpp25084 glmsg.set_function(GLMessage::glFrustumx); in GLTrace_glFrustumx()
25125 glContext->hooks->gl.glFrustumx(l, r, b, t, n, f); in GLTrace_glFrustumx()
/frameworks/base/api/
Dcurrent.txt20159 method public static void glFrustumx(int, int, int, int, int, int);
54613 method public abstract void glFrustumx(int, int, int, int, int, int);
Dsystem-current.txt22103 method public static void glFrustumx(int, int, int, int, int, int);
57219 method public abstract void glFrustumx(int, int, int, int, int, int);