Lines Matching refs:resTexture
43 static ResTexture ReferResTexture(os::IAllocator* allocator, ResTexture resTexture);
47 ResTexture resTexture,
133 ResTexture resTexture = resTextureMapper.GetTexture(); in ResPixelBasedTextureMapper_Setup() local
135 Result result = SetupTexture(allocator, resTexture, graphicsFile); in ResPixelBasedTextureMapper_Setup()
142 ResTexture resImageTexture = resTexture.Dereference(); in ResPixelBasedTextureMapper_Setup()
188 ResTexture resTexture = resTextureMapper.GetTexture(); in ResPixelBasedTextureMapper_Cleanup() local
189 ut::SafeCleanup(resTexture); in ResPixelBasedTextureMapper_Cleanup()
200 ResTexture resTexture = resTextureMapper.GetTexture(); in ResProceduralTextureMapper_Cleanup() local
201 ut::SafeCleanup(resTexture); in ResProceduralTextureMapper_Cleanup()
229 ResTexture resTexture = resPixelBasedTextureMapper.GetTexture(); in ResPixelBasedTextureMapper_CloneDynamic() local
230 if (resTexture.IsValid()) in ResPixelBasedTextureMapper_CloneDynamic()
233 ResTexture referenceTexture = ReferResTexture(allocator, resTexture); in ResPixelBasedTextureMapper_CloneDynamic()
292 ResTexture resTexture = resProceduralTextureMapper.GetTexture(); in ResProceduralTextureMapper_CloneDynamic() local
293 if (resTexture.IsValid()) in ResProceduralTextureMapper_CloneDynamic()
296 ResTexture referenceTexture = ReferResTexture(allocator, resTexture); in ResProceduralTextureMapper_CloneDynamic()
497 ResTextureMapper::SetTexture(ResTexture resTexture) in SetTexture() argument
499 NW_ASSERT(resTexture.IsValid()); in SetTexture()
502 referenceTexture.ref().toTargetTexture.set_ptr(resTexture.Dereference().ptr()); in SetTexture()
510 ResTexture resImageTexture = resTexture.Dereference(); in SetTexture()
549 ResTexture resTexture) in ReferResTexture() argument
566 switch ( resTexture.ref().typeInfo ) in ReferResTexture()
570 texture->toTargetTexture.set_ptr(resTexture.ptr()); in ReferResTexture()
575 texture->toTargetTexture.set_ptr(resTexture.ptr()); in ReferResTexture()
580 ResReferenceTexture referenceTexture = ResDynamicCast<ResReferenceTexture>(resTexture); in ReferResTexture()
586 texture->toTargetTexture.set_ptr(resTexture.ptr()); in ReferResTexture()
607 ResTexture resTexture, in SetupTexture() argument
615 if (resTexture.IsValid()) in SetupTexture()
617 ResReferenceTexture refer = ResDynamicCast<ResReferenceTexture>(resTexture); in SetupTexture()
643 setupTexture = resTexture; in SetupTexture()