Searched refs:glFogxvOES (Results 1 - 6 of 6) 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/base/libs/hwui/debug/
H A Dgles_redefine.h274 #define glFogxvOES wrap_glFogxvOES macro
H A Dgles_undefine.h273 #undef glFogxvOES macro
/frameworks/native/opengl/include/GLES/
H A Dglext.h217 GL_API void GL_APIENTRY glFogxvOES (GLenum pname, const GLfixed *param);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp1117 /* void glFogxvOES ( GLenum pname, const GLfixed *params ) */
1145 glFogxvOES(
1160 /* void glFogxvOES ( GLenum pname, const GLfixed *params ) */
1183 glFogxvOES(
4035 {"glFogxvOES", "(I[II)V", (void *) android_glFogxvOES__I_3II },
4036 {"glFogxvOES", "(ILjava/nio/IntBuffer;)V", (void *) android_glFogxvOES__ILjava_nio_IntBuffer_2 },

Completed in 173 milliseconds