Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/gfx/
Dgfx_RenderQueue.h324 struct ReportFunctor : public std::unary_function<void, reference> struct
326 ReportFunctor() : count(0) {} in ReportFunctor() argument
/NW4C-1.2.23/sources/libraries/demo/
Ddemo_GraphicsSystem.cpp454 gfx::RenderQueue::ReportFunctor()); in SubmitView()