Lines Matching refs:drawInfo
140 nw::lyt::DrawInfo& drawInfo, in SetupCamera() argument
163 drawInfo.SetProjectionMtx(projMtx); in SetupCamera()
180 drawInfo.SetViewMtx(viewMtx); in SetupCamera()
198 drawInfo.SetProjectionMtx(projMtx); in SetupCamera()
208 drawInfo.SetViewMtx(viewMtx); in SetupCamera()
284 nw::lyt::DrawInfo drawInfo; in nnMain() local
285 drawInfo.SetGraphicsResource(&graphicsResource); in nnMain()
313 SetupCamera(drawInfo, *pLayout, bPerspective); in nnMain()
316 pLayout->CalculateMtx(drawInfo); in nnMain()
318 drawer.DrawBegin(drawInfo); in nnMain()
319 drawer.Draw(pLayout, drawInfo); in nnMain()
320 drawer.DrawEnd(drawInfo); in nnMain()