Searched refs:glTexGenfOES (Results 1 – 17 of 17) sorted by relevance
/frameworks/native/opengl/tools/glgen/stubs/jsr239/ |
D | GLCHeader.cpp | 39 #define glTexGenf glTexGenfOES
|
/frameworks/native/opengl/libs/ |
D | libGLESv1_CM.map.txt | 256 glTexGenfOES;
|
D | entries_gles1.in | 269 GL_ENTRY(void, glTexGenfOES, GLenum coord, GLenum pname, GLfloat param)
|
D | entries.in | 860 GL_ENTRY(void, glTexGenfOES, GLenum coord, GLenum pname, GLfloat param)
|
/frameworks/libs/native_bridge_support/libGLESv1_CM/ |
D | stubs_arm64.cc | 273 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTexGenfOES); 553 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glTexGenfOES); in init_stub_library()
|
D | stubs_arm.cc | 273 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTexGenfOES); 553 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glTexGenfOES); in init_stub_library()
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES11Ext.spec | 82 void glTexGenfOES ( GLenum coord, GLenum pname, GLfloat param )
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11Ext.java | 1006 public static native void glTexGenfOES( in glTexGenfOES() method in GLES11Ext
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 256 void API_ENTRY(glTexGenfOES)(GLenum coord, GLenum pname, GLfloat param) { 257 CALL_GL_API(glTexGenfOES, coord, pname, param);
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 789 #define glTexGenfOES wrap_glTexGenfOES macro
|
D | gles_undefine.h | 788 #undef glTexGenfOES
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 469 GL_API void GL_APIENTRY glTexGenfOES (GLenum coord, GLenum pname, GLfloat param);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 3451 glTexGenfOES( in android_glTexGenfOES__IIF()
|
D | com_google_android_gles_jni_GLImpl.cpp | 40 #define glTexGenf glTexGenfOES
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19554 method public static void glTexGenfOES(int, int, float);
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 32231 method public static void glTexGenfOES(int, int, float);
|
/frameworks/base/api/ |
D | current.txt | 32375 method public static void glTexGenfOES(int, int, float);
|