Home
last modified time | relevance | path

Searched refs:sh_textures (Results 1 – 6 of 6) sorted by relevance

/dports/games/avp/avp-20170505/src/win95/
H A Dchnkload.cpp1053 this_shape->sh_textures=main_shape->sh_textures; in copy_to_mainshapelist()
1120 this_shape->sh_textures=main_shape->sh_textures; in copy_to_mainshapelist()
1613 shp->sh_textures[0]=0; in DeallocateRifLoadedShapeheader()
1639 shp->sh_textures[UVIndex]=0; in DeallocateRifLoadedShapeheader()
1643 if(shp->sh_textures[UVIndex])DeallocateMem(shp->sh_textures[UVIndex]); in DeallocateRifLoadedShapeheader()
1652 if (shp->sh_textures) in DeallocateRifLoadedShapeheader()
1654 DeallocateMem (shp->sh_textures); in DeallocateRifLoadedShapeheader()
1889 if(shp->sh_textures[UVIndex])DeallocateMem(shp->sh_textures[UVIndex]); in SetupAnimOnTriangle()
1988 if(shp->sh_textures[UVIndex])DeallocateMem(shp->sh_textures[UVIndex]); in SetupAnimOnQuad()
2381 shphd->sh_textures[i]=0; in copy_to_shapeheader()
[all …]
H A Dtexio.c674 shape_textures = sptr->sh_textures;
818 shape_textures = sptr->sh_textures;
/dports/games/avp/avp-20170505/src/avp/
H A Dbh_spcl.c387 xmrd->pis_sht_str = pis->sh_textures; in XenoMorphRoomBehaviour()
390 pis->sh_textures = ms->sh_textures; in XenoMorphRoomBehaviour()
483 pis->sh_textures = xmrd->pis_sht_str; in XenoMorphRoomBehaviour()
/dports/games/avp/avp-20170505/src/include/
H A Dshape.h330 int **sh_textures; /* Polygon u,v definitions */ member
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/tracks/
H A Dtrack.cpp2527 std::string sh_textures; in handleSky() local
2528 xml_node.get("sh-texture", &sh_textures); in handleSky()
2529 v = StringUtils::split(sh_textures, ' '); in handleSky()
/dports/games/avp/avp-20170505/src/
H A Dkshape.c230 Global_ShapeTextures = Global_ShapeHeaderPtr->sh_textures; in SetupShapePipeline()
2729 if(sptr && sptr->sh_textures && sptr->items) { in GetTxAnimArrayZ()
2732 shape_textures = sptr->sh_textures; in GetTxAnimArrayZ()
2770 if(sptr && sptr->sh_textures && sptr->items) { in GetTxAnimDataZ()
2773 shape_textures = sptr->sh_textures; in GetTxAnimDataZ()