Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt274 glTranslatexOES;
Dentries_gles1.in293 GL_ENTRY(void, glTranslatexOES, GLfixed x, GLfixed y, GLfixed z)
Dentries.in913 GL_ENTRY(void, glTranslatexOES, GLfixed x, GLfixed y, GLfixed z)
/frameworks/libs/native_bridge_support/android_api/libGLESv1_CM/
Dstubs_riscv64.cc291 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTranslatexOES);
571 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glTranslatexOES); in init_stub_library()
Dstubs_arm64.cc291 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTranslatexOES);
571 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glTranslatexOES); in init_stub_library()
Dstubs_arm.cc291 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTranslatexOES);
571 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glTranslatexOES); in init_stub_library()
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES11Ext.spec52 void glTranslatexOES ( GLfixed x, GLfixed y, GLfixed z )
/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java700 public static native void glTranslatexOES( in glTranslatexOES() method in GLES11Ext
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in142 void API_ENTRY(glTranslatexOES)(GLfixed x, GLfixed y, GLfixed z) {
143 CALL_GL_API(glTranslatexOES, x, y, z);
/frameworks/native/opengl/include/GLES/
Dglext.h244 GL_API void GL_APIENTRY glTranslatexOES (GLfixed x, GLfixed y, GLfixed z);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp2491 glTranslatexOES( in android_glTranslatexOES__III()
/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.txt19566 method public static void glTranslatexOES(int, int, int);
/frameworks/base/core/api/
Dcurrent.txt30497 method public static void glTranslatexOES(int, int, int);