Home
last modified time | relevance | path

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

/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java1014 public static native void glTexGenfvOES( in glTexGenfvOES() method in GLES11Ext
1023 public static native void glTexGenfvOES( in glTexGenfvOES() method in GLES11Ext
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
DGLCHeader.cpp41 #define glTexGenfv glTexGenfvOES
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES11Ext.spec83 void glTexGenfvOES ( GLenum coord, GLenum pname, const GLfloat *params )
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in259 void API_ENTRY(glTexGenfvOES)(GLenum coord, GLenum pname, const GLfloat *params) {
260 CALL_GL_API(glTexGenfvOES, coord, pname, params);
/frameworks/base/libs/hwui/debug/
Dwrap_gles.h792 #define glTexGenfvOES wrap_glTexGenfvOES macro
Dunwrap_gles.h792 #undef glTexGenfvOES
/frameworks/native/opengl/include/GLES/
Dglext.h886 GL_API void GL_APIENTRY glTexGenfvOES (GLenum coord, GLenum pname, const GLfloat *params);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp3172 glTexGenfvOES( in android_glTexGenfvOES__II_3FI()
3202 glTexGenfvOES( in android_glTexGenfvOES__IILjava_nio_FloatBuffer_2()
Dcom_google_android_gles_jni_GLImpl.cpp42 #define glTexGenfv glTexGenfvOES
/frameworks/native/opengl/libs/
Dentries.in773 GL_ENTRY(void, glTexGenfvOES, GLenum coord, GLenum pname, const GLfloat *params)
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19555 method public static void glTexGenfvOES(int, int, float[], int);
19556 method public static void glTexGenfvOES(int, int, java.nio.FloatBuffer);
/frameworks/base/api/
Dcurrent.txt26065 method public static void glTexGenfvOES(int, int, float[], int);
26066 method public static void glTexGenfvOES(int, int, java.nio.FloatBuffer);
Dsystem-current.txt28505 method public static void glTexGenfvOES(int, int, float[], int);
28506 method public static void glTexGenfvOES(int, int, java.nio.FloatBuffer);
Dtest-current.txt26134 method public static void glTexGenfvOES(int, int, float[], int);
26135 method public static void glTexGenfvOES(int, int, java.nio.FloatBuffer);