Searched refs:SDL_SYS_HapticNewEffect (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/src/haptic/ |
D | SDL_syshaptic.h | 125 extern int SDL_SYS_HapticNewEffect(SDL_Haptic * haptic,
|
D | SDL_haptic.c | 489 if (SDL_SYS_HapticNewEffect(haptic, &haptic->effects[i], effect) in SDL_HapticNewEffect()
|
/third_party/flutter/skia/third_party/externals/sdl/src/haptic/dummy/ |
D | SDL_syshaptic.c | 106 SDL_SYS_HapticNewEffect(SDL_Haptic * haptic, in SDL_SYS_HapticNewEffect() function
|
/third_party/flutter/skia/third_party/externals/sdl/src/haptic/windows/ |
D | SDL_windowshaptic.c | 285 SDL_SYS_HapticNewEffect(SDL_Haptic * haptic, struct haptic_effect *effect, in SDL_SYS_HapticNewEffect() function
|
/third_party/flutter/skia/third_party/externals/sdl/src/haptic/linux/ |
D | SDL_syshaptic.c | 927 SDL_SYS_HapticNewEffect(SDL_Haptic * haptic, struct haptic_effect *effect, in SDL_SYS_HapticNewEffect() function
|
/third_party/flutter/skia/third_party/externals/sdl/src/haptic/darwin/ |
D | SDL_syshaptic.c | 1135 SDL_SYS_HapticNewEffect(SDL_Haptic * haptic, struct haptic_effect *effect, in SDL_SYS_HapticNewEffect() function
|