Home
last modified time | relevance | path

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

/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/
Dwrap_gles.h835 #define glTranslatexOES wrap_glTranslatexOES macro
Dunwrap_gles.h835 #undef glTranslatexOES
/frameworks/native/opengl/include/GLES/
Dglext.h705 GL_API void GL_APIENTRY glTranslatexOES (GLfixed x, GLfixed y, GLfixed z);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp2242 glTranslatexOES( in android_glTranslatexOES__III()
/frameworks/native/opengl/libs/
Dentries.in816 GL_ENTRY(void, glTranslatexOES, GLfixed x, GLfixed y, GLfixed z)
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19566 method public static void glTranslatexOES(int, int, int);
/frameworks/base/api/
Dcurrent.txt26076 method public static void glTranslatexOES(int, int, int);
Dsystem-current.txt28516 method public static void glTranslatexOES(int, int, int);
Dtest-current.txt26145 method public static void glTranslatexOES(int, int, int);