Searched refs:function (Results 1 – 7 of 7) sorted by relevance
194 dir_entry[index].function = MNU_change_dir_up; in __create_dir_menu()212 dir_entry[index].function = MNU_change_dir; in __create_dir_menu()217 dir_entry[index].function = MNU_select_file; in __create_dir_menu()228 dir_entry[index].function = NULL; in __create_dir_menu()
121 u8 SYNGetMidiController(SYNSYNTH *synth, u8 midiChannel, u8 function);
420 dir_entry[index].function = MNU_change_dir_up; in __create_dir_menu()438 dir_entry[index].function = MNU_change_dir; in __create_dir_menu()443 dir_entry[index].function = MNU_select_file; in __create_dir_menu()454 dir_entry[index].function = NULL; in __create_dir_menu()
66 …n when the anisotropic filter feature is enabled for textures using the function GXInitTexObjLOD().78 …"CP" (as described in the function reference "About GX States") is sent immediately before drawing…149 …WPAD. Either re-execute the program or call the registration initiation function in the applicatio…
263 void (*function)(struct STRUCT_MENU *menu, u32 item, u32 *result); member
42 ; we have provided a function to read .tga files.
1555 if (menu->items[menu->curr_pos].function) in DEMOWinMenuChild()1557 … (menu->items[menu->curr_pos].function)(menu, (u32)menu->curr_pos, &result); in DEMOWinMenuChild()