Searched refs:glTranslatexOES (Results 1 – 12 of 12) sorted by relevance
/frameworks/native/opengl/libs/ |
D | libGLESv1_CM.map.txt | 274 glTranslatexOES;
|
D | entries.in | 913 GL_ENTRY(void, glTranslatexOES, GLfixed x, GLfixed y, GLfixed z)
|
/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 | gles_redefine.h | 833 #define glTranslatexOES wrap_glTranslatexOES macro
|
D | gles_undefine.h | 832 #undef glTranslatexOES
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 244 GL_API void GL_APIENTRY glTranslatexOES (GLfixed x, GLfixed y, GLfixed z);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 2522 glTranslatexOES( in android_glTranslatexOES__III()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19566 method public static void glTranslatexOES(int, int, int);
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 28453 Landroid/opengl/GLES11Ext;->glTranslatexOES(III)V
|
/frameworks/base/api/ |
D | current.txt | 29993 method public static void glTranslatexOES(int, int, int);
|