Lines Matching refs:lyt
114 SetupCamera(nw::lyt::DrawInfo& drawInfo, const nw::lyt::Layout& layout) in SetupCamera()
154 nw::lyt::ARCHandle arcHandle; in SetTexAreaToVRAM()
155 nw::lyt::ARCInitHandle(fileLayout.begin(), &arcHandle); in SetTexAreaToVRAM()
157 nw::lyt::ARCDir arcDir; in SetTexAreaToVRAM()
158 if (!nw::lyt::ArcUtil::OpenTextureDir(&arcHandle, L"/", &arcDir)) in SetTexAreaToVRAM()
163 nw::lyt::ARCDirEntry arcDirEnt; in SetTexAreaToVRAM()
164 while (nw::lyt::ArcUtil::ReadTextureDir(&arcDir, &arcDirEnt)) in SetTexAreaToVRAM()
166 nw::lyt::ARCFileInfo arcFileInfo; in SetTexAreaToVRAM()
167 if (!nw::lyt::ARCOpen(&arcHandle, &arcDirEnt, &arcFileInfo)) in SetTexAreaToVRAM()
172 nw::lyt::TexResource texResource; in SetTexAreaToVRAM()
183 texResource.SetImageArea(nw::lyt::MEMAREA_VRAMA); in SetTexAreaToVRAM()
187 texResource.SetImageArea(nw::lyt::MEMAREA_VRAMB); in SetTexAreaToVRAM()
192 texResource.SetImageArea(nw::lyt::MEMAREA_FCRAM); in SetTexAreaToVRAM()
195 nw::lyt::ARCClose(&arcFileInfo); in SetTexAreaToVRAM()
198 nw::lyt::ARCCloseDir(&arcDir); in SetTexAreaToVRAM()
212 nw::lyt::Initialize(&demoApp.GetAllocator(), &demoApp.GetDeviceAllocator()); in nnMain()
214 nw::lyt::Layout* pLayout = new nw::lyt::Layout(); in nnMain()
229 nw::lyt::ArcResourceAccessor* pResAccessor = new nw::lyt::ArcResourceAccessor; in nnMain()
242 nw::lyt::GraphicsResource graphicsResource; in nnMain()
264 nw::lyt::DrawInfo drawInfo; in nnMain()
267 nw::lyt::Drawer drawer; in nnMain()