Home | History | Annotate | Download | only in gles_android_wrapper

Lines Matching refs:equation

71 void glClipPlanef(GLenum plane, const GLfloat *equation)
73 getDispatch()->glClipPlanef(plane, equation);
306 void glClipPlanex(GLenum plane, const GLfixed *equation)
308 getDispatch()->glClipPlanex(plane, equation);
861 void glClipPlanexOES(GLenum plane, const GLfixed *equation)
863 getDispatch()->glClipPlanexOES(plane, equation);
1171 void glClipPlanefOES(GLenum plane, const GLfloat *equation)
1173 getDispatch()->glClipPlanefOES(plane, equation);