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

/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java968 // C function void glClipPlanefOES ( GLenum plane, const GLfloat *equation )
970 public static native void glClipPlanefOES( method in class:GLES11Ext
976 // C function void glClipPlanefOES ( GLenum plane, const GLfloat *equation )
978 public static native void glClipPlanefOES( method in class:GLES11Ext
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec79 void glClipPlanefOES ( GLenum plane, const GLfloat *equation )
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h101 #define glClipPlanefOES wrap_glClipPlanefOES macro
H A Dgles_undefine.h101 #undef glClipPlanefOES macro
/frameworks/native/opengl/include/GLES/
H A Dglext.h849 GL_API void GL_APIENTRY glClipPlanefOES (GLenum plane, const GLfloat *equation);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp3301 /* void glClipPlanefOES ( GLenum plane, const GLfloat *equation ) */
3329 glClipPlanefOES(
3344 /* void glClipPlanefOES ( GLenum plane, const GLfloat *equation ) */
3367 glClipPlanefOES(
4111 {"glClipPlanefOES", "(I[FI)V", (void *) android_glClipPlanefOES__I_3FI },
4112 {"glClipPlanefOES", "(ILjava/nio/FloatBuffer;)V", (void *) android_glClipPlanefOES__ILjava_nio_FloatBuffer_2 },

Completed in 857 milliseconds