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/libs/ |
D | libGLESv1_CM.map.txt | 257 glTexGenfvOES;
|
D | entries.in | 861 GL_ENTRY(void, glTexGenfvOES, GLenum coord, GLenum pname, const GLfloat *params)
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES11Ext.spec | 83 void glTexGenfvOES ( GLenum coord, GLenum pname, const GLfloat *params )
|
/frameworks/native/opengl/tools/glgen/stubs/jsr239/ |
D | GLCHeader.cpp | 40 #define glTexGenfv glTexGenfvOES
|
/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 | gles_redefine.h | 790 #define glTexGenfvOES wrap_glTexGenfvOES macro
|
D | gles_undefine.h | 789 #undef glTexGenfvOES
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 470 GL_API void GL_APIENTRY glTexGenfvOES (GLenum coord, GLenum pname, const GLfloat *params);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 3520 glTexGenfvOES( in android_glTexGenfvOES__II_3FI() 3559 glTexGenfvOES( in android_glTexGenfvOES__IILjava_nio_FloatBuffer_2()
|
D | com_google_android_gles_jni_GLImpl.cpp | 41 #define glTexGenfv glTexGenfvOES
|
/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/config/ |
D | hiddenapi-public-dex.txt | 28442 Landroid/opengl/GLES11Ext;->glTexGenfvOES(IILjava/nio/FloatBuffer;)V 28443 Landroid/opengl/GLES11Ext;->glTexGenfvOES(II[FI)V
|
/frameworks/base/api/ |
D | current.txt | 29982 method public static void glTexGenfvOES(int, int, float[], int); 29983 method public static void glTexGenfvOES(int, int, java.nio.FloatBuffer);
|