/frameworks/base/opengl/java/android/opengl/ |
H A D | GLES10.java | 572 // 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 D | GLErrorWrapper.java | 297 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 D | GLLogWrapper.java | 1605 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 D | GL10.java | 465 void glFogfv( method in interface:GL10 471 void glFogfv( method in interface:GL10
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
H A D | GLImpl.java | 385 // 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 D | GLES10.spec | 36 void glFogfv ( GLenum pname, const GLfloat *params )
|
/frameworks/base/opengl/include/GLES/ |
H A D | gl.h | 600 GL_API void GL_APIENTRY glFogfv (GLenum pname, const GLfloat *params);
|
/frameworks/base/opengl/tests/angeles/include/GLES/ |
H A D | gl.h | 508 GLAPI void APIENTRY glFogfv (GLenum pname, const GLfloat *params);
|
/frameworks/base/core/jni/ |
H A D | android_opengl_GLES10.cpp | 621 /* 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 D | com_google_android_gles_jni_GLImpl.cpp | 747 /* 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 D | light.cpp | 850 void glFogfv(GLenum pname, const GLfloat *params) function
|