Lines Matching refs:pResAccessor
168 nw::lyt::ArcResourceAccessor* pResAccessor = new nw::lyt::ArcResourceAccessor; in nnMain() local
169 if (!pResAccessor->Attach(fileLayout.begin(), ".")) in nnMain()
178 const void* lytRes = pResAccessor->GetResource(0, "simple2.bclyt"); in nnMain()
180 pLayout->Build(lytRes, pResAccessor); in nnMain()
190 if (void* pImg = pResAccessor->GetResource('timg', "mark_1.bclim", &size)) in nnMain()
203 pResAccessor->RegistTexture("mark_1.bclim", textureInfo); in nnMain()
208 if (void* pImg = pResAccessor->GetResource('timg', "mark_2.bclim", &size)) in nnMain()
221 pResAccessor->RegistTexture("mark_2.bclim", textureInfo); in nnMain()
226 if (void* pImg = pResAccessor->GetResource('timg', "mark_3.bclim", &size)) in nnMain()
241 pResAccessor->RegistTexture("mark_3.bclim", textureInfo); in nnMain()
307 delete pResAccessor; in nnMain()