Lines Matching refs:drawInfo
142 nw::lyt::DrawInfo& drawInfo, in SetupCamera() argument
165 drawInfo.SetProjectionMtx(projMtx); in SetupCamera()
182 drawInfo.SetViewMtx(viewMtx); in SetupCamera()
200 drawInfo.SetProjectionMtx(projMtx); in SetupCamera()
210 drawInfo.SetViewMtx(viewMtx); in SetupCamera()
286 nw::lyt::DrawInfo drawInfo; in nnMain() local
287 drawInfo.SetGraphicsResource(&graphicsResource); in nnMain()
315 SetupCamera(drawInfo, *pLayout, bPerspective); in nnMain()
318 pLayout->CalculateMtx(drawInfo); in nnMain()
320 drawer.DrawBegin(drawInfo); in nnMain()
321 drawer.Draw(pLayout, drawInfo); in nnMain()
322 drawer.DrawEnd(drawInfo); in nnMain()