Home
last modified time | relevance | path

Searched refs:bsp_tree (Results 1 – 14 of 14) sorted by relevance

/dports/devel/godot2-tools/godot-2.1.6-stable/scene/resources/
H A Dbounds.cpp42 bsp_tree = p_bsp_tree; in set_bsp_tree()
47 return bsp_tree; in get_bsp_tree()
H A Dbounds.h39 BSP_Tree bsp_tree; variable
/dports/devel/godot2/godot-2.1.6-stable/scene/resources/
H A Dbounds.cpp42 bsp_tree = p_bsp_tree; in set_bsp_tree()
47 return bsp_tree; in get_bsp_tree()
H A Dbounds.h39 BSP_Tree bsp_tree; variable
/dports/graphics/geomview/geomview-1.9.5/src/lib/gprim/geom/
H A Dbsptree.h28 extern void BSPTreeAddObject(BSPTree *bsp_tree, Geom *object);
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/viz/service/display/
H A Dbsp_tree_unittest.cc39 BspTree bsp_tree(test_polygons); in RunTest() local
43 bsp_tree.TraverseWithActionHandler(&action_handler); in RunTest()
46 EXPECT_TRUE(VerifySidedness(bsp_tree.root())); in RunTest()
H A Dbsp_tree_perftest.cc105 BspTree bsp_tree(&test_list); in DrawLayersOnThread() local
H A Ddirect_renderer.cc542 BspTree bsp_tree(poly_list); in FlushPolygons() local
545 bsp_tree.TraverseWithActionHandler(&action_handler); in FlushPolygons()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/viz/service/display/
H A Dbsp_tree_unittest.cc39 BspTree bsp_tree(test_polygons); in RunTest() local
43 bsp_tree.TraverseWithActionHandler(&action_handler); in RunTest()
46 EXPECT_TRUE(VerifySidedness(bsp_tree.root())); in RunTest()
H A Dbsp_tree_perftest.cc105 BspTree bsp_tree(&test_list); in DrawLayersOnThread() local
H A Ddirect_renderer.cc578 BspTree bsp_tree(poly_list); in FlushPolygons() local
581 bsp_tree.TraverseWithActionHandler(&action_handler); in FlushPolygons()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/viz/service/
H A DBUILD.gn17 "display/bsp_tree.cc",
18 "display/bsp_tree.h",
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/viz/service/
H A DBUILD.gn19 "display/bsp_tree.cc",
20 "display/bsp_tree.h",
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/
H A DENGINE.md29 …- `bsp_tree` - Module for transparent polygon sorting (BSP tree creation module, uses internal mem…