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);696 SetupTextureMapperCommand(ResPixelBasedTextureMapper mapper, ResImageTexture texture) in SetupTextureMapperCommand() argument698 u32* command = mapper.GetCommandCache(); in SetupTextureMapperCommand()699 mapper.SetCommandSizeToSend(8 * sizeof(u32)); in SetupTextureMapperCommand()782 SetupTextureMapperCommand(ResPixelBasedTextureMapper mapper, ResCubeTexture texture) in SetupTextureMapperCommand() argument784 u32* command = mapper.GetCommandCache(); in SetupTextureMapperCommand()785 mapper.SetCommandSizeToSend(14 * sizeof(u32)); in SetupTextureMapperCommand()843 SetupTextureMapperCommand(ResPixelBasedTextureMapper mapper, ResShadowTexture texture) in SetupTextureMapperCommand() argument[all …]
196 ResPixelBasedTextureMapper mapper(object); in SetValue() local199 NW_NULL_ASSERT(ResDynamicCast<ResStandardTextureSampler>(mapper.GetSampler()).ptr()); in SetValue()202 ResStandardTextureSampler sampler(mapper.ref().toSampler.to_ptr()); in SetValue()219 ResPixelBasedTextureMapper mapper(object); in SetValue() local227 mapper.SetTexture(texture.GetTargetTexture()); in SetValue()
598 ResPixelBasedTextureMapper mapper(object); in GetMaterialAnimTargetPtr() local599 object = mapper.ref().toSampler.to_ptr(); in GetMaterialAnimTargetPtr()