Searched refs:glTexGenxvOES (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11Ext.java | 1064 public static native void glTexGenxvOES( in glTexGenxvOES() method in GLES11Ext 1073 public static native void glTexGenxvOES( in glTexGenxvOES() method in GLES11Ext
|
/frameworks/native/opengl/libs/ |
D | libGLESv1_CM.map.txt | 261 glTexGenxvOES;
|
D | entries.in | 865 GL_ENTRY(void, glTexGenxvOES, GLenum coord, GLenum pname, const GLfixed *params)
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES11Ext.spec | 87 void glTexGenxvOES ( GLenum coord, GLenum pname, const GLfixed *params )
|
/frameworks/native/opengl/tools/glgen/stubs/jsr239/ |
D | GLCHeader.cpp | 44 #define glTexGenxv glTexGenxvOES
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 163 void API_ENTRY(glTexGenxvOES)(GLenum coord, GLenum pname, const GLfixed *params) { 164 CALL_GL_API(glTexGenxvOES, coord, pname, params);
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 794 #define glTexGenxvOES wrap_glTexGenxvOES macro
|
D | gles_undefine.h | 793 #undef glTexGenxvOES
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 251 GL_API void GL_APIENTRY glTexGenxvOES (GLenum coord, GLenum pname, const GLfixed *params);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 3706 glTexGenxvOES( in android_glTexGenxvOES__II_3II() 3745 glTexGenxvOES( in android_glTexGenxvOES__IILjava_nio_IntBuffer_2()
|
D | com_google_android_gles_jni_GLImpl.cpp | 45 #define glTexGenxv glTexGenxvOES
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19561 method public static void glTexGenxvOES(int, int, int[], int); 19562 method public static void glTexGenxvOES(int, int, java.nio.IntBuffer);
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 28448 Landroid/opengl/GLES11Ext;->glTexGenxvOES(IILjava/nio/IntBuffer;)V 28449 Landroid/opengl/GLES11Ext;->glTexGenxvOES(II[II)V
|
/frameworks/base/api/ |
D | current.txt | 29988 method public static void glTexGenxvOES(int, int, int[], int); 29989 method public static void glTexGenxvOES(int, int, java.nio.IntBuffer);
|