Home
last modified time | relevance | path

Searched refs:I_2dTexturedPolygon (Results 1 – 7 of 7) sorted by relevance

/dports/games/avp/avp-20170505/src/avp/win95/
H A Dkzsort.c948 && pheaderPtr->PolyItemType == I_2dTexturedPolygon)
970 pheaderPtr->PolyItemType = I_2dTexturedPolygon;
975 pheaderPtr->PolyItemType = I_2dTexturedPolygon;
1035 I_2dTexturedPolygon == *shapeitemptr ||
H A Dddplat.cpp237 TrackerPolyBuffer[0] = I_2dTexturedPolygon; in PlatformSpecificInitMarineHUD()
240 ScanlinePolyBuffer[0] = I_2dTexturedPolygon; in PlatformSpecificInitMarineHUD()
H A Dprojload.cpp2935 case I_2dTexturedPolygon: in post_process_shape()
2940 shp->items[i][0] = I_2dTexturedPolygon; in post_process_shape()
2967 case I_2dTexturedPolygon: in post_process_shape()
/dports/games/avp/avp-20170505/src/win95/
H A Dtexio.c476 if(ShapeItemPtr->PolyItemType == I_2dTexturedPolygon
486 if(ShapeItemPtr->PolyItemType == I_2dTexturedPolygon
570 if(ShapeItemPtr->PolyItemType == I_2dTexturedPolygon
H A Dchnkload.cpp1719 type == I_2dTexturedPolygon in is_textured()
2726 item_list[0]=I_2dTexturedPolygon; in copy_sprite_to_shapeheader()
3353 if(item_list[i*9] == I_2dTexturedPolygon)
3382 item_list[i*9] = I_2dTexturedPolygon;
3399 if ( (item_list[i*9] == I_2dTexturedPolygon
3627 if(item_list[i*9] == I_2dTexturedPolygon)
3650 if(item_list[i*9] == I_2dTexturedPolygon)
3679 item_list[i*9] = I_2dTexturedPolygon;
3901 if(item_list[i*9] == I_2dTexturedPolygon)
3908 item_list[i*9] = I_2dTexturedPolygon;
/dports/games/avp/avp-20170505/src/include/
H A Dshape.h48 I_2dTexturedPolygon, enumerator
/dports/games/avp/avp-20170505/src/
H A Dkshape.c772 case I_2dTexturedPolygon: in ShapePipeline()