Lines Matching refs:ResTexture
43 static ResTexture ReferResTexture(os::IAllocator* allocator, ResTexture resTexture);
47 ResTexture resTexture,
96 ResTexture texture = textureMapper.GetTexture(); in SetTextureMipmapCommand()
133 ResTexture resTexture = resTextureMapper.GetTexture(); in ResPixelBasedTextureMapper_Setup()
142 ResTexture resImageTexture = resTexture.Dereference(); in ResPixelBasedTextureMapper_Setup()
188 ResTexture resTexture = resTextureMapper.GetTexture(); in ResPixelBasedTextureMapper_Cleanup()
200 ResTexture resTexture = resTextureMapper.GetTexture(); in ResProceduralTextureMapper_Cleanup()
229 ResTexture resTexture = resPixelBasedTextureMapper.GetTexture(); in ResPixelBasedTextureMapper_CloneDynamic()
233 ResTexture referenceTexture = ReferResTexture(allocator, resTexture); in ResPixelBasedTextureMapper_CloneDynamic()
292 ResTexture resTexture = resProceduralTextureMapper.GetTexture(); in ResProceduralTextureMapper_CloneDynamic()
296 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()
901 void ResPixelBasedTextureMapper::ForceSetupTexture(ResTexture texture) in ForceSetupTexture()
907 ResTexture resImageTexture = refer.Dereference(); in ForceSetupTexture()