Lines Matching refs:pLink
63 TextureRefLink* pLink = &this->front(); in Finalize() local
64 this->erase(pLink); in Finalize()
65 Layout::DeleteObj(pLink); in Finalize()
87 TextureRefLink* pLink = (TextureRefLink*)(key); in FindTextureByKey() local
91 if (&(*it) == pLink) in FindTextureByKey()
105 TextureRefLink* pLink = Layout::NewObj<TextureRefLink>(); in RegistTexture() local
106 if (pLink == NULL) in RegistTexture()
111 pLink->Set(name, textureInfo); in RegistTexture()
113 this->push_back(pLink); in RegistTexture()
115 return (TextureKey) pLink; in RegistTexture()
123 TextureRefLink* pLink = (TextureRefLink*)(key); in UnregistTexture() local
124 this->erase(pLink); in UnregistTexture()
125 Layout::DeleteObj(pLink); in UnregistTexture()