Home
last modified time | relevance | path

Searched refs:scene2 (Results 1 – 25 of 50) sorted by relevance

12

/dports/multimedia/assimp/assimp-5.1.3/test/unit/
H A DutSTLImportExport.cpp75 …const aiScene *scene2 = importer2.ReadFile(ASSIMP_TEST_MODELS_DIR "/STL/Spider_ascii.stl", aiProce… in TEST_F() local
76 EXPECT_NE(nullptr, scene2); in TEST_F()
98 …const aiScene *scene2 = importer.ReadFile(ASSIMP_TEST_MODELS_DIR "/STL/triangle_with_empty_solid.s… in TEST_F() local
99 EXPECT_EQ(nullptr, scene2); in TEST_F()
111 const aiScene *scene2 = importer.ReadFile("spiderExport.stl", aiProcess_ValidateDataStructure); in TEST_F() local
112 EXPECT_NE(nullptr, scene2); in TEST_F()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/tests/
H A Dtest_cache2.cxx28 boxm2_scene_sptr scene1,scene2; in test_lru_cache2() local
30 boxm2_test_utils::create_test_simple_scene(scene2); in test_lru_cache2()
36 boxm2_block* blk2 = cache->get_block(scene2, boxm2_block_id(0,0,0)); in test_lru_cache2()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/ocl/tests/
H A Dtest_opencl_cache2.cxx24 boxm2_scene_sptr scene1,scene2; in test_opencl_cache2() local
26 boxm2_ocl_test_utils::create_test_simple_scene(scene2); in test_opencl_cache2()
58 std::map<boxm2_block_id, boxm2_block_metadata> blocks2 = scene2->blocks(); in test_opencl_cache2()
64 bocl_mem* blk_mem = opencl_cache->get_block(scene2, id); in test_opencl_cache2()
/dports/graphics/embree/embree-3.13.2/tutorials/motion_blur_geometry/
H A Dmotion_blur_geometry_device.h35 RTCScene scene2; member
56 This->scene2 = nullptr; in TutorialData_Constructor()
68 rtcReleaseScene(This->scene2); This->scene2 = nullptr; in TutorialData_Destructor()
H A Dmotion_blur_geometry_device.isph33 RTCScene scene2;
54 This->scene2 = NULL;
66 rtcReleaseScene(This->scene2); This->scene2 = NULL;
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bapl/tests/
H A Dtest_matcher.cxx26 vil_image_view<vxl_byte> scene2 = vil_load("C:/Live/Aq1/6/right/00008.tiff"); in MAIN() local
31 bapl_mi_matcher matcher(scene2, roi, params); in MAIN()
38 bapl_affine_roi roi2(scene2, matcher.best_xform(), 32, 32); in MAIN()
/dports/math/maxima/maxima-5.43.2/doc/info/figures/
H A Ddraw_columns.mac3 scene2: gr2d(title="Triangle",polygon([4,5,7],[6,4,2]))$
6 scene1, scene2, columns = 2
/dports/benchmarks/vkmark/vkmark-2017.08-24-g53abc4f/tests/
H A Dbenchmark_collection_test.cpp160 auto const& scene2 = benchmarks.at(1)->prepare_scene(); variable
161 REQUIRE(scene2.name() == scene_name_2);
162 REQUIRE_THROWS(scene2.options().at(option1.name));
163 REQUIRE_THROWS(scene2.options().at(option2.name));
H A Dscene_collection_test.cpp99 auto const& scene2 = sc.get_scene_by_name(scene_name_2); variable
100 REQUIRE_THROWS(scene2.options().at(option1.name).default_value == new_opt_value);
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qgraphicsscene/
H A Dtst_qgraphicsscene.cpp4103 QGraphicsScene scene2; in isActive() local
4104 QVERIFY(!scene2.isActive()); in isActive()
4168 QVERIFY(!scene2.isActive()); in isActive()
4170 QVERIFY(!scene2.hasFocus()); in isActive()
4274 QVERIFY(!scene2.isActive()); in isActive()
4352 QGraphicsScene scene2; in siblingIndexAlwaysValid() local
4362 scene2.addItem(item1); in siblingIndexAlwaysValid()
4368 scene2.addItem(item2); in siblingIndexAlwaysValid()
4719 QGraphicsScene scene2; in taskQTBUG_19680_tabWidgetFocus() local
4743 scene2.clearFocus(); in taskQTBUG_19680_tabWidgetFocus()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/examples/demo/
H A DDemo.cxx126 vtkm::rendering::Scene scene2; in main() local
127 makeScene(outputData, colorTable, fieldName, scene2); in main()
129 vtkm::rendering::View3D view2(scene2, mapper, canvas, camera, bg); in main()
/dports/graphics/wdune/wdune-1.926/src/
H A DNodeRenderedTexture.cpp38 ProtoRenderedTexture::ProtoRenderedTexture(Scene *scene2) in ProtoRenderedTexture() argument
39 : Proto(scene2, "RenderedTexture") in ProtoRenderedTexture()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/wage/
H A Dworld.cpp487 bool World::scenesAreConnected(Scene *scene1, Scene *scene2) { in scenesAreConnected() argument
488 if (!scene1 || !scene2) in scenesAreConnected()
491 int x = scene2->_worldX; in scenesAreConnected()
492 int y = scene2->_worldY; in scenesAreConnected()
495 if (!scene2->_blocked[dir]) in scenesAreConnected()
H A Dworld.h75 bool scenesAreConnected(Scene *scene1, Scene *scene2);
/dports/games/scummvm/scummvm-2.5.1/engines/wage/
H A Dworld.cpp487 bool World::scenesAreConnected(Scene *scene1, Scene *scene2) { in scenesAreConnected() argument
488 if (!scene1 || !scene2) in scenesAreConnected()
491 int x = scene2->_worldX; in scenesAreConnected()
492 int y = scene2->_worldY; in scenesAreConnected()
495 if (!scene2->_blocked[dir]) in scenesAreConnected()
H A Dworld.h75 bool scenesAreConnected(Scene *scene1, Scene *scene2);
/dports/cad/py-ezdxf/ezdxf-0.16.3/examples/
H A Dtransform_ucs.py135 def scene2(filename): function
155 scene2(OUTDIR / "transform_scene_2.dxf")
/dports/misc/bb/bb-1.3.0/
H A Dbb.h62 void scene2(void);
H A Dscene2.c186 void scene2(void) in scene2() function
/dports/www/firefox-esr/firefox-91.8.0/browser/components/newtab/test/unit/asrouter/templates/
H A DFXASignupSnippet.test.jsx77 it("should navigate to scene2", () => {
/dports/lang/spidermonkey78/firefox-78.9.0/browser/components/newtab/test/unit/asrouter/templates/
H A DFXASignupSnippet.test.jsx77 it("should navigate to scene2", () => {
/dports/www/firefox/firefox-99.0/browser/components/newtab/test/unit/asrouter/templates/
H A DFXASignupSnippet.test.jsx77 it("should navigate to scene2", () => {
/dports/mail/thunderbird/thunderbird-91.8.0/browser/components/newtab/test/unit/asrouter/templates/
H A DFXASignupSnippet.test.jsx77 it("should navigate to scene2", () => {
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit/qt/tests/qgraphicswebview/
H A Dtst_qgraphicswebview.cpp410 QGraphicsScene scene2; in setPalette() local
411 QGraphicsView view2(&scene2); in setPalette()
415 scene2.addItem(&webView2); in setPalette()
/dports/graphics/povray37/povray-3.7.0.10/distribution/platform-specific/windows/Insert Menu/
H A DPhotons_and_Radiosity.pov19 #case(40) #declare Txt_Path="40 - Radiosity scene2.txt" #break

12