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

/frameworks/base/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec35 void glFogf ( GLenum pname, GLfloat param )
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java565 // C function void glFogf ( GLenum pname, GLfloat param )
567 public static native void glFogf( method in class:GLES10
H A DGLErrorWrapper.java291 public void glFogf(int pname, float param) { method in class:GLErrorWrapper
293 mgl.glFogf(pname, param);
H A DGLLogWrapper.java1595 public void glFogf(int pname, float param) { method in class:GLLogWrapper
1596 begin("glFogf");
1601 mgl.glFogf(pname, param);
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java460 void glFogf( method in interface:GL10
/frameworks/base/opengl/include/GLES/
H A Dgl.h599 GL_API void GL_APIENTRY glFogf (GLenum pname, GLfloat param);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java378 // C function void glFogf ( GLenum pname, GLfloat param )
380 public native void glFogf( method in class:GLImpl
/frameworks/base/opengl/tests/angeles/include/GLES/
H A Dgl.h507 GLAPI void APIENTRY glFogf (GLenum pname, GLfloat param);
/frameworks/base/opengl/libagl/
H A Dlight.cpp837 void glFogf(GLenum pname, GLfloat param) { function
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp611 /* void glFogf ( GLenum pname, GLfloat param ) */
615 glFogf(
3470 {"glFogf", "(IF)V", (void *) android_glFogf__IF },
H A Dcom_google_android_gles_jni_GLImpl.cpp737 /* void glFogf ( GLenum pname, GLfloat param ) */
741 glFogf(
7344 {"glFogf", "(IF)V", (void *) android_glFogf__IF },

Completed in 140 milliseconds