Home
last modified time | relevance | path

Searched refs:approx_dots (Results 1 – 21 of 21) sorted by relevance

/dports/graphics/opendx/dx-4.4.4/src/exec/hwrender/xgl/
H A DhwStub.c127 else if (approx == approx_dots && xf->colorsDep != dep_connections) in _dxf_DrawOpaque()
186 approx != approx_dots && in _dxf_DrawOpaque()
199 approx != approx_dots && in _dxf_DrawOpaque()
H A DhwPolygonDraw.c472 if (approx == approx_dots) \
959 if (!normals || approx == approx_lines || approx == approx_dots) \
H A DhwPolyhedraDrawXGL.c.h334 if (approx == approx_dots) in CdcDraw()
H A DhwLineDraw.c309 if (approx == approx_dots) in tdmCdcLineDraw()
H A DhwPolylineDraw.c339 if (approx == approx_dots) in tdmCdcPolylineDraw()
/dports/graphics/opendx/dx-4.4.4/src/exec/libdx/
H A Dpaint.c88 if (xf.tile.approx!=approx_dots) { in _dxfField_Paint()
94 if (xf.tile.approx!=approx_dots) { in _dxfField_Paint()
H A Drender.h47 approx_dots, /* dots */ enumerator
H A Dlbshade.Z116 *approx = approx_dots;
338 if (shade->approx!=approx_dots)
342 if (shade->approx!=approx_dots) {
371 if (shade->approx!=approx_dots) {
442 if (shade->approx==approx_dots && xf.colors_dep!=dep_positions) {
H A Dlbshade.c60 *approx = approx_dots; in _dxf_approx()
282 if (shade->approx!=approx_dots) in task()
286 if (shade->approx!=approx_dots) { in task()
313 if (shade->approx!=approx_dots) { in task()
367 if (shade->approx==approx_dots && xf.colors_dep!=dep_positions) { in task()
H A Dgather.c306 if (xf->tile.approx!=approx_dots) { in _dxfField_Gather()
/dports/graphics/opendx/dx-4.4.4/src/exec/hwrender/
H A DhwXfield.h28 approx_dots, /* dots */ enumerator
H A DhwObjectHash.c207 case approx_dots: a = 3; break; in dlhash()
H A DhwXfield.c1288 else if(!strcmp(down,"dots")) new->buttonDown.approx = approx_dots; in _dxf_parameters()
1298 else if(!strcmp(up,"dots")) new->buttonUp.approx = approx_dots; in _dxf_parameters()
/dports/graphics/opendx/dx-4.4.4/src/exec/hwrender/starbase/
H A DhwPolylineDrawSB.c130 case approx_dots: in _dxfPolylineDraw()
H A DhwPlineDrawSB.c148 (approx == approx_dots) || in _dxfPlineDraw()
H A DhwLineDrawSB.c145 case approx_dots: in _dxfLineDraw()
H A DhwPolyhedraDrawSB.c.h153 case approx_dots: interior_style (FILDES, INT_POINT, FALSE) ; break ;
H A DhwMeshDrawSB.c.h188 case approx_dots: in tdmMeshDraw()
H A DhwPolygonDrawSB.c.h210 case approx_dots: in tdmPolygonDraw()
/dports/graphics/opendx/dx-4.4.4/src/exec/hwrender/gl/
H A DhwPortUtil.c752 case approx_dots: in polygons()
914 case approx_dots: in tmesh()
/dports/graphics/opendx/dx-4.4.4/src/exec/hwrender/opengl/
H A DhwPortUtilOGL.c758 case approx_dots: in polygons()
963 case approx_dots: in tmesh()