Home
last modified time | relevance | path

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

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