Lines Matching refs:ResTexture

41 static ResTexture ReferResTexture(os::IAllocator* allocator, ResTexture resTexture);
45 ResTexture resTexture,
94 ResTexture texture = textureMapper.GetTexture(); in SetTextureMipmapCommand()
131 ResTexture resTexture = resTextureMapper.GetTexture(); in ResPixelBasedTextureMapper_Setup()
140 ResTexture resImageTexture = resTexture.Dereference(); in ResPixelBasedTextureMapper_Setup()
186 ResTexture resTexture = resTextureMapper.GetTexture(); in ResPixelBasedTextureMapper_Cleanup()
198 ResTexture resTexture = resTextureMapper.GetTexture(); in ResProceduralTextureMapper_Cleanup()
227 ResTexture resTexture = resPixelBasedTextureMapper.GetTexture(); in ResPixelBasedTextureMapper_CloneDynamic()
231 ResTexture referenceTexture = ReferResTexture(allocator, resTexture); in ResPixelBasedTextureMapper_CloneDynamic()
290 ResTexture resTexture = resProceduralTextureMapper.GetTexture(); in ResProceduralTextureMapper_CloneDynamic()
294 ResTexture referenceTexture = ReferResTexture(allocator, resTexture); in ResProceduralTextureMapper_CloneDynamic()
497 ResTextureMapper::SetTexture(ResTexture resTexture) in SetTexture()
510 ResTexture resImageTexture = resTexture.Dereference(); in SetTexture()
547 static ResTexture ReferResTexture( in ReferResTexture()
549 ResTexture resTexture) in ReferResTexture()
557 return ResTexture(NULL); in ReferResTexture()
595 return ResTexture(texture); in ReferResTexture()
607 ResTexture resTexture, in SetupTexture()
612 ResTexture setupTexture; in SetupTexture()
627 ::std::pair<ResTexture, bool> referenceResult; in SetupTexture()