Lines Matching refs:mapper
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() argument
695 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() argument
787 u32* command = mapper.GetCommandCache(); in SetupTextureMapperCommand()
788 mapper.SetCommandSizeToSend(14 * sizeof(u32)); in SetupTextureMapperCommand()
821 ResTextureSampler sampler = mapper.GetSampler(); in SetupTextureMapperCommand()
852 SetupTextureMapperCommand(ResPixelBasedTextureMapper mapper, ResShadowTexture texture) in SetupTextureMapperCommand() argument
854 u32* command = mapper.GetCommandCache(); in SetupTextureMapperCommand()
855 mapper.SetCommandSizeToSend(14 * sizeof(u32)); in SetupTextureMapperCommand()
883 ResTextureSampler sampler = mapper.GetSampler(); in SetupTextureMapperCommand()