Searched refs:equ (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Ddlist.c2274 save_ClipPlane(GLenum plane, const GLdouble * equ) argument
2282 n[2].f = (GLfloat) equ[0];
2283 n[3].f = (GLfloat) equ[1];
2284 n[4].f = (GLfloat) equ[2];
2285 n[5].f = (GLfloat) equ[3];
2288 CALL_ClipPlane(ctx->Exec, (plane, equ));
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Ddlist.c2329 save_ClipPlane(GLenum plane, const GLdouble * equ) argument
2337 n[2].f = (GLfloat) equ[0];
2338 n[3].f = (GLfloat) equ[1];
2339 n[4].f = (GLfloat) equ[2];
2340 n[5].f = (GLfloat) equ[3];
2343 CALL_ClipPlane(ctx->Exec, (plane, equ));

Completed in 94 milliseconds