Home
last modified time | relevance | path

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

/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java1098 public static native void glGetTexGenivOES( in glGetTexGenivOES() method in GLES11Ext
1107 public static native void glGetTexGenivOES( in glGetTexGenivOES() method in GLES11Ext
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
DGLCHeader.cpp38 #define glGetTexGeniv glGetTexGenivOES
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES11Ext.spec89 void glGetTexGenivOES ( GLenum coord, GLenum pname, GLint *params )
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in271 void API_ENTRY(glGetTexGenivOES)(GLenum coord, GLenum pname, GLint *params) {
272 CALL_GL_API(glGetTexGenivOES, coord, pname, params);
/frameworks/base/libs/hwui/debug/
Dwrap_gles.h442 #define glGetTexGenivOES wrap_glGetTexGenivOES macro
Dunwrap_gles.h442 #undef glGetTexGenivOES
/frameworks/native/opengl/include/GLES/
Dglext.h892 GL_API void GL_APIENTRY glGetTexGenivOES (GLenum coord, GLenum pname, GLint *params);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp3466 glGetTexGenivOES( in android_glGetTexGenivOES__II_3II()
3496 glGetTexGenivOES( in android_glGetTexGenivOES__IILjava_nio_IntBuffer_2()
Dcom_google_android_gles_jni_GLImpl.cpp39 #define glGetTexGeniv glGetTexGenivOES
/frameworks/native/opengl/libs/
Dentries.in423 GL_ENTRY(void, glGetTexGenivOES, GLenum coord, GLenum pname, GLint *params)
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19514 method public static void glGetTexGenivOES(int, int, int[], int);
19515 method public static void glGetTexGenivOES(int, int, java.nio.IntBuffer);
/frameworks/base/api/
Dcurrent.txt26024 method public static void glGetTexGenivOES(int, int, int[], int);
26025 method public static void glGetTexGenivOES(int, int, java.nio.IntBuffer);
Dsystem-current.txt28464 method public static void glGetTexGenivOES(int, int, int[], int);
28465 method public static void glGetTexGenivOES(int, int, java.nio.IntBuffer);
Dtest-current.txt26093 method public static void glGetTexGenivOES(int, int, int[], int);
26094 method public static void glGetTexGenivOES(int, int, java.nio.IntBuffer);