Home
last modified time | relevance | path

Searched refs:on_progressive_frame_update (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/renderer/kernel/rendering/
H A Dtilecallbackcollection.cpp90 void on_progressive_frame_update(const Frame* frame) override in on_progressive_frame_update() function in renderer::__anon8b9799270111::TileCallbackCollection
93 i->on_progressive_frame_update(frame); in on_progressive_frame_update()
H A Dtilecallbackbase.h77 void on_progressive_frame_update(const Frame* frame) override in on_progressive_frame_update() function
H A Ditilecallback.h86 virtual void on_progressive_frame_update(const Frame* frame) = 0;
H A Dserialtilecallback.cpp84 void on_progressive_frame_update(const Frame* frame) override in on_progressive_frame_update() function in renderer::__anone32d359b0111::SerialTileCallback
H A Dserialrenderercontroller.cpp207 m_tile_callback->on_progressive_frame_update(cb.m_frame); in exec_callback()
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed.python/
H A Dbindtilecallback.cpp121 void on_progressive_frame_update(const Frame* frame) override in on_progressive_frame_update() function in __anonb682a4850111::ITileCallbackWrapper
143 ….def("on_progressive_frame_update", &ITileCallback::on_progressive_frame_update, &ITileCallbackWra… in bind_tile_callback()
H A Dbindblenderprogressivetilecallback.cpp120 void on_progressive_frame_update(const Frame* frame) override in on_progressive_frame_update() function in __anon960716da0111::BlenderProgressiveTileCallback
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed.studio/mainwindow/rendering/
H A Dqttilecallback.cpp96 void on_progressive_frame_update( in on_progressive_frame_update() function in appleseed::studio::__anon8eeb803c0111::QtTileCallback
/dports/graphics/appleseed/appleseed-2.1.0-beta/sandbox/examples/python/helloworld/
H A Dhelloworld.py249 def on_progressive_frame_update(self, frame): member in TileCallback
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/renderer/kernel/rendering/progressive/
H A Dprogressiveframerenderer.cpp492 m_tile_callback->on_progressive_frame_update(&m_frame); in develop_and_display()