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/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 | wrap_gles.h | 790 #define glTexEnvxvOES wrap_glTexEnvxvOES macro
|
D | unwrap_gles.h | 790 #undef glTexEnvxvOES
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 702 GL_API void GL_APIENTRY glTexEnvxvOES (GLenum target, GLenum pname, const GLfixed *params);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 2119 glTexEnvxvOES( in android_glTexEnvxvOES__II_3II() 2149 glTexEnvxvOES( in android_glTexEnvxvOES__IILjava_nio_IntBuffer_2()
|
/frameworks/native/opengl/libs/ |
D | entries.in | 771 GL_ENTRY(void, glTexEnvxvOES, GLenum target, GLenum pname, const GLfixed *params)
|
/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/api/ |
D | current.txt | 26062 method public static void glTexEnvxvOES(int, int, int[], int); 26063 method public static void glTexEnvxvOES(int, int, java.nio.IntBuffer);
|
D | system-current.txt | 28502 method public static void glTexEnvxvOES(int, int, int[], int); 28503 method public static void glTexEnvxvOES(int, int, java.nio.IntBuffer);
|
D | test-current.txt | 26131 method public static void glTexEnvxvOES(int, int, int[], int); 26132 method public static void glTexEnvxvOES(int, int, java.nio.IntBuffer);
|