Lines Matching refs:equation
11 void glClipPlanef(GLenum plane, const GLfloat* equation);
186 void glClipPlanexOES(GLenum plane, const GLfixed* equation);
187 void glClipPlanexIMG(GLenum plane, const GLfixed* equation);
250 void glClipPlanefOES(GLenum plane, const GLfloat* equation);
251 void glClipPlanefIMG(GLenum plane, const GLfloat* equation);
327 void glClipPlanef(GLenum plane, const GLfloat* equation) in glClipPlanef() argument
330 ctx->glClipPlanef(ctx, plane, equation); in glClipPlanef()
1381 void glClipPlanexOES(GLenum plane, const GLfixed* equation) in glClipPlanexOES() argument
1384 ctx->glClipPlanexOES(ctx, plane, equation); in glClipPlanexOES()
1387 void glClipPlanexIMG(GLenum plane, const GLfixed* equation) in glClipPlanexIMG() argument
1390 ctx->glClipPlanexIMG(ctx, plane, equation); in glClipPlanexIMG()
1769 void glClipPlanefOES(GLenum plane, const GLfloat* equation) in glClipPlanefOES() argument
1772 ctx->glClipPlanefOES(ctx, plane, equation); in glClipPlanefOES()
1775 void glClipPlanefIMG(GLenum plane, const GLfloat* equation) in glClipPlanefIMG() argument
1778 ctx->glClipPlanefIMG(ctx, plane, equation); in glClipPlanefIMG()