/frameworks/native/opengl/libs/ |
D | libGLESv1_CM.map.txt | 107 glFrustumx;
|
D | entries_gles1.in | 110 GL_ENTRY(void, glFrustumx, GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed f)
|
D | entries.in | 301 GL_ENTRY(void, glFrustumx, GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed f)
|
/frameworks/libs/native_bridge_support/libGLESv1_CM/ |
D | stubs_arm64.cc | 124 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFrustumx); 404 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glFrustumx); in init_stub_library()
|
D | stubs_arm.cc | 124 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFrustumx); 404 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glFrustumx); in init_stub_library()
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES10.spec | 41 void glFrustumx ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed …
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 505 void glFrustumx( in glFrustumx() method
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.0 | 41 void glFrustumx ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed …
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | gl_api.in | 229 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/ |
D | GLES10.java | 628 public static native void glFrustumx( in glFrustumx() method in GLES10
|
D | GLErrorWrapper.java | 340 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()
|
D | GLLogWrapper.java | 1681 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/tests/angeles/include/GLES/ |
D | gl.h | 513 GLAPI void APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed z…
|
/frameworks/native/opengl/tests/angeles/ |
D | demo.c | 512 glFrustumx((GLfixed)(xmin * 65536), (GLfixed)(xmax * 65536), in gluPerspective()
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 445 public native void glFrustumx( in glFrustumx() method in GLImpl
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 481 GL_API void GL_APIENTRY glFrustumx (GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed …
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 294 #define glFrustumx wrap_glFrustumx macro
|
D | gles_undefine.h | 293 #undef glFrustumx
|
/frameworks/native/opengl/libagl/ |
D | matrix.cpp | 992 void glFrustumx( in glFrustumx() function
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES10.cpp | 1246 glFrustumx( in android_glFrustumx__IIIIII()
|
D | com_google_android_gles_jni_GLImpl.cpp | 1086 glFrustumx( in android_glFrustumx__IIIIII()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 18926 method public static void glFrustumx(int, int, int, int, int, int); 51848 method public abstract void glFrustumx(int, int, int, int, int, int);
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 31603 method public static void glFrustumx(int, int, int, int, int, int); 76110 method public void glFrustumx(int, int, int, int, int, int);
|
/frameworks/base/api/ |
D | current.txt | 31747 method public static void glFrustumx(int, int, int, int, int, int); 76254 method public void glFrustumx(int, int, int, int, int, int);
|