Lines Matching refs:ResTextureMapper

27 typedef Result (*SetupFunc)(ResTextureMapper resTextureMapper, os::IAllocator* allocator, ResGraphi…
28 typedef void (*CleanupFunc)(ResTextureMapper resTextureMapper);
29 typedef ResTextureMapper (*CloneDynamicFunc)(ResTextureMapper resTextureMapper, os::IAllocator* all…
30 typedef void (*DestroyDynamicFunc)(ResTextureMapper resTextureMapper, os::IAllocator* allocator);
32 static Result ResPixelBasedTextureMapper_Setup(ResTextureMapper resTextureMapper, os::IAllocator* a…
33 static Result ResProceduralTextureMapper_Setup(ResTextureMapper resTextureMapper, os::IAllocator* a…
34 static void ResPixelBasedTextureMapper_Cleanup(ResTextureMapper resTextureMapper);
35 static void ResProceduralTextureMapper_Cleanup(ResTextureMapper resTextureMapper);
36 static ResTextureMapper ResPixelBasedTextureMapper_CloneDynamic(ResTextureMapper resTextureMapper, …
37 static ResTextureMapper ResProceduralTextureMapper_CloneDynamic(ResTextureMapper resTextureMapper, …
38 static void ResPixelBasedTextureMapper_DestroyDynamic(ResTextureMapper resTextureMapper, os::IAlloc…
39 static void ResProceduralTextureMapper_DestroyDynamic(ResTextureMapper resTextureMapper, os::IAlloc…
82 ResStaticCast<ResPixelBasedTextureMapper>(ResTextureMapper(this->GetOwnerData())); in GetOwnerCommand()
92 ResStaticCast<ResPixelBasedTextureMapper>(ResTextureMapper(this->GetOwnerData())); in SetTextureMipmapCommand()
127 ResPixelBasedTextureMapper_Setup(ResTextureMapper resTextureMapper, os::IAllocator* allocator, ResG… in ResPixelBasedTextureMapper_Setup()
168 ResProceduralTextureMapper_Setup(ResTextureMapper resTextureMapper, os::IAllocator* allocator, ResG… in ResProceduralTextureMapper_Setup()
179 ResPixelBasedTextureMapper_Cleanup(ResTextureMapper resTextureMapper) in ResPixelBasedTextureMapper_Cleanup()
196 ResProceduralTextureMapper_Cleanup(ResTextureMapper resTextureMapper) in ResProceduralTextureMapper_Cleanup()
208 static ResTextureMapper
209 ResPixelBasedTextureMapper_CloneDynamic(ResTextureMapper resTextureMapper, os::IAllocator* allocato… in ResPixelBasedTextureMapper_CloneDynamic()
219 return ResTextureMapper(NULL); in ResPixelBasedTextureMapper_CloneDynamic()
239 return ResTextureMapper(NULL); in ResPixelBasedTextureMapper_CloneDynamic()
252 return ResTextureMapper(NULL); in ResPixelBasedTextureMapper_CloneDynamic()
271 static ResTextureMapper
272 ResProceduralTextureMapper_CloneDynamic(ResTextureMapper resTextureMapper, os::IAllocator* allocato… in ResProceduralTextureMapper_CloneDynamic()
282 return ResTextureMapper(NULL); in ResProceduralTextureMapper_CloneDynamic()
302 return ResTextureMapper(NULL); in ResProceduralTextureMapper_CloneDynamic()
316 ResPixelBasedTextureMapper_DestroyDynamic(ResTextureMapper resTextureMapper, os::IAllocator* alloca… in ResPixelBasedTextureMapper_DestroyDynamic()
341 ResProceduralTextureMapper_DestroyDynamic(ResTextureMapper resTextureMapper, os::IAllocator* alloca… in ResProceduralTextureMapper_DestroyDynamic()
355 ResTextureMapper
356 ResTextureMapper::CloneDynamic(os::IAllocator* allocator) in CloneDynamic()
359 ResTextureMapper resTextureMapper; in CloneDynamic()
388 ResTextureMapper::GetMemorySizeForCloneInternal(os::MemorySizeCalculator* pSize) const in GetMemorySizeForCloneInternal()
414 ResTextureMapper::DestroyDynamic() in DestroyDynamic()
443 ResTextureMapper::Setup( in Setup()
474 ResTextureMapper::Cleanup() in Cleanup()
497 ResTextureMapper::SetTexture(ResTexture resTexture) in SetTexture()