Home
last modified time | relevance | path

Searched refs:BuildFace (Results 1 – 8 of 8) sorted by relevance

/dports/games/edge/Edge-1.35-source/src/
H A Dr_sky.cc706 static GLuint BuildFace(const epi::image_data_c *sky, int face, in BuildFace() function
931 info->tex[WSKY_North] = BuildFace(block, WSKY_North, info, what_pal); in RGL_UpdateSkyBoxTextures()
932 info->tex[WSKY_East] = BuildFace(block, WSKY_East, info, what_pal); in RGL_UpdateSkyBoxTextures()
933 info->tex[WSKY_Top] = BuildFace(block, WSKY_Top, info, what_pal); in RGL_UpdateSkyBoxTextures()
934 info->tex[WSKY_Bottom] = BuildFace(block, WSKY_Bottom, info, what_pal); in RGL_UpdateSkyBoxTextures()
939 BuildFace(block, WSKY_South, info, what_pal ); in RGL_UpdateSkyBoxTextures()
942 BuildFace(block, WSKY_West, info, what_pal ); in RGL_UpdateSkyBoxTextures()
/dports/math/vtk6/VTK-6.2.0/Filters/Sources/
H A DvtkTessellatedBoxSource.h129 void BuildFace(vtkPoints *points,
H A DvtkTessellatedBoxSource.cxx173 this->BuildFace(points,polys,firstPointId,facePoints,changed); in DuplicateSharedPointsMethod()
560 void vtkTessellatedBoxSource::BuildFace(vtkPoints *points, in BuildFace() function in vtkTessellatedBoxSource
/dports/math/vtk9/VTK-9.1.0/Filters/Sources/
H A DvtkTessellatedBoxSource.h148 void BuildFace(vtkPoints* points, vtkCellArray* polys, vtkIdType firstPointId,
H A DvtkTessellatedBoxSource.cxx166 this->BuildFace(points, polys, firstPointId, facePoints, changed); in DuplicateSharedPointsMethod()
546 void vtkTessellatedBoxSource::BuildFace(vtkPoints* points, vtkCellArray* polys, in BuildFace() function in vtkTessellatedBoxSource
/dports/math/vtk8/VTK-8.2.0/Filters/Sources/
H A DvtkTessellatedBoxSource.h156 void BuildFace(vtkPoints *points,
H A DvtkTessellatedBoxSource.cxx171 this->BuildFace(points,polys,firstPointId,facePoints,changed); in DuplicateSharedPointsMethod()
558 void vtkTessellatedBoxSource::BuildFace(vtkPoints *points, in BuildFace() function in vtkTessellatedBoxSource
/dports/cad/opencascade/opencascade-7.6.0/src/BRepFill/
H A DBRepFill_Sweep.cxx483 static void BuildFace(const Handle(Geom_Surface)& S, in BuildFace() function
1199 BuildFace(Surf,E1, E3, E2, E4, EEmap, in Filling()
2747 BuildFace(TabS(isec,ipath), in BuildShell()