OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pmodel
(Results
1 - 11
of
11
) sorted by null
/external/quake/quake/src/QW/client/
r_bsp.c
328
void R_DrawSolidClippedSubmodelPolygons (model_t *
pmodel
)
341
psurf = &
pmodel
->surfaces[
pmodel
->firstmodelsurface];
342
numsurfaces =
pmodel
->nummodelsurfaces;
343
pedges =
pmodel
->edges;
373
lindex =
pmodel
->surfedges[psurf->firstedge+j];
410
void R_DrawSubmodelPolygons (model_t *
pmodel
, int clipflags)
420
psurf = &
pmodel
->surfaces[
pmodel
->firstmodelsurface];
421
numsurfaces =
pmodel
->nummodelsurfaces
[
all
...]
model.c
1442
mdl_t *
pmodel
, *pinmodel;
local
1500
pmodel
= (mdl_t *) ((byte *)&pheader[1] +
1510
pmodel
->boundingradius = LittleFloat (pinmodel->boundingradius);
1511
pmodel
->numskins = LittleLong (pinmodel->numskins);
1512
pmodel
->skinwidth = LittleLong (pinmodel->skinwidth);
1513
pmodel
->skinheight = LittleLong (pinmodel->skinheight);
1515
if (
pmodel
->skinheight > MAX_LBM_HEIGHT)
1519
pmodel
->numverts = LittleLong (pinmodel->numverts);
1521
if (
pmodel
->numverts <= 0)
1524
if (
pmodel
->numverts > MAXALIASVERTS
[
all
...]
r_local.h
157
void R_DrawSubmodelPolygons (model_t *
pmodel
, int clipflags);
158
void R_DrawSolidClippedSubmodelPolygons (model_t *
pmodel
);
r_alias.c
46
static model_t *
pmodel
;
variable
104
pmodel
= currententity->model;
105
pahdr = Mod_Extradata (
pmodel
);
116
pmodel
->name);
r_draw.c
882
void R_ZDrawSubmodelPolys (model_t *
pmodel
)
889
psurf = &
pmodel
->surfaces[
pmodel
->firstmodelsurface];
890
numsurfaces =
pmodel
->nummodelsurfaces;
/external/quake/quake/src/WinQuake/
r_bsp.cpp
328
void R_DrawSolidClippedSubmodelPolygons (model_t *
pmodel
)
341
psurf = &
pmodel
->surfaces[
pmodel
->firstmodelsurface];
342
numsurfaces =
pmodel
->nummodelsurfaces;
343
pedges =
pmodel
->edges;
373
lindex =
pmodel
->surfedges[psurf->firstedge+j];
410
void R_DrawSubmodelPolygons (model_t *
pmodel
, int clipflags)
420
psurf = &
pmodel
->surfaces[
pmodel
->firstmodelsurface];
421
numsurfaces =
pmodel
->nummodelsurfaces;
[
all
...]
model.cpp
1445
mdl_t *
pmodel
, *pinmodel;
local
1478
pmodel
= (mdl_t *) ((byte *)&pheader[1] +
1488
pmodel
->boundingradius = LittleFloat (pinmodel->boundingradius);
1489
pmodel
->numskins = LittleLong (pinmodel->numskins);
1490
pmodel
->skinwidth = LittleLong (pinmodel->skinwidth);
1491
pmodel
->skinheight = LittleLong (pinmodel->skinheight);
1493
if (
pmodel
->skinheight > MAX_LBM_HEIGHT)
1497
pmodel
->numverts = LittleLong (pinmodel->numverts);
1499
if (
pmodel
->numverts <= 0)
1502
if (
pmodel
->numverts > MAXALIASVERTS
[
all
...]
r_local.h
156
void R_DrawSubmodelPolygons (model_t *
pmodel
, int clipflags);
157
void R_DrawSolidClippedSubmodelPolygons (model_t *
pmodel
);
r_alias.cpp
46
static model_t *
pmodel
;
variable
104
pmodel
= currententity->model;
105
pahdr = Mod_Extradata (
pmodel
);
116
pmodel
->name);
r_draw.cpp
882
void R_ZDrawSubmodelPolys (model_t *
pmodel
)
889
psurf = &
pmodel
->surfaces[
pmodel
->firstmodelsurface];
890
numsurfaces =
pmodel
->nummodelsurfaces;
/external/quake/quake/src/QW/server/
sv_user.c
427
unsigned
pmodel
= 0, emodel = 0;
local
483
pmodel
= atoi(Info_ValueForKey (host_client->userinfo, "
pmodel
"));
486
if (
pmodel
!= sv.model_player_checksum ||
[
all
...]
Completed in 966 milliseconds