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

/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java332 // C function void glFogxvOES ( GLenum pname, const GLfixed *params )
334 public static native void glFogxvOES( method in class:GLES11Ext
340 // C function void glFogxvOES ( GLenum pname, const GLfixed *params )
342 public static native void glFogxvOES( method in class:GLES11Ext
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec21 void glFogxvOES ( GLenum pname, const GLfixed *params )
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto149 glFogxvOES = 123;
/frameworks/native/opengl/include/GLES/
H A Dglext.h625 GL_API void GL_APIENTRY glFogxvOES (GLenum pname, const GLfixed *params);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp921 /* void glFogxvOES ( GLenum pname, const GLfixed *params ) */
949 glFogxvOES(
964 /* void glFogxvOES ( GLenum pname, const GLfixed *params ) */
978 glFogxvOES(
3485 {"glFogxvOES", "(I[II)V", (void *) android_glFogxvOES__I_3II },
3486 {"glFogxvOES", "(ILjava/nio/IntBuffer;)V", (void *) android_glFogxvOES__ILjava_nio_IntBuffer_2 },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp764 const GLMessage_Function GLMessage::glFogxvOES; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1112 static const Function glFogxvOES = GLMessage_Function_glFogxvOES; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp19789 glmsg.set_function(GLMessage::glFogxvOES);
19806 glContext->hooks->gl.glFogxvOES(pname, params);

Completed in 163 milliseconds