Home
last modified time | relevance | path

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

/NW4C-1.3.3/demos/lyt/simple2/sources/
Dmain.cpp192 if (void* pMemPicture = nw::lyt::Layout::AllocMemory(sizeof(nw::lyt::Picture))) in nnMain() local
198 nw::lyt::Picture* pPic = new (pMemPicture) nw::lyt::Picture(textureInfo); in nnMain()
210 if (void* pMemPicture = nw::lyt::Layout::AllocMemory(sizeof(nw::lyt::Picture))) in nnMain() local
216 nw::lyt::Picture *pPic = new (pMemPicture) nw::lyt::Picture(textureInfo); in nnMain()
228 if (void* pMemPicture = nw::lyt::Layout::AllocMemory(sizeof(nw::lyt::Picture))) in nnMain() local
234 nw::lyt::Picture *pPic = new (pMemPicture) nw::lyt::Picture(1); in nnMain()