Searched refs:resTextureMapper (Results 1 – 6 of 6) sorted by relevance
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, …[all …]
122 ResPixelBasedTextureMapper resTextureMapper = resMaterial.GetTextureMappers( i ); in SetupTextures() local123 if (!resTextureMapper.IsValid()) in SetupTextures()128 if (!resTextureMapper.GetTexture().IsValid()) in SetupTextures()133 result |= resTextureMapper.Setup(allocator, graphicsFile); in SetupTextures()146 u32* command = resTextureMapper.GetCommandCache(); in SetupTextures()195 … resTextureMapper.GetTexture().Dereference().GetTypeInfo() != ResCubeTexture::TYPE_INFO) in SetupTextures()200 ResTexture resImageTexture = resTextureMapper.GetTexture().Dereference(); in SetupTextures()
165 ResPixelBasedTextureMapper resTextureMapper = resMaterial.GetTextureMappers(i); in GetMemorySizeInternal() local166 if (resTextureMapper.IsValid()) in GetMemorySizeInternal()168 resTextureMapper.GetMemorySizeForCloneInternal(&bufferSize); in GetMemorySizeInternal()175 ResProceduralTextureMapper resTextureMapper = resMaterial.GetProceduralTextureMapper(); in GetMemorySizeInternal() local176 if (resTextureMapper.IsValid()) in GetMemorySizeInternal()178 resTextureMapper.GetMemorySizeForCloneInternal(&bufferSize); in GetMemorySizeInternal()417 ResPixelBasedTextureMapper resTextureMapper = resMaterial.GetTextureMappers(i); in CopyResMaterial() local418 if (resTextureMapper.IsValid()) in CopyResMaterial()420 ResTextureMapper textureMapper = resTextureMapper.CloneDynamic(allocator); in CopyResMaterial()435 ResProceduralTextureMapper resTextureMapper = resMaterial.GetProceduralTextureMapper(); in CopyResMaterial() local[all …]
533 nw::gfx::res::ResTextureMapper resTextureMapper = resTorusMaterial.GetTextureMappers(0); in ChangeMaterial() local534 nw::gfx::res::ResTexture resTexture = resTextureMapper.GetTexture().Dereference(); in ChangeMaterial()535 resTextureMapper.SetTexture(s_ChangedTexture); in ChangeMaterial()
638 nw::gfx::ResPixelBasedTextureMapper resTextureMapper = resMaterial.GetTextureMappers(0); in SetupShadowMaterial() local640 nw::gfx::ResTexture dummyTexture = resTextureMapper.GetTexture().Dereference(); in SetupShadowMaterial()642 resTextureMapper.SetTexture(s_ShadowTexture); in SetupShadowMaterial()
659 nw::gfx::ResPixelBasedTextureMapper resTextureMapper = resMaterial.GetTextureMappers(0); in SetupShadowMaterial() local662 nw::gfx::ResTexture dummyTexture = resTextureMapper.GetTexture().Dereference(); in SetupShadowMaterial()664 resTextureMapper.SetTexture(s_ShadowTexture); in SetupShadowMaterial()