/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
H A D | GL11Ext.java | 40 void glTexParameterfv(int target, int pname, float[] param, int offset); method in interface:GL11Ext
|
H A D | GL11.java | 498 void glTexParameterfv( method in interface:GL11 505 void glTexParameterfv( method in interface:GL11
|
/frameworks/base/opengl/java/android/opengl/ |
H A D | GLES11.java | 659 // C function void glTexParameterfv ( GLenum target, GLenum pname, const GLfloat *params ) 661 public static native void glTexParameterfv( method in class:GLES11 668 // C function void glTexParameterfv ( GLenum target, GLenum pname, const GLfloat *params ) 670 public static native void glTexParameterfv( method in class:GLES11
|
H A D | GLErrorWrapper.java | 1304 public void glTexParameterfv(int target, int pname, float[] params, method in class:GLErrorWrapper 1307 mgl11.glTexParameterfv(target, pname, params, offset); 1311 public void glTexParameterfv(int target, int pname, FloatBuffer params) { method in class:GLErrorWrapper 1313 mgl11.glTexParameterfv(target, pname, params);
|
H A D | GLLogWrapper.java | 3279 public void glTexParameterfv(int target, int pname, float[] params, method in class:GLLogWrapper 3281 begin("glTexParameterfv"); 3287 mgl11.glTexParameterfv( target, pname, params, offset); 3291 public void glTexParameterfv(int target, int pname, FloatBuffer params) { method in class:GLLogWrapper 3292 begin("glTexParameterfv"); 3297 mgl11.glTexParameterfv(target, pname, params);
|
H A D | GLES20.java | 1452 // C function void glTexParameterfv ( GLenum target, GLenum pname, const GLfloat *params ) 1454 public static native void glTexParameterfv( method in class:GLES20 1461 // C function void glTexParameterfv ( GLenum target, GLenum pname, const GLfloat *params ) 1463 public static native void glTexParameterfv( method in class:GLES20
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
H A D | GLImpl.java | 1654 // C function void glTexParameterfv ( GLenum target, GLenum pname, const GLfloat *params ) 1656 public native void glTexParameterfv( method in class:GLImpl 1663 // C function void glTexParameterfv ( GLenum target, GLenum pname, const GLfloat *params ) 1665 public native void glTexParameterfv( method in class:GLImpl
|
/frameworks/base/libs/hwui/debug/ |
H A D | gles_redefine.h | 806 #define glTexParameterfv wrap_glTexParameterfv macro
|
H A D | gles_undefine.h | 805 #undef glTexParameterfv macro
|