Home
last modified time | relevance | path

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

/dports/graphics/opendx/dx-4.4.4/src/exec/hwrender/starbase/
H A DhwMeshDrawSB.c.h255 else if (approx == approx_flat) in tdmMeshDraw()
324 if (normals && approx != approx_flat) in tdmMeshDraw()
H A DhwPolygonDrawSB.c.h287 else if (approx == approx_flat) in tdmPolygonDraw()
328 if (normals && approx != approx_flat) in tdmPolygonDraw()
/dports/graphics/opendx/dx-4.4.4/src/exec/hwrender/xgl/
H A DhwMeshDraw.c.h291 if (approx == approx_flat) in tdmMeshDraw()
403 if (normals && approx != approx_flat) in tdmMeshDraw()
/dports/graphics/opendx/dx-4.4.4/src/exec/hwrender/
H A DhwXfield.h26 approx_flat, /* flat shading - NOT IMPLEMENTED */ enumerator
H A DhwObjectHash.c205 case approx_flat: a = 1; break; in dlhash()
/dports/graphics/opendx/dx-4.4.4/src/exec/libdx/
H A Drender.h45 approx_flat, /* flat shading - NOT IMPLEMENTED */ enumerator
/dports/graphics/opendx/dx-4.4.4/src/exec/hwrender/opengl/
H A DhwPortUtilOGL.c771 case approx_none: case approx_flat: break; in polygons()
990 case approx_none: case approx_flat: break; in tmesh()