Home
last modified time | relevance | path

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

/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java1039 public static native void glTexGenivOES( in glTexGenivOES() method in GLES11Ext
1048 public static native void glTexGenivOES( in glTexGenivOES() method in GLES11Ext
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
DGLCHeader.cpp43 #define glTexGeniv glTexGenivOES
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES11Ext.spec85 void glTexGenivOES ( GLenum coord, GLenum pname, const GLint *params )
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in265 void API_ENTRY(glTexGenivOES)(GLenum coord, GLenum pname, const GLint *params) {
266 CALL_GL_API(glTexGenivOES, coord, pname, params);
/frameworks/base/libs/hwui/debug/
Dwrap_gles.h794 #define glTexGenivOES wrap_glTexGenivOES macro
Dunwrap_gles.h794 #undef glTexGenivOES
/frameworks/native/opengl/include/GLES/
Dglext.h888 GL_API void GL_APIENTRY glTexGenivOES (GLenum coord, GLenum pname, const GLint *params);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp3251 glTexGenivOES( in android_glTexGenivOES__II_3II()
3281 glTexGenivOES( in android_glTexGenivOES__IILjava_nio_IntBuffer_2()
Dcom_google_android_gles_jni_GLImpl.cpp44 #define glTexGeniv glTexGenivOES
/frameworks/native/opengl/libs/
Dentries.in775 GL_ENTRY(void, glTexGenivOES, GLenum coord, GLenum pname, const GLint *params)
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19558 method public static void glTexGenivOES(int, int, int[], int);
19559 method public static void glTexGenivOES(int, int, java.nio.IntBuffer);
/frameworks/base/api/
Dcurrent.txt26068 method public static void glTexGenivOES(int, int, int[], int);
26069 method public static void glTexGenivOES(int, int, java.nio.IntBuffer);
Dsystem-current.txt28508 method public static void glTexGenivOES(int, int, int[], int);
28509 method public static void glTexGenivOES(int, int, java.nio.IntBuffer);
Dtest-current.txt26137 method public static void glTexGenivOES(int, int, int[], int);
26138 method public static void glTexGenivOES(int, int, java.nio.IntBuffer);