Searched refs:glFogfv (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java572 // C function void glFogfv ( GLenum pname, const GLfloat *params )
574 public static native void glFogfv( method in class:GLES10
580 // C function void glFogfv ( GLenum pname, const GLfloat *params )
582 public static native void glFogfv( method in class:GLES10
H A DGLErrorWrapper.java297 public void glFogfv(int pname, float[] params, int offset) { method in class:GLErrorWrapper
299 mgl.glFogfv(pname, params, offset);
303 public void glFogfv(int pname, FloatBuffer params) { method in class:GLErrorWrapper
305 mgl.glFogfv(pname, params);
H A DGLLogWrapper.java1605 public void glFogfv(int pname, float[] params, int offset) { method in class:GLLogWrapper
1606 begin("glFogfv");
1612 mgl.glFogfv(pname, params, offset);
1616 public void glFogfv(int pname, FloatBuffer params) { method in class:GLLogWrapper
1617 begin("glFogfv");
1622 mgl.glFogfv(pname, params);
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java465 void glFogfv( method in interface:GL10
471 void glFogfv( method in interface:GL10
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java385 // C function void glFogfv ( GLenum pname, const GLfloat *params )
387 public native void glFogfv( method in class:GLImpl
393 // C function void glFogfv ( GLenum pname, const GLfloat *params )
395 public native void glFogfv( method in class:GLImpl
/frameworks/base/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec36 void glFogfv ( GLenum pname, const GLfloat *params )
/frameworks/base/opengl/include/GLES/
H A Dgl.h600 GL_API void GL_APIENTRY glFogfv (GLenum pname, const GLfloat *params);
/frameworks/base/opengl/tests/angeles/include/GLES/
H A Dgl.h508 GLAPI void APIENTRY glFogfv (GLenum pname, const GLfloat *params);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp621 /* void glFogfv ( GLenum pname, const GLfloat *params ) */
671 glFogfv(
683 /* void glFogfv ( GLenum pname, const GLfloat *params ) */
721 glFogfv(
3471 {"glFogfv", "(I[FI)V", (void *) android_glFogfv__I_3FI },
3472 {"glFogfv", "(ILjava/nio/FloatBuffer;)V", (void *) android_glFogfv__ILjava_nio_FloatBuffer_2 },
H A Dcom_google_android_gles_jni_GLImpl.cpp747 /* void glFogfv ( GLenum pname, const GLfloat *params ) */
797 glFogfv(
809 /* void glFogfv ( GLenum pname, const GLfloat *params ) */
847 glFogfv(
7345 {"glFogfv", "(I[FI)V", (void *) android_glFogfv__I_3FI },
7346 {"glFogfv", "(ILjava/nio/FloatBuffer;)V", (void *) android_glFogfv__ILjava_nio_FloatBuffer_2 },
/frameworks/base/opengl/libagl/
H A Dlight.cpp850 void glFogfv(GLenum pname, const GLfloat *params) function

Completed in 73 milliseconds