Lines Matching refs:lyt
115 SetupCamera(nw::lyt::DrawInfo& drawInfo, const nw::lyt::Layout& layout) in SetupCamera()
158 nw::lyt::Initialize(&demoApp.GetAllocator(), &demoApp.GetDeviceAllocator()); in nnMain()
170 nw::lyt::ArcResourceAccessor* pResAccessor = new nw::lyt::ArcResourceAccessor; in nnMain()
176 nw::lyt::Layout* pLayout = new nw::lyt::Layout(); in nnMain()
194 if (void* pMemPicture = nw::lyt::Layout::AllocMemory(sizeof(nw::lyt::Picture))) in nnMain()
197 nw::lyt::TextureInfo textureInfo = nw::lyt::LoadTexture(pImg, size); in nnMain()
200 nw::lyt::Picture* pPic = new (pMemPicture) nw::lyt::Picture(textureInfo); in nnMain()
212 if (void* pMemPicture = nw::lyt::Layout::AllocMemory(sizeof(nw::lyt::Picture))) in nnMain()
215 nw::lyt::TextureInfo textureInfo = nw::lyt::LoadTexture(pImg, size); in nnMain()
218 nw::lyt::Picture *pPic = new (pMemPicture) nw::lyt::Picture(textureInfo); in nnMain()
230 if (void* pMemPicture = nw::lyt::Layout::AllocMemory(sizeof(nw::lyt::Picture))) in nnMain()
233 nw::lyt::TextureInfo textureInfo = nw::lyt::LoadTexture(pImg, size); in nnMain()
236 nw::lyt::Picture *pPic = new (pMemPicture) nw::lyt::Picture(1); in nnMain()
247 nw::lyt::GraphicsResource graphicsResource; in nnMain()
269 nw::lyt::DrawInfo drawInfo; in nnMain()
275 nw::lyt::Drawer drawer; in nnMain()