Searched refs:mapper (Results 1 – 3 of 3) sorted by relevance
49 static void SetupTextureMapperCommand(ResPixelBasedTextureMapper mapper, ResImageTexture texture);50 static void SetupTextureMapperCommand(ResPixelBasedTextureMapper mapper, ResCubeTexture texture);51 static void SetupTextureMapperCommand(ResPixelBasedTextureMapper mapper, ResShadowTexture texture);693 SetupTextureMapperCommand(ResPixelBasedTextureMapper mapper, ResImageTexture texture) in SetupTextureMapperCommand() argument695 u32* command = mapper.GetCommandCache(); in SetupTextureMapperCommand()696 mapper.SetCommandSizeToSend(8 * sizeof(u32)); in SetupTextureMapperCommand()727 ResTextureSampler sampler = mapper.GetSampler(); in SetupTextureMapperCommand()785 SetupTextureMapperCommand(ResPixelBasedTextureMapper mapper, ResCubeTexture texture) in SetupTextureMapperCommand() argument787 u32* command = mapper.GetCommandCache(); in SetupTextureMapperCommand()788 mapper.SetCommandSizeToSend(14 * sizeof(u32)); in SetupTextureMapperCommand()[all …]
204 ResPixelBasedTextureMapper mapper(object); in SetValue() local207 NW_NULL_ASSERT(ResDynamicCast<ResStandardTextureSampler>(mapper.GetSampler()).ptr()); in SetValue()210 ResStandardTextureSampler sampler(mapper.ref().toSampler.to_ptr()); in SetValue()227 ResPixelBasedTextureMapper mapper(object); in SetValue() local235 mapper.SetTexture(texture.GetTargetTexture()); in SetValue()
606 ResPixelBasedTextureMapper mapper(object); in GetMaterialAnimTargetPtr() local607 object = mapper.ref().toSampler.to_ptr(); in GetMaterialAnimTargetPtr()