Searched refs:glTexGenfvOES (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11Ext.java | 1014 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/ |
D | GLCHeader.cpp | 41 #define glTexGenfv glTexGenfvOES
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES11Ext.spec | 83 void glTexGenfvOES ( GLenum coord, GLenum pname, const GLfloat *params )
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 259 void API_ENTRY(glTexGenfvOES)(GLenum coord, GLenum pname, const GLfloat *params) { 260 CALL_GL_API(glTexGenfvOES, coord, pname, params);
|
/frameworks/base/libs/hwui/debug/ |
D | wrap_gles.h | 792 #define glTexGenfvOES wrap_glTexGenfvOES macro
|
D | unwrap_gles.h | 792 #undef glTexGenfvOES
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 886 GL_API void GL_APIENTRY glTexGenfvOES (GLenum coord, GLenum pname, const GLfloat *params);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 3172 glTexGenfvOES( in android_glTexGenfvOES__II_3FI() 3202 glTexGenfvOES( in android_glTexGenfvOES__IILjava_nio_FloatBuffer_2()
|
D | com_google_android_gles_jni_GLImpl.cpp | 42 #define glTexGenfv glTexGenfvOES
|
/frameworks/native/opengl/libs/ |
D | entries.in | 773 GL_ENTRY(void, glTexGenfvOES, GLenum coord, GLenum pname, const GLfloat *params)
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19555 method public static void glTexGenfvOES(int, int, float[], int); 19556 method public static void glTexGenfvOES(int, int, java.nio.FloatBuffer);
|
/frameworks/base/api/ |
D | current.txt | 26065 method public static void glTexGenfvOES(int, int, float[], int); 26066 method public static void glTexGenfvOES(int, int, java.nio.FloatBuffer);
|
D | system-current.txt | 28505 method public static void glTexGenfvOES(int, int, float[], int); 28506 method public static void glTexGenfvOES(int, int, java.nio.FloatBuffer);
|
D | test-current.txt | 26134 method public static void glTexGenfvOES(int, int, float[], int); 26135 method public static void glTexGenfvOES(int, int, java.nio.FloatBuffer);
|