Lines Matching refs:pLink
63 TextureRefLink* pLink = &this->front(); in Finalize() local
64 this->erase(pLink); in Finalize()
65 Layout::DeleteObj(pLink); in Finalize()
88 TextureRefLink* pLink = Layout::NewObj<TextureRefLink>(); in RegistTexture() local
89 if (pLink == NULL) in RegistTexture()
94 pLink->Set(name, textureInfo); in RegistTexture()
96 this->push_back(pLink); in RegistTexture()
98 return (TextureKey) pLink; in RegistTexture()
106 TextureRefLink* pLink = (TextureRefLink*)(key); in UnregistTexture() local
107 this->erase(pLink); in UnregistTexture()
108 Layout::DeleteObj(pLink); in UnregistTexture()