Lines Matching refs:ResTextureMapper

29 typedef Result (*SetupFunc)(ResTextureMapper resTextureMapper, os::IAllocator* allocator, ResGraphi…
30 typedef void (*CleanupFunc)(ResTextureMapper resTextureMapper);
31 typedef ResTextureMapper (*CloneDynamicFunc)(ResTextureMapper resTextureMapper, os::IAllocator* all…
32 typedef void (*DestroyDynamicFunc)(ResTextureMapper resTextureMapper, os::IAllocator* allocator);
34 static Result ResPixelBasedTextureMapper_Setup(ResTextureMapper resTextureMapper, os::IAllocator* a…
35 static Result ResProceduralTextureMapper_Setup(ResTextureMapper resTextureMapper, os::IAllocator* a…
36 static void ResPixelBasedTextureMapper_Cleanup(ResTextureMapper resTextureMapper);
37 static void ResProceduralTextureMapper_Cleanup(ResTextureMapper resTextureMapper);
38 static ResTextureMapper ResPixelBasedTextureMapper_CloneDynamic(ResTextureMapper resTextureMapper, …
39 static ResTextureMapper ResProceduralTextureMapper_CloneDynamic(ResTextureMapper resTextureMapper, …
40 static void ResPixelBasedTextureMapper_DestroyDynamic(ResTextureMapper resTextureMapper, os::IAlloc…
41 static void ResProceduralTextureMapper_DestroyDynamic(ResTextureMapper resTextureMapper, os::IAlloc…
84 ResStaticCast<ResPixelBasedTextureMapper>(ResTextureMapper(this->GetOwnerData())); in GetOwnerCommand()
94 ResStaticCast<ResPixelBasedTextureMapper>(ResTextureMapper(this->GetOwnerData())); in SetTextureMipmapCommand()
129 ResPixelBasedTextureMapper_Setup(ResTextureMapper resTextureMapper, os::IAllocator* allocator, ResG… in ResPixelBasedTextureMapper_Setup()
170 ResProceduralTextureMapper_Setup(ResTextureMapper resTextureMapper, os::IAllocator* allocator, ResG… in ResProceduralTextureMapper_Setup()
181 ResPixelBasedTextureMapper_Cleanup(ResTextureMapper resTextureMapper) in ResPixelBasedTextureMapper_Cleanup()
198 ResProceduralTextureMapper_Cleanup(ResTextureMapper resTextureMapper) in ResProceduralTextureMapper_Cleanup()
210 static ResTextureMapper
211 ResPixelBasedTextureMapper_CloneDynamic(ResTextureMapper resTextureMapper, os::IAllocator* allocato… in ResPixelBasedTextureMapper_CloneDynamic()
221 return ResTextureMapper(NULL); in ResPixelBasedTextureMapper_CloneDynamic()
241 return ResTextureMapper(NULL); in ResPixelBasedTextureMapper_CloneDynamic()
254 return ResTextureMapper(NULL); in ResPixelBasedTextureMapper_CloneDynamic()
273 static ResTextureMapper
274 ResProceduralTextureMapper_CloneDynamic(ResTextureMapper resTextureMapper, os::IAllocator* allocato… in ResProceduralTextureMapper_CloneDynamic()
284 return ResTextureMapper(NULL); in ResProceduralTextureMapper_CloneDynamic()
304 return ResTextureMapper(NULL); in ResProceduralTextureMapper_CloneDynamic()
318 ResPixelBasedTextureMapper_DestroyDynamic(ResTextureMapper resTextureMapper, os::IAllocator* alloca… in ResPixelBasedTextureMapper_DestroyDynamic()
343 ResProceduralTextureMapper_DestroyDynamic(ResTextureMapper resTextureMapper, os::IAllocator* alloca… in ResProceduralTextureMapper_DestroyDynamic()
357 ResTextureMapper
358 ResTextureMapper::CloneDynamic(os::IAllocator* allocator) in CloneDynamic()
361 ResTextureMapper resTextureMapper; in CloneDynamic()
390 ResTextureMapper::GetMemorySizeForCloneInternal(os::MemorySizeCalculator* pSize) const in GetMemorySizeForCloneInternal()
416 ResTextureMapper::DestroyDynamic() in DestroyDynamic()
443 ResTextureMapper::Setup( in Setup()
474 ResTextureMapper::Cleanup() in Cleanup()
497 ResTextureMapper::SetTexture(ResTexture resTexture) in SetTexture()