Lines Matching refs:mapper
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() argument
698 u32* command = mapper.GetCommandCache(); in SetupTextureMapperCommand()
699 mapper.SetCommandSizeToSend(8 * sizeof(u32)); in SetupTextureMapperCommand()
782 SetupTextureMapperCommand(ResPixelBasedTextureMapper mapper, ResCubeTexture texture) in SetupTextureMapperCommand() argument
784 u32* command = mapper.GetCommandCache(); in SetupTextureMapperCommand()
785 mapper.SetCommandSizeToSend(14 * sizeof(u32)); in SetupTextureMapperCommand()
843 SetupTextureMapperCommand(ResPixelBasedTextureMapper mapper, ResShadowTexture texture) in SetupTextureMapperCommand() argument
845 u32* command = mapper.GetCommandCache(); in SetupTextureMapperCommand()
846 mapper.SetCommandSizeToSend(14 * sizeof(u32)); in SetupTextureMapperCommand()