Home | History | Annotate | Download | only in test

Lines Matching defs:id

60     int id[5];
140 id[nefx] = SDL_HapticNewEffect(haptic, &efx[nefx]);
141 if (id[nefx] < 0) {
156 id[nefx] = SDL_HapticNewEffect(haptic, &efx[nefx]);
157 if (id[nefx] < 0) {
173 id[nefx] = SDL_HapticNewEffect(haptic, &efx[nefx]);
174 if (id[nefx] < 0) {
192 id[nefx] = SDL_HapticNewEffect(haptic, &efx[nefx]);
193 if (id[nefx] < 0) {
210 id[nefx] = SDL_HapticNewEffect(haptic, &efx[nefx]);
211 if (id[nefx] < 0) {
225 id[nefx] = SDL_HapticNewEffect(haptic, &efx[nefx]);
226 if (id[nefx] < 0) {
238 SDL_HapticRunEffect(haptic, id[i], 1);