Searched refs:glTexGenxOES (Results 1 – 14 of 14) sorted by relevance
/frameworks/native/opengl/tools/glgen/stubs/jsr239/ |
D | GLCHeader.cpp | 44 #define glTexGenx glTexGenxOES
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES11Ext.spec | 86 void glTexGenxOES ( GLenum coord, GLenum pname, GLfixed param )
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11Ext.java | 1056 public static native void glTexGenxOES( in glTexGenxOES() method in GLES11Ext
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 160 void API_ENTRY(glTexGenxOES)(GLenum coord, GLenum pname, GLfixed param) { 161 CALL_GL_API(glTexGenxOES, coord, pname, param);
|
/frameworks/base/libs/hwui/debug/ |
D | wrap_gles.h | 795 #define glTexGenxOES wrap_glTexGenxOES macro
|
D | unwrap_gles.h | 795 #undef glTexGenxOES
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 889 GL_API void GL_APIENTRY glTexGenxOES (GLenum coord, GLenum pname, GLfixed param);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 3295 glTexGenxOES( in android_glTexGenxOES__III()
|
D | com_google_android_gles_jni_GLImpl.cpp | 45 #define glTexGenx glTexGenxOES
|
/frameworks/native/opengl/libs/ |
D | entries.in | 776 GL_ENTRY(void, glTexGenxOES, GLenum coord, GLenum pname, GLfixed param)
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19560 method public static void glTexGenxOES(int, int, int);
|
/frameworks/base/api/ |
D | current.txt | 26070 method public static void glTexGenxOES(int, int, int);
|
D | system-current.txt | 28510 method public static void glTexGenxOES(int, int, int);
|
D | test-current.txt | 26139 method public static void glTexGenxOES(int, int, int);
|