Home
last modified time | relevance | path

Searched refs:glTexEnvfv (Results 1 – 22 of 22) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL11ExtensionPack.java339 void glTexEnvfv( in glTexEnvfv() method
346 void glTexEnvfv( in glTexEnvfv() method
DGL10.java878 void glTexEnvfv( in glTexEnvfv() method
885 void glTexEnvfv( in glTexEnvfv() method
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.1extpack29 void glTexEnvfv ( GLint target, GLint pname, GLfloat *params )
Dglspec-1.096 void glTexEnvfv ( GLenum target, GLenum pname, const GLfloat *params )
/frameworks/base/opengl/java/android/opengl/
DGLES10.java1181 public static native void glTexEnvfv( in glTexEnvfv() method in GLES10
1190 public static native void glTexEnvfv( in glTexEnvfv() method in GLES10
DGLErrorWrapper.java749 public void glTexEnvfv(int target, int pname, float[] params, int offset) { in glTexEnvfv() method in GLErrorWrapper
751 mgl.glTexEnvfv(target, pname, params, offset); in glTexEnvfv()
755 public void glTexEnvfv(int target, int pname, FloatBuffer params) { in glTexEnvfv() method in GLErrorWrapper
757 mgl.glTexEnvfv(target, pname, params); in glTexEnvfv()
/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt249 glTexEnvfv;
Dentries.in853 GL_ENTRY(void, glTexEnvfv, GLenum target, GLenum pname, const GLfloat *params)
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java1006 public native void glTexEnvfv( in glTexEnvfv() method in GLImpl
1015 public native void glTexEnvfv( in glTexEnvfv() method in GLImpl
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES10.spec96 void glTexEnvfv ( GLenum target, GLenum pname, const GLfloat *params )
/frameworks/native/opengl/libs/GLES_CM/
Dgl_api.in103 void API_ENTRY(glTexEnvfv)(GLenum target, GLenum pname, const GLfloat *params) {
104 CALL_GL_API(glTexEnvfv, target, pname, params);
/frameworks/native/opengl/tests/angeles/include/GLES/
Dgl.h568 GLAPI void APIENTRY glTexEnvfv (GLenum target, GLenum pname, const GLfloat *params);
/frameworks/native/opengl/include/GLES/
Dgl.h439 GL_API void GL_APIENTRY glTexEnvfv (GLenum target, GLenum pname, const GLfloat *params);
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h782 #define glTexEnvfv wrap_glTexEnvfv macro
Dgles_undefine.h781 #undef glTexEnvfv
/frameworks/base/core/jni/
Dandroid_opengl_GLES10.cpp3049 glTexEnvfv( in android_glTexEnvfv__II_3FI()
3105 glTexEnvfv( in android_glTexEnvfv__IILjava_nio_FloatBuffer_2()
Dcom_google_android_gles_jni_GLImpl.cpp3772 glTexEnvfv( in android_glTexEnvfv__II_3FI()
3839 glTexEnvfv( in android_glTexEnvfv__IILjava_nio_FloatBuffer_2()
/frameworks/native/opengl/libagl/
Dtexture.cpp968 void glTexEnvfv( in glTexEnvfv() function
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt18993 method public static void glTexEnvfv(int, int, float[], int);
18994 method public static void glTexEnvfv(int, int, java.nio.FloatBuffer);
51915 method public abstract void glTexEnvfv(int, int, float[], int);
51916 method public abstract void glTexEnvfv(int, int, java.nio.FloatBuffer);
52444 method public abstract void glTexEnvfv(int, int, float[], int);
52445 method public abstract void glTexEnvfv(int, int, java.nio.FloatBuffer);
/frameworks/base/config/
Dhiddenapi-public-dex.txt27886 Landroid/opengl/GLES10;->glTexEnvfv(IILjava/nio/FloatBuffer;)V
27887 Landroid/opengl/GLES10;->glTexEnvfv(II[FI)V
71943 Ljavax/microedition/khronos/opengles/GL10;->glTexEnvfv(IILjava/nio/FloatBuffer;)V
71944 Ljavax/microedition/khronos/opengles/GL10;->glTexEnvfv(II[FI)V
72464 Ljavax/microedition/khronos/opengles/GL11ExtensionPack;->glTexEnvfv(IILjava/nio/FloatBuffer;)V
72465 Ljavax/microedition/khronos/opengles/GL11ExtensionPack;->glTexEnvfv(II[FI)V
Dboot-image-profile.txt51106 HSPLjavax/microedition/khronos/opengles/GL10;->glTexEnvfv(IILjava/nio/FloatBuffer;)V
51107 HSPLjavax/microedition/khronos/opengles/GL10;->glTexEnvfv(II[FI)V
51248 HSPLjavax/microedition/khronos/opengles/GL11ExtensionPack;->glTexEnvfv(IILjava/nio/FloatBuffer;)V
51249 HSPLjavax/microedition/khronos/opengles/GL11ExtensionPack;->glTexEnvfv(II[FI)V
/frameworks/base/api/
Dcurrent.txt29420 method public static void glTexEnvfv(int, int, float[], int);
29421 method public static void glTexEnvfv(int, int, java.nio.FloatBuffer);
71514 method public abstract void glTexEnvfv(int, int, float[], int);
71515 method public abstract void glTexEnvfv(int, int, java.nio.FloatBuffer);
72043 method public abstract void glTexEnvfv(int, int, float[], int);
72044 method public abstract void glTexEnvfv(int, int, java.nio.FloatBuffer);