Searched refs:glFogxOES (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec20 void glFogxOES ( GLenum pname, GLfixed param )
/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java325 // C function void glFogxOES ( GLenum pname, GLfixed param )
327 public static native void glFogxOES( method in class:GLES11Ext
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto147 glFogxOES = 121;
/frameworks/native/opengl/include/GLES/
H A Dglext.h673 GL_API void GL_APIENTRY glFogxOES (GLenum pname, GLfixed param);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp953 const GLMessage_Function GLMessage::glFogxOES; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1301 static const Function glFogxOES = GLMessage_Function_glFogxOES; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp28161 glmsg.set_function(GLMessage::glFogxOES);
28178 glContext->hooks->gl.glFogxOES(pname, param);
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp911 /* void glFogxOES ( GLenum pname, GLfixed param ) */
915 glFogxOES(
3484 {"glFogxOES", "(II)V", (void *) android_glFogxOES__II },

Completed in 266 milliseconds