Searched refs:glTranslatexOES (Results 1 – 12 of 12) sorted by relevance
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES11Ext.spec | 52 void glTranslatexOES ( GLfixed x, GLfixed y, GLfixed z )
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11Ext.java | 700 public static native void glTranslatexOES( in glTranslatexOES() method in GLES11Ext
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 142 void API_ENTRY(glTranslatexOES)(GLfixed x, GLfixed y, GLfixed z) { 143 CALL_GL_API(glTranslatexOES, x, y, z);
|
/frameworks/base/libs/hwui/debug/ |
D | wrap_gles.h | 835 #define glTranslatexOES wrap_glTranslatexOES macro
|
D | unwrap_gles.h | 835 #undef glTranslatexOES
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 705 GL_API void GL_APIENTRY glTranslatexOES (GLfixed x, GLfixed y, GLfixed z);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 2242 glTranslatexOES( in android_glTranslatexOES__III()
|
/frameworks/native/opengl/libs/ |
D | entries.in | 816 GL_ENTRY(void, glTranslatexOES, GLfixed x, GLfixed y, GLfixed z)
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19566 method public static void glTranslatexOES(int, int, int);
|
/frameworks/base/api/ |
D | current.txt | 26076 method public static void glTranslatexOES(int, int, int);
|
D | system-current.txt | 28516 method public static void glTranslatexOES(int, int, int);
|
D | test-current.txt | 26145 method public static void glTranslatexOES(int, int, int);
|