Lines Matching refs:haptic_effect
399 haptic->effects = (struct haptic_effect *) in SDL_DINPUT_HapticOpenFromDevice()
400 SDL_malloc(sizeof(struct haptic_effect) * haptic->neffects); in SDL_DINPUT_HapticOpenFromDevice()
407 sizeof(struct haptic_effect) * haptic->neffects); in SDL_DINPUT_HapticOpenFromDevice()
958 SDL_DINPUT_HapticNewEffect(SDL_Haptic * haptic, struct haptic_effect *effect, SDL_HapticEffect * ba… in SDL_DINPUT_HapticNewEffect()
990 SDL_DINPUT_HapticUpdateEffect(SDL_Haptic * haptic, struct haptic_effect *effect, SDL_HapticEffect *… in SDL_DINPUT_HapticUpdateEffect()
1044 SDL_DINPUT_HapticRunEffect(SDL_Haptic * haptic, struct haptic_effect *effect, Uint32 iterations) in SDL_DINPUT_HapticRunEffect()
1065 SDL_DINPUT_HapticStopEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_DINPUT_HapticStopEffect()
1077 SDL_DINPUT_HapticDestroyEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_DINPUT_HapticDestroyEffect()
1089 SDL_DINPUT_HapticGetEffectStatus(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_DINPUT_HapticGetEffectStatus()
1243 SDL_DINPUT_HapticNewEffect(SDL_Haptic * haptic, struct haptic_effect *effect, SDL_HapticEffect * ba… in SDL_DINPUT_HapticNewEffect()
1249 SDL_DINPUT_HapticUpdateEffect(SDL_Haptic * haptic, struct haptic_effect *effect, SDL_HapticEffect *… in SDL_DINPUT_HapticUpdateEffect()
1255 SDL_DINPUT_HapticRunEffect(SDL_Haptic * haptic, struct haptic_effect *effect, Uint32 iterations) in SDL_DINPUT_HapticRunEffect()
1261 SDL_DINPUT_HapticStopEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_DINPUT_HapticStopEffect()
1267 SDL_DINPUT_HapticDestroyEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_DINPUT_HapticDestroyEffect()
1272 SDL_DINPUT_HapticGetEffectStatus(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_DINPUT_HapticGetEffectStatus()