Searched refs:minmaxs (Results 1 - 15 of 15) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dr_bsp.c479 rejectpt[0] = (float)node->minmaxs[pindex[0]];
480 rejectpt[1] = (float)node->minmaxs[pindex[1]];
481 rejectpt[2] = (float)node->minmaxs[pindex[2]];
489 acceptpt[0] = (float)node->minmaxs[pindex[3+0]];
490 acceptpt[1] = (float)node->minmaxs[pindex[3+1]];
491 acceptpt[2] = (float)node->minmaxs[pindex[3+2]];
H A Dr_main.c693 int R_BmodelCheckBBox (model_t *clmodel, float *minmaxs) argument
726 rejectpt[0] = minmaxs[pindex[0]];
727 rejectpt[1] = minmaxs[pindex[1]];
728 rejectpt[2] = minmaxs[pindex[2]];
736 acceptpt[0] = minmaxs[pindex[3+0]];
737 acceptpt[1] = minmaxs[pindex[3+1]];
738 acceptpt[2] = minmaxs[pindex[3+2]];
762 float minmaxs[6]; local
785 minmaxs[j] = currententity->origin[j] +
787 minmaxs[
[all...]
H A Dmodel.h145 short minmaxs[6]; // for bounding box culling member in struct:mnode_s
165 short minmaxs[6]; // for bounding box culling member in struct:mleaf_s
H A Dgl_model.h165 float minmaxs[6]; // for bounding box culling member in struct:mnode_s
185 float minmaxs[6]; // for bounding box culling member in struct:mleaf_s
H A Dgl_model.c865 out->minmaxs[j] = LittleShort (in->mins[j]);
866 out->minmaxs[3+j] = LittleShort (in->maxs[j]);
916 out->minmaxs[j] = LittleShort (in->mins[j]);
917 out->minmaxs[3+j] = LittleShort (in->maxs[j]);
H A Dmodel.c851 out->minmaxs[j] = LittleShort (in->mins[j]);
852 out->minmaxs[3+j] = LittleShort (in->maxs[j]);
898 out->minmaxs[j] = LittleShort (in->mins[j]);
899 out->minmaxs[3+j] = LittleShort (in->maxs[j]);
H A Dgl_rsurf.c1231 if (R_CullBox (node->minmaxs, node->minmaxs+3))
/external/quake/quake/src/WinQuake/
H A Dr_bsp.cpp479 rejectpt[0] = (float)node->minmaxs[pindex[0]];
480 rejectpt[1] = (float)node->minmaxs[pindex[1]];
481 rejectpt[2] = (float)node->minmaxs[pindex[2]];
489 acceptpt[0] = (float)node->minmaxs[pindex[3+0]];
490 acceptpt[1] = (float)node->minmaxs[pindex[3+1]];
491 acceptpt[2] = (float)node->minmaxs[pindex[3+2]];
H A Dr_main.cpp680 int R_BmodelCheckBBox (model_t *clmodel, float *minmaxs) argument
713 rejectpt[0] = minmaxs[pindex[0]];
714 rejectpt[1] = minmaxs[pindex[1]];
715 rejectpt[2] = minmaxs[pindex[2]];
723 acceptpt[0] = minmaxs[pindex[3+0]];
724 acceptpt[1] = minmaxs[pindex[3+1]];
725 acceptpt[2] = minmaxs[pindex[3+2]];
749 float minmaxs[6]; local
772 minmaxs[j] = currententity->origin[j] +
774 minmaxs[
[all...]
H A Dmodel.h134 short minmaxs[6]; // for bounding box culling member in struct:mnode_s
154 short minmaxs[6]; // for bounding box culling member in struct:mleaf_s
H A Dgl_model.h161 float minmaxs[6]; // for bounding box culling member in struct:mnode_s
181 float minmaxs[6]; // for bounding box culling member in struct:mleaf_s
H A Dgl_model.cpp865 out->minmaxs[j] = LittleShort (in->mins[j]);
866 out->minmaxs[3+j] = LittleShort (in->maxs[j]);
912 out->minmaxs[j] = LittleShort (in->mins[j]);
913 out->minmaxs[3+j] = LittleShort (in->maxs[j]);
H A Dmodel.cpp869 out->minmaxs[j] = LittleShort (in->mins[j]);
870 out->minmaxs[3+j] = LittleShort (in->maxs[j]);
916 out->minmaxs[j] = LittleShort (in->mins[j]);
917 out->minmaxs[3+j] = LittleShort (in->maxs[j]);
H A Dgl_rsurf.cpp1302 if (R_CullBox (node->minmaxs, node->minmaxs+3))
/external/quake/quake/src/QW/server/
H A Dmodel.c788 out->minmaxs[j] = LittleShort (in->mins[j]);
789 out->minmaxs[3+j] = LittleShort (in->maxs[j]);
835 out->minmaxs[j] = LittleShort (in->mins[j]);
836 out->minmaxs[3+j] = LittleShort (in->maxs[j]);

Completed in 65 milliseconds