Home
last modified time | relevance | path

Searched refs:iflag_txanim (Results 1 – 17 of 17) sorted by relevance

/dports/games/avp/avp-20170505/src/avp/
H A Dbh_videoscreen.c115 if((Request_PolyFlags((void *)poly)) & iflag_txanim) in InitVideoScreen()
H A Dbh_track.c71 if((Request_PolyFlags((void *)poly)) & iflag_txanim) in TrackObjectBehaveInit()
H A Dbh_ltfx.c150 if((Request_PolyFlags((void *)poly)) & iflag_txanim) in LightFXBehaveInit()
H A Dbh_spcl.c121 if((Request_PolyFlags((void *)poly)) & iflag_txanim) in InitXenoMorphRoom()
H A Dbh_lnksw.c188 if((Request_PolyFlags((void *)poly)) & iflag_txanim) in LinkSwitchBehaveInit()
H A Dbh_binsw.c122 if((Request_PolyFlags((void *)poly)) & iflag_txanim) in BinarySwitchBehaveInit()
H A Dbh_light.c155 if((Request_PolyFlags((void *)poly)) & iflag_txanim) in InitPlacedLight()
H A Dpvisible.c1359 if((Request_PolyFlags((void *)poly)) & iflag_txanim) in InitInanimateObject()
H A Dbh_debri.c442 if((Request_PolyFlags((void *)poly)) & iflag_txanim) in SetupSimpleAnimation()
H A Dbh_types.c1035 if((Request_PolyFlags((void *)poly)) & iflag_txanim) in SimpleAnimationBehaveInit()
H A Dhmodel.c374 if((Request_PolyFlags((void *)poly)) & iflag_txanim) in Setup_Texture_Animation_For_Section()
H A Dweapons.c4229 if((Request_PolyFlags((void *)poly)) & iflag_txanim) in InitThisWeapon()
/dports/games/avp/avp-20170505/src/include/
H A Dshape.h546 #define iflag_txanim 0x40000000 /* UV array has animation data */ macro
/dports/games/avp/avp-20170505/src/win95/
H A Dtexio.c493 if(ShapeItemPtr->PolyFlags & iflag_txanim) {
580 if(ShapeItemPtr->PolyFlags & iflag_txanim) {
H A Dchnkload.cpp1623 if(shp->items[i][2]& iflag_txanim) in DeallocateRifLoadedShapeheader()
1892 shp->items[poly][2]|=iflag_txanim; in SetupAnimOnTriangle()
1991 shp->items[poly][2]|=iflag_txanim; in SetupAnimOnQuad()
2728 item_list[2]=iflag_ignore0| iflag_txanim|iflag_no_bfc; in copy_sprite_to_shapeheader()
/dports/games/avp/avp-20170505/src/avp/win95/
H A Dkzsort.c1018 if (4==num_verts && !(((POLYHEADER *)shapeitemptr)->PolyFlags & iflag_txanim))
/dports/games/avp/avp-20170505/src/
H A Dkshape.c1011 if(polyPtr->PolyFlags & iflag_txanim) in CloakedPolygon_Construct()
1216 if(polyPtr->PolyFlags & iflag_txanim) in PredatorSeeAliensVisionPolygon_Construct()
1240 if(polyPtr->PolyFlags & iflag_txanim) in PredatorSeeAliensVisionPolygon_Construct()
1333 if(polyPtr->PolyFlags & iflag_txanim) in GouraudTexturedPolygon_Construct()
2739 if(pheader->PolyFlags & iflag_txanim) { in GetTxAnimArrayZ()
2780 if(pheader->PolyFlags & iflag_txanim) { in GetTxAnimDataZ()