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.in422 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.cpp37 #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.h438 #define glGetTexGenfvOES wrap_glGetTexGenfvOES macro
Dgles_undefine.h438 #undef glGetTexGenfvOES
/frameworks/native/opengl/include/GLES/
Dglext.h891 GL_API void GL_APIENTRY glGetTexGenfvOES (GLenum coord, GLenum pname, GLfloat *params);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp3789 glGetTexGenfvOES( in android_glGetTexGenfvOES__II_3FI()
3828 glGetTexGenfvOES( in android_glGetTexGenfvOES__IILjava_nio_FloatBuffer_2()
Dcom_google_android_gles_jni_GLImpl.cpp38 #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/api/
Dcurrent.txt28243 method public static void glGetTexGenfvOES(int, int, float[], int);
28244 method public static void glGetTexGenfvOES(int, int, java.nio.FloatBuffer);
Dsystem-current.txt30952 method public static void glGetTexGenfvOES(int, int, float[], int);
30953 method public static void glGetTexGenfvOES(int, int, java.nio.FloatBuffer);