Home
last modified time | relevance | path

Searched refs:glTexEnvxvOES (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java658 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/
DGLES11Ext.spec49 void glTexEnvxvOES ( GLenum target, GLenum pname, const GLfixed *params )
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in133 void API_ENTRY(glTexEnvxvOES)(GLenum target, GLenum pname, const GLfixed *params) {
134 CALL_GL_API(glTexEnvxvOES, target, pname, params);
/frameworks/base/libs/hwui/debug/
Dwrap_gles.h790 #define glTexEnvxvOES wrap_glTexEnvxvOES macro
Dunwrap_gles.h790 #undef glTexEnvxvOES
/frameworks/native/opengl/include/GLES/
Dglext.h702 GL_API void GL_APIENTRY glTexEnvxvOES (GLenum target, GLenum pname, const GLfixed *params);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp2119 glTexEnvxvOES( in android_glTexEnvxvOES__II_3II()
2149 glTexEnvxvOES( in android_glTexEnvxvOES__IILjava_nio_IntBuffer_2()
/frameworks/native/opengl/libs/
Dentries.in771 GL_ENTRY(void, glTexEnvxvOES, GLenum target, GLenum pname, const GLfixed *params)
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19552 method public static void glTexEnvxvOES(int, int, int[], int);
19553 method public static void glTexEnvxvOES(int, int, java.nio.IntBuffer);
/frameworks/base/api/
Dcurrent.txt26062 method public static void glTexEnvxvOES(int, int, int[], int);
26063 method public static void glTexEnvxvOES(int, int, java.nio.IntBuffer);
Dsystem-current.txt28502 method public static void glTexEnvxvOES(int, int, int[], int);
28503 method public static void glTexEnvxvOES(int, int, java.nio.IntBuffer);
Dtest-current.txt26131 method public static void glTexEnvxvOES(int, int, int[], int);
26132 method public static void glTexEnvxvOES(int, int, java.nio.IntBuffer);