Home
last modified time | relevance | path

Searched refs:glFrustumxOES (Results 1 – 13 of 13) sorted by relevance

/aosp12/frameworks/libs/native_bridge_support/libGLESv1_CM/
H A Dstubs_arm64.cc125 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFrustumxOES);
405 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glFrustumxOES); in init_stub_library()
H A Dstubs_arm.cc125 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFrustumxOES);
405 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glFrustumxOES); in init_stub_library()
/aosp12/frameworks/native/opengl/libs/
H A DlibGLESv1_CM.map.txt108 glFrustumxOES;
H A Dentries_gles1.in111 GL_ENTRY(void, glFrustumxOES, GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed f)
H A Dentries.in302 GL_ENTRY(void, glFrustumxOES, GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed f)
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec22 void glFrustumxOES ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfix…
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java349 public static native void glFrustumxOES( in glFrustumxOES() method in GLES11Ext
/aosp12/frameworks/native/opengl/libs/GLES_CM/
H A Dglext_api.in64 void API_ENTRY(glFrustumxOES)(GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed f) {
65 CALL_GL_API(glFrustumxOES, l, r, b, t, n, f);
/aosp12/frameworks/native/opengl/include/GLES/
H A Dglext.h218 GL_API void GL_APIENTRY glFrustumxOES (GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfix…
/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp1169 glFrustumxOES( in android_glFrustumxOES__IIIIII()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt28542 method public static void glFrustumxOES(int, int, int, int, int, int);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt19490 method public static void glFrustumxOES(int, int, int, int, int, int);