/frameworks/native/opengl/libs/GLES_trace/ |
H A D | gltrace.proto | 146 glFogx = 120;
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
H A D | GLES10.spec | 37 void glFogx ( GLenum pname, GLfixed param )
|
/frameworks/base/opengl/java/android/opengl/ |
H A D | GLES10.java | 587 // C function void glFogx ( GLenum pname, GLfixed param ) 589 public static native void glFogx( method in class:GLES10
|
H A D | GLErrorWrapper.java | 309 public void glFogx(int pname, int param) { method in class:GLErrorWrapper 311 mgl.glFogx(pname, param);
|
H A D | GLLogWrapper.java | 1626 public void glFogx(int pname, int param) { method in class:GLLogWrapper 1627 begin("glFogx"); 1632 mgl.glFogx(pname, param);
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
H A D | GL10.java | 476 void glFogx( method in interface:GL10
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
H A D | GLImpl.java | 401 // C function void glFogx ( GLenum pname, GLfixed param ) 403 public native void glFogx( method in class:GLImpl
|
/frameworks/native/opengl/include/GLES/ |
H A D | gl.h | 668 GL_API void GL_APIENTRY glFogx (GLenum pname, GLfixed param);
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
H A D | gl.h | 509 GLAPI void APIENTRY glFogx (GLenum pname, GLfixed param);
|
/frameworks/native/opengl/libagl/ |
H A D | light.cpp | 852 void glFogx(GLenum pname, GLfixed param) { function
|
/frameworks/base/core/jni/ |
H A D | android_opengl_GLES10.cpp | 947 /* void glFogx ( GLenum pname, GLfixed param ) */ 951 glFogx( 3108 {"glFogx", "(II)V", (void *) android_glFogx__II },
|
H A D | com_google_android_gles_jni_GLImpl.cpp | 909 /* void glFogx ( GLenum pname, GLfixed param ) */ 913 glFogx( 8529 {"glFogx", "(II)V", (void *) android_glFogx__II },
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
H A D | gltrace.pb.cpp | 761 const GLMessage_Function GLMessage::glFogx; member in class:android::gltrace::GLMessage
|
H A D | gltrace.pb.h | 1109 static const Function glFogx = GLMessage_Function_glFogx; member in class:android::gltrace::GLMessage
|
H A D | gltrace_api.cpp | 17333 glmsg.set_function(GLMessage::glFogx); 17350 glContext->hooks->gl.glFogx(pname, param);
|