Home
last modified time | relevance | path

Searched refs:SeismicVideo (Results 1 – 3 of 3) sorted by relevance

/oneTBB/examples/parallel_for/seismic/
H A Dseismic_video.cpp22 const char *const SeismicVideo::titles[2] = { "Seismic Simulation: Serial",
24 void SeismicVideo::on_mouse(int x, int y, int key) { in on_mouse()
30 void SeismicVideo::on_key(int key) { in on_key()
47 void SeismicVideo::on_process() { in on_process()
63 SeismicVideo *gVideo = nullptr;
66 SeismicVideo::SeismicVideo(Universe &u, in SeismicVideo() function in SeismicVideo
H A Dseismic_video.hpp24 class SeismicVideo : public video { class
48 SeismicVideo(Universe &u, int numberOfFrames, int threadsHigh, bool initIsParallel = true);
H A Dmain.cpp76 SeismicVideo video(u, options.numberOfFrames, options.threads.last, options.parallel); in main()