Home
last modified time | relevance | path

Searched refs:glOrthofOES (Results 1 – 14 of 14) sorted by relevance

/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt205 glOrthofOES;
Dentries_gles1.in214 GL_ENTRY(void, glOrthofOES, GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f)
Dentries.in626 GL_ENTRY(void, glOrthofOES, GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f)
/frameworks/libs/native_bridge_support/android_api/libGLESv1_CM/
Dstubs_riscv64.cc222 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glOrthofOES);
502 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glOrthofOES); in init_stub_library()
Dstubs_arm64.cc222 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glOrthofOES);
502 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glOrthofOES); in init_stub_library()
Dstubs_arm.cc222 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glOrthofOES);
502 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glOrthofOES); in init_stub_library()
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES11Ext.spec78 void glOrthofOES ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat…
/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java959 public static native void glOrthofOES( in glOrthofOES() method in GLES11Ext
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in253 void API_ENTRY(glOrthofOES)(GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f) {
254 CALL_GL_API(glOrthofOES, l, r, b, t, n, f);
/frameworks/native/opengl/include/GLES/
Dglext.h422 GL_API void GL_APIENTRY glOrthofOES (GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat…
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp3259 glOrthofOES( in android_glOrthofOES__FFFFFF()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19540 method public static void glOrthofOES(float, float, float, float, float, float);
/frameworks/base/core/api/
Dcurrent.txt30471 method public static void glOrthofOES(float, float, float, float, float, float);