Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt274 glTranslatexOES;
Dentries.in913 GL_ENTRY(void, glTranslatexOES, GLfixed x, GLfixed y, GLfixed z)
/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/base/libs/hwui/debug/
Dgles_redefine.h833 #define glTranslatexOES wrap_glTranslatexOES macro
Dgles_undefine.h832 #undef glTranslatexOES
/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.cpp2522 glTranslatexOES( in android_glTranslatexOES__III()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19566 method public static void glTranslatexOES(int, int, int);
/frameworks/base/config/
Dhiddenapi-public-dex.txt28453 Landroid/opengl/GLES11Ext;->glTranslatexOES(III)V
/frameworks/base/api/
Dcurrent.txt29993 method public static void glTranslatexOES(int, int, int);