Searched refs:glClipPlanexOES (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java294 // C function void glClipPlanexOES ( GLenum plane, const GLfixed *equation )
296 public static native void glClipPlanexOES( method in class:GLES11Ext
302 // C function void glClipPlanexOES ( GLenum plane, const GLfixed *equation )
304 public static native void glClipPlanexOES( method in class:GLES11Ext
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec17 void glClipPlanexOES ( GLenum plane, const GLfixed *equation )
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h104 #define glClipPlanexOES wrap_glClipPlanexOES macro
H A Dgles_undefine.h104 #undef glClipPlanexOES macro
/frameworks/native/opengl/include/GLES/
H A Dglext.h670 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp1006 /* void glClipPlanexOES ( GLenum plane, const GLfixed *equation ) */
1034 glClipPlanexOES(
1049 /* void glClipPlanexOES ( GLenum plane, const GLfixed *equation ) */
1072 glClipPlanexOES(
4031 {"glClipPlanexOES", "(I[II)V", (void *) android_glClipPlanexOES__I_3II },
4032 {"glClipPlanexOES", "(ILjava/nio/IntBuffer;)V", (void *) android_glClipPlanexOES__ILjava_nio_IntBuffer_2 },

Completed in 53 milliseconds