Home | History | Annotate | Download | only in jni

Lines Matching defs:side

1253   // find which side of the node we are on
1289 int i, c, side, *pindex;
1331 // find which side of the node we are on
1351 side = 0;
1353 side = 1;
1355 // recurse down the children, front side first
1356 R_RecursiveWorldNode (node->children[side]);
1366 side = SURF_PLANEBACK;
1368 side = 0;
1377 continue; // wrong side
1402 // recurse down the back side
1403 R_RecursiveWorldNode (node->children[!side]);