Searched refs:glTexGenxOES (Results 1 – 14 of 14) sorted by relevance
/frameworks/native/opengl/tools/glgen/stubs/jsr239/ |
D | GLCHeader.cpp | 43 #define glTexGenx glTexGenxOES
|
/frameworks/native/opengl/libs/ |
D | libGLESv1_CM.map.txt | 260 glTexGenxOES;
|
D | entries_gles1.in | 273 GL_ENTRY(void, glTexGenxOES, GLenum coord, GLenum pname, GLfixed param)
|
D | entries.in | 864 GL_ENTRY(void, glTexGenxOES, GLenum coord, GLenum pname, GLfixed param)
|
/frameworks/libs/native_bridge_support/libGLESv1_CM/ |
D | stubs_arm64.cc | 277 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTexGenxOES); 557 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glTexGenxOES); in init_stub_library()
|
D | stubs_arm.cc | 277 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTexGenxOES); 557 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glTexGenxOES); in init_stub_library()
|
/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/native/opengl/include/GLES/ |
D | glext.h | 250 GL_API void GL_APIENTRY glTexGenxOES (GLenum coord, GLenum pname, GLfixed param);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 3639 glTexGenxOES( in android_glTexGenxOES__III()
|
D | com_google_android_gles_jni_GLImpl.cpp | 44 #define glTexGenx glTexGenxOES
|
/frameworks/base/core/api/ |
D | current.txt | 28552 method public static void glTexGenxOES(int, int, int);
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19560 method public static void glTexGenxOES(int, int, int);
|