Searched refs:mapper (Results 1 – 3 of 3) sorted by relevance
51 static void SetupTextureMapperCommand(ResPixelBasedTextureMapper mapper, ResImageTexture texture);52 static void SetupTextureMapperCommand(ResPixelBasedTextureMapper mapper, ResCubeTexture texture);53 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 …]
206 ResPixelBasedTextureMapper mapper(object); in SetValue() local209 NW_NULL_ASSERT(ResDynamicCast<ResStandardTextureSampler>(mapper.GetSampler()).ptr()); in SetValue()212 ResStandardTextureSampler sampler(mapper.ref().toSampler.to_ptr()); in SetValue()229 ResPixelBasedTextureMapper mapper(object); in SetValue() local237 mapper.SetTexture(texture.GetTargetTexture()); in SetValue()
609 ResPixelBasedTextureMapper mapper(object); in GetMaterialAnimTargetPtr() local610 object = mapper.ref().toSampler.to_ptr(); in GetMaterialAnimTargetPtr()