Searched refs:glTexEnvxvOES (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11Ext.java | 658 public static native void glTexEnvxvOES( in glTexEnvxvOES() method in GLES11Ext 667 public static native void glTexEnvxvOES( in glTexEnvxvOES() method in GLES11Ext
|
/frameworks/native/opengl/libs/ |
D | libGLESv1_CM.map.txt | 255 glTexEnvxvOES;
|
D | entries.in | 859 GL_ENTRY(void, glTexEnvxvOES, GLenum target, GLenum pname, const GLfixed *params)
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES11Ext.spec | 49 void glTexEnvxvOES ( GLenum target, GLenum pname, const GLfixed *params )
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 133 void API_ENTRY(glTexEnvxvOES)(GLenum target, GLenum pname, const GLfixed *params) { 134 CALL_GL_API(glTexEnvxvOES, target, pname, params);
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 788 #define glTexEnvxvOES wrap_glTexEnvxvOES macro
|
D | gles_undefine.h | 787 #undef glTexEnvxvOES
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 241 GL_API void GL_APIENTRY glTexEnvxvOES (GLenum target, GLenum pname, const GLfixed *params);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 2371 glTexEnvxvOES( in android_glTexEnvxvOES__II_3II() 2410 glTexEnvxvOES( in android_glTexEnvxvOES__IILjava_nio_IntBuffer_2()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19552 method public static void glTexEnvxvOES(int, int, int[], int); 19553 method public static void glTexEnvxvOES(int, int, java.nio.IntBuffer);
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 28439 Landroid/opengl/GLES11Ext;->glTexEnvxvOES(IILjava/nio/IntBuffer;)V 28440 Landroid/opengl/GLES11Ext;->glTexEnvxvOES(II[II)V
|
/frameworks/base/api/ |
D | current.txt | 29979 method public static void glTexEnvxvOES(int, int, int[], int); 29980 method public static void glTexEnvxvOES(int, int, java.nio.IntBuffer);
|