Home
last modified time | relevance | path

Searched refs:glTexGenxOES (Results 1 – 14 of 14) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/jsr239/
DGLCHeader.cpp43 #define glTexGenx glTexGenxOES
/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt260 glTexGenxOES;
Dentries_gles1.in273 GL_ENTRY(void, glTexGenxOES, GLenum coord, GLenum pname, GLfixed param)
Dentries.in864 GL_ENTRY(void, glTexGenxOES, GLenum coord, GLenum pname, GLfixed param)
/frameworks/libs/native_bridge_support/libGLESv1_CM/
Dstubs_arm64.cc277 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTexGenxOES);
557 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glTexGenxOES); in init_stub_library()
Dstubs_arm.cc277 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/
DGLES11Ext.spec86 void glTexGenxOES ( GLenum coord, GLenum pname, GLfixed param )
/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java1056 public static native void glTexGenxOES( in glTexGenxOES() method in GLES11Ext
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in160 void API_ENTRY(glTexGenxOES)(GLenum coord, GLenum pname, GLfixed param) {
161 CALL_GL_API(glTexGenxOES, coord, pname, param);
/frameworks/native/opengl/include/GLES/
Dglext.h250 GL_API void GL_APIENTRY glTexGenxOES (GLenum coord, GLenum pname, GLfixed param);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp3639 glTexGenxOES( in android_glTexGenxOES__III()
Dcom_google_android_gles_jni_GLImpl.cpp44 #define glTexGenx glTexGenxOES
/frameworks/base/core/api/
Dcurrent.txt28552 method public static void glTexGenxOES(int, int, int);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19560 method public static void glTexGenxOES(int, int, int);