/frameworks/base/opengl/java/android/opengl/ |
H A D | Texture.java | 99 gl.glTexParameterf(gl.GL_TEXTURE_2D, 102 gl.glTexParameterf(gl.GL_TEXTURE_2D, 105 gl.glTexParameterf(gl.GL_TEXTURE_2D, 108 gl.glTexParameterf(gl.GL_TEXTURE_2D,
|
H A D | GLES10.java | 1251 // C function void glTexParameterf ( GLenum target, GLenum pname, GLfloat param ) 1253 public static native void glTexParameterf( method in class:GLES10
|
H A D | GLErrorWrapper.java | 788 public void glTexParameterf(int target, int pname, float param) { method in class:GLErrorWrapper 790 mgl.glTexParameterf(target, pname, param);
|
H A D | GLES20.java | 1459 // C function void glTexParameterf ( GLenum target, GLenum pname, GLfloat param ) 1461 public static native void glTexParameterf( method in class:GLES20
|
H A D | GLLogWrapper.java | 2483 public void glTexParameterf(int target, int pname, float param) { method in class:GLLogWrapper 2484 begin("glTexParameterf"); 2490 mgl.glTexParameterf(target, pname, param);
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
H A D | GL11ExtensionPack.java | 428 void glTexParameterf( method in interface:GL11ExtensionPack
|
H A D | GL10.java | 922 void glTexParameterf( method in interface:GL10
|
/frameworks/base/opengl/tools/glgen/specs/gles11/ |
H A D | GLES10.spec | 100 void glTexParameterf ( GLenum target, GLenum pname, GLfloat param )
|
H A D | GLES20.spec | 108 void glTexParameterf ( GLenum target, GLenum pname, GLfloat param )
|
/frameworks/base/opengl/include/GLES/ |
H A D | gl.h | 628 GL_API void GL_APIENTRY glTexParameterf (GLenum target, GLenum pname, GLfloat param);
|
/frameworks/base/opengl/include/GLES2/ |
H A D | gl2.h | 580 GL_APICALL void GL_APIENTRY glTexParameterf (GLenum target, GLenum pname, GLfloat param);
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
H A D | GLImpl.java | 1059 // C function void glTexParameterf ( GLenum target, GLenum pname, GLfloat param ) 1061 public native void glTexParameterf( method in class:GLImpl
|
/frameworks/base/opengl/tests/angeles/include/GLES/ |
H A D | gl.h | 572 GLAPI void APIENTRY glTexParameterf (GLenum target, GLenum pname, GLfloat param);
|
/frameworks/base/opengl/libagl/ |
H A D | texture.cpp | 1031 void glTexParameterf( function
|
/frameworks/base/core/jni/ |
H A D | android_opengl_GLES10.cpp | 3325 /* void glTexParameterf ( GLenum target, GLenum pname, GLfloat param ) */ 3329 glTexParameterf( 3551 {"glTexParameterf", "(IIF)V", (void *) android_glTexParameterf__IIF },
|
H A D | android_opengl_GLES20.cpp | 3677 /* void glTexParameterf ( GLenum target, GLenum pname, GLfloat param ) */ 3681 glTexParameterf( 4990 {"glTexParameterf", "(IIF)V", (void *) android_glTexParameterf__IIF },
|
H A D | com_google_android_gles_jni_GLImpl.cpp | 3451 /* void glTexParameterf ( GLenum target, GLenum pname, GLfloat param ) */ 3455 glTexParameterf( 7425 {"glTexParameterf", "(IIF)V", (void *) android_glTexParameterf__IIF },
|