Home
last modified time | relevance | path

Searched refs:dblockptr (Results 1 – 5 of 5) sorted by relevance

/dports/games/avp/avp-20170505/src/
H A Dmap.c37 DISPLAYBLOCK *dblockptr = 0; in ReadMap() local
49 dblockptr = CreateActiveObject(); in ReadMap()
51 if(dblockptr) in ReadMap()
64 Player = dblockptr; in ReadMap()
69 dblockptr->ObFlags |= ObFlag_MultLSrc; in ReadMap()
83 MapBlockInit(dblockptr); in ReadMap()
85 CreateEulerMatrix(&dblockptr->ObEuler,&dblockptr->ObMat); in ReadMap()
86 TransposeMatrixCH(&dblockptr->ObMat); in ReadMap()
88 MapPostProcessing(dblockptr); in ReadMap()
91 dptr_last = dblockptr; in ReadMap()
[all …]
H A Dobject.c126 *FreeBlockListPtr = dblockptr; in DeallocateObjectBlock()
144 DISPLAYBLOCK *dblockptr; in CreateActiveObject() local
147 dblockptr = AllocateObjectBlock(); in CreateActiveObject()
149 if(dblockptr) { in CreateActiveObject()
158 return dblockptr; in CreateActiveObject()
180 if(dblockptr) { in DestroyActiveObject()
192 if(dblockptr->ObNumLights) { in DestroyActiveObject()
194 DeleteLightBlock(dblockptr->ObLights[light], dblockptr); in DestroyActiveObject()
221 if(dblockptr->ObMorphedPts) { in DestroyActiveObject()
223 dblockptr->ObMorphedPts = 0; in DestroyActiveObject()
[all …]
H A Dvdb.c706 int DestroyActiveVDB(VIEWDESCRIPTORBLOCK *dblockptr) in DestroyActiveVDB() argument
715 if(dblockptr) { in DestroyActiveVDB()
719 if(ActiveVDBList[i] == dblockptr) { in DestroyActiveVDB()
722 ProjectSpecificVDBDestroy(dblockptr); in DestroyActiveVDB()
728 DeallocateVDB(dblockptr); /* Return VDB to Free List */ in DestroyActiveVDB()
/dports/games/avp/avp-20170505/src/avp/
H A Davpview.c104 int AVPViewVolumePlaneTest(CLIPPLANEBLOCK *cpb, DISPLAYBLOCK *dblockptr, int obr);
877 int AVPViewVolumeTest(VIEWDESCRIPTORBLOCK *VDB_Ptr, DISPLAYBLOCK *dblockptr) in AVPViewVolumeTest() argument
879 int obr = dblockptr->ObRadius; in AVPViewVolumeTest()
884 AVPViewVolumePlaneTest(&VDB_Ptr->VDB_ClipZPlane, dblockptr, obr) && in AVPViewVolumeTest()
885 AVPViewVolumePlaneTest(&VDB_Ptr->VDB_ClipLeftPlane, dblockptr, obr) && in AVPViewVolumeTest()
886 AVPViewVolumePlaneTest(&VDB_Ptr->VDB_ClipRightPlane, dblockptr, obr) && in AVPViewVolumeTest()
887 AVPViewVolumePlaneTest(&VDB_Ptr->VDB_ClipUpPlane, dblockptr, obr) && in AVPViewVolumeTest()
888 AVPViewVolumePlaneTest(&VDB_Ptr->VDB_ClipDownPlane, dblockptr, obr)) in AVPViewVolumeTest()
904 int AVPViewVolumePlaneTest(CLIPPLANEBLOCK *cpb, DISPLAYBLOCK *dblockptr, int obr) in AVPViewVolumePlaneTest() argument
908 MakeVector(&dblockptr->ObView, &cpb->CPB_POP, &POPRelObView); in AVPViewVolumePlaneTest()
/dports/games/avp/avp-20170505/src/include/
H A Dprototyp.h1963 void AddShape(DISPLAYBLOCK *dblockptr, VIEWDESCRIPTORBLOCK *VDB_Ptr);
1985 void ObjectQuatAndMat(DISPLAYBLOCK *dblockptr);
1986 void MapBlockInit(DISPLAYBLOCK *dblockptr);
2007 void DeallocateObjectBlock(DISPLAYBLOCK *dblockptr);
2010 int DestroyActiveObject(DISPLAYBLOCK *dblockptr);
2018 int DestroyActiveStrategyBlock(struct strategyblock*dblockptr);
2086 void DeallocateVDB(VIEWDESCRIPTORBLOCK *dblockptr);
2089 int DestroyActiveVDB(VIEWDESCRIPTORBLOCK *dblockptr);