Searched refs:glTexEnvfv (Results 1 - 17 of 17) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11ExtensionPack.java339 void glTexEnvfv( method in interface:GL11ExtensionPack
346 void glTexEnvfv( method in interface:GL11ExtensionPack
H A DGL10.java878 void glTexEnvfv( method in interface:GL10
885 void glTexEnvfv( method in interface:GL10
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DGLES11RenderEngine.cpp127 glTexEnvfv(GL_TEXTURE_ENV, GL_TEXTURE_ENV_COLOR, envColor);
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java1179 // C function void glTexEnvfv ( GLenum target, GLenum pname, const GLfloat *params )
1181 public static native void glTexEnvfv( method in class:GLES10
1188 // C function void glTexEnvfv ( GLenum target, GLenum pname, const GLfloat *params )
1190 public static native void glTexEnvfv( method in class:GLES10
H A DGLErrorWrapper.java749 public void glTexEnvfv(int target, int pname, float[] params, int offset) { method in class:GLErrorWrapper
751 mgl.glTexEnvfv(target, pname, params, offset);
755 public void glTexEnvfv(int target, int pname, FloatBuffer params) { method in class:GLErrorWrapper
757 mgl.glTexEnvfv(target, pname, params);
H A DGLLogWrapper.java2406 public void glTexEnvfv(int target, int pname, float[] params, int offset) { method in class:GLLogWrapper
2407 begin("glTexEnvfv");
2414 mgl.glTexEnvfv(target, pname, params, offset);
2418 public void glTexEnvfv(int target, int pname, FloatBuffer params) { method in class:GLLogWrapper
2419 begin("glTexEnvfv");
2425 mgl.glTexEnvfv(target, pname, params);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1004 // C function void glTexEnvfv ( GLenum target, GLenum pname, const GLfloat *params )
1006 public native void glTexEnvfv( method in class:GLImpl
1013 // C function void glTexEnvfv ( GLenum target, GLenum pname, const GLfloat *params )
1015 public native void glTexEnvfv( method in class:GLImpl
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto340 glTexEnvfv = 314;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec96 void glTexEnvfv ( GLenum target, GLenum pname, const GLfloat *params )
/frameworks/native/opengl/include/GLES/
H A Dgl.h627 GL_API void GL_APIENTRY glTexEnvfv (GLenum target, GLenum pname, const GLfloat *params);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h568 GLAPI void APIENTRY glTexEnvfv (GLenum target, GLenum pname, const GLfloat *params);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp2691 /* void glTexEnvfv ( GLenum target, GLenum pname, const GLfloat *params ) */
2736 glTexEnvfv(
2752 /* void glTexEnvfv ( GLenum target, GLenum pname, const GLfloat *params ) */
2786 glTexEnvfv(
3180 {"glTexEnvfv", "(II[FI)V", (void *) android_glTexEnvfv__II_3FI },
3181 {"glTexEnvfv", "(IILjava/nio/FloatBuffer;)V", (void *) android_glTexEnvfv__IILjava_nio_FloatBuffer_2 },
H A Dcom_google_android_gles_jni_GLImpl.cpp3523 /* void glTexEnvfv ( GLenum target, GLenum pname, const GLfloat *params ) */
3579 glTexEnvfv(
3595 /* void glTexEnvfv ( GLenum target, GLenum pname, const GLfloat *params ) */
3640 glTexEnvfv(
8601 {"glTexEnvfv", "(II[FI)V", (void *) android_glTexEnvfv__II_3FI },
8602 {"glTexEnvfv", "(IILjava/nio/FloatBuffer;)V", (void *) android_glTexEnvfv__IILjava_nio_FloatBuffer_2 },
/frameworks/native/opengl/libagl/
H A Dtexture.cpp979 void glTexEnvfv( function
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp955 const GLMessage_Function GLMessage::glTexEnvfv; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1303 static const Function glTexEnvfv = GLMessage_Function_glTexEnvfv; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp16852 glmsg.set_function(GLMessage::glTexEnvfv);
16875 glContext->hooks->gl.glTexEnvfv(target, pname, params);

Completed in 141 milliseconds