Home
last modified time | relevance | path

Searched refs:ReportFunctor (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/include/nw/gfx/
Dgfx_RenderQueue.h326 struct ReportFunctor : public std::unary_function<void, reference> struct
328 ReportFunctor() : count(0) {} in ReportFunctor() function
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_GraphicsSystem.cpp491 gfx::RenderQueue::ReportFunctor()); in SubmitView()