Home
last modified time | relevance | path

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

/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java1081 public static native void glGetTexGenfvOES( in glGetTexGenfvOES() method in GLES11Ext
1090 public static native void glGetTexGenfvOES( in glGetTexGenfvOES() method in GLES11Ext
/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt145 glGetTexGenfvOES;
Dentries.in451 GL_ENTRY(void, glGetTexGenfvOES, GLenum coord, GLenum pname, GLfloat *params)
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES11Ext.spec88 void glGetTexGenfvOES ( GLenum coord, GLenum pname, GLfloat *params )
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
DGLCHeader.cpp36 #define glGetTexGenfv glGetTexGenfvOES
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in268 void API_ENTRY(glGetTexGenfvOES)(GLenum coord, GLenum pname, GLfloat *params) {
269 CALL_GL_API(glGetTexGenfvOES, coord, pname, params);
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h439 #define glGetTexGenfvOES wrap_glGetTexGenfvOES macro
Dgles_undefine.h438 #undef glGetTexGenfvOES
/frameworks/native/opengl/include/GLES/
Dglext.h473 GL_API void GL_APIENTRY glGetTexGenfvOES (GLenum coord, GLenum pname, GLfloat *params);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp3788 glGetTexGenfvOES( in android_glGetTexGenfvOES__II_3FI()
3827 glGetTexGenfvOES( in android_glGetTexGenfvOES__IILjava_nio_FloatBuffer_2()
Dcom_google_android_gles_jni_GLImpl.cpp37 #define glGetTexGenfv glGetTexGenfvOES
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19512 method public static void glGetTexGenfvOES(int, int, float[], int);
19513 method public static void glGetTexGenfvOES(int, int, java.nio.FloatBuffer);
/frameworks/base/config/
Dhiddenapi-public-dex.txt28399 Landroid/opengl/GLES11Ext;->glGetTexGenfvOES(IILjava/nio/FloatBuffer;)V
28400 Landroid/opengl/GLES11Ext;->glGetTexGenfvOES(II[FI)V
/frameworks/base/api/
Dcurrent.txt29939 method public static void glGetTexGenfvOES(int, int, float[], int);
29940 method public static void glGetTexGenfvOES(int, int, java.nio.FloatBuffer);