Searched refs:glTexParameterfv (Results 1 - 19 of 19) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11Ext.java40 void glTexParameterfv(int target, int pname, float[] param, int offset); method in interface:GL11Ext
H A DGL11.java498 void glTexParameterfv( method in interface:GL11
505 void glTexParameterfv( method in interface:GL11
/frameworks/base/opengl/java/android/opengl/
H A DGLES11.java659 // 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 DGLErrorWrapper.java1304 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 DGLES20.java1452 // 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
H A DGLLogWrapper.java3279 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);
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11.spec40 void glTexParameterfv ( GLenum target, GLenum pname, const GLfloat *params )
H A DGLES20.spec109 void glTexParameterfv ( GLenum target, GLenum pname, const GLfloat *params )
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1654 // 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/native/opengl/libs/GLES_trace/proto/
H A Dgltrace.proto358 glTexParameterfv = 330;
/frameworks/base/libs/hwui/tests/
H A Dnullgles.cpp222 void glTexParameterfv(GLenum target, GLenum pname, const GLfloat *params) {} function
/frameworks/native/opengl/include/GLES/
H A Dgl.h629 GL_API void GL_APIENTRY glTexParameterfv (GLenum target, GLenum pname, const GLfloat *params);
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h484 GL_APICALL void GL_APIENTRY glTexParameterfv (GLenum target, GLenum pname, const GLfloat *params);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11.cpp2779 /* void glTexParameterfv ( GLenum target, GLenum pname, const GLfloat *params ) */
2813 glTexParameterfv(
2829 /* void glTexParameterfv ( GLenum target, GLenum pname, const GLfloat *params ) */
2852 glTexParameterfv(
3131 {"glTexParameterfv", "(II[FI)V", (void *) android_glTexParameterfv__II_3FI },
3132 {"glTexParameterfv", "(IILjava/nio/FloatBuffer;)V", (void *) android_glTexParameterfv__IILjava_nio_FloatBuffer_2 },
H A Dandroid_opengl_GLES20.cpp4408 /* void glTexParameterfv ( GLenum target, GLenum pname, const GLfloat *params ) */
4442 glTexParameterfv(
4458 /* void glTexParameterfv ( GLenum target, GLenum pname, const GLfloat *params ) */
4481 glTexParameterfv(
6297 {"glTexParameterfv", "(II[FI)V", (void *) android_glTexParameterfv__II_3FI },
6298 {"glTexParameterfv", "(IILjava/nio/FloatBuffer;)V", (void *) android_glTexParameterfv__IILjava_nio_FloatBuffer_2 },
H A Dcom_google_android_gles_jni_GLImpl.cpp6480 /* void glTexParameterfv ( GLenum target, GLenum pname, const GLfloat *params ) */
6514 glTexParameterfv(
6530 /* void glTexParameterfv ( GLenum target, GLenum pname, const GLfloat *params ) */
6553 glTexParameterfv(
8679 {"glTexParameterfv", "(II[FI)V", (void *) android_glTexParameterfv__II_3FI },
8680 {"glTexParameterfv", "(IILjava/nio/FloatBuffer;)V", (void *) android_glTexParameterfv__IILjava_nio_FloatBuffer_2 },
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h484 GL_APICALL void GL_APIENTRY glTexParameterfv (GLenum target, GLenum pname, const GLfloat *params);
H A Dgl31.h484 GL_APICALL void GL_APIENTRY glTexParameterfv (GLenum target, GLenum pname, const GLfloat *params);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp4244 glmsg.set_function(GLMessage::glTexParameterfv);
4267 glContext->hooks->gl.glTexParameterfv(target, pname, params);
[all...]

Completed in 293 milliseconds