Home
last modified time | relevance | path

Searched refs:function (Results 1 – 9 of 9) sorted by relevance

/RvlSDK-3.2.2/build/demos/dvddemo/src/
Dselectfile.c194 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()
/RvlSDK-3.2.2/build/demos/rsodemo/MakeInc/include/
Dd.inc14 OSReport("\nError: call moduleD unlinked function.\n");
/RvlSDK-3.2.2/build/demos/axdemo/src/
Dseqdemo.c419 dir_entry[index].function = MNU_change_dir_up; in __create_dir_menu()
437 dir_entry[index].function = MNU_change_dir; in __create_dir_menu()
442 dir_entry[index].function = MNU_select_file; in __create_dir_menu()
453 dir_entry[index].function = NULL; in __create_dir_menu()
/RvlSDK-3.2.2/
Dreadme-RVL_SDK-3_2.txt53 …layed. The "Precautions" section of the aforementioned ndrun_prechecker function reference page de…
175 …CP" (as described in the function reference "About GX States") is sent immediately before renderin…
201 …When speaker sound is played back while starting the pointer with the WPADControlDpd function, the…
236 The following general-purpose function names are global within the library.
Dreadme-RVL_SDK-3_2-patch2.txt52 …layed. The "Precautions" section of the aforementioned ndrun_prechecker function reference page de…
164 …CP" (as described in the function reference "About GX States") is sent immediately before renderin…
190 …When speaker sound is played back while starting the pointer with the WPADControlDpd function, the…
225 The following general-purpose function names are global within the library.
/RvlSDK-3.2.2/include/revolution/
Dsyn.h217 u8 SYNGetMidiController(SYNSYNTH *synth, u8 midiChannel, u8 function);
/RvlSDK-3.2.2/include/demo/
DDEMOWin.h263 void (*function)(struct STRUCT_MENU *menu, u32 item, u32 *result); member
/RvlSDK-3.2.2/build/tools/TexConv/sample/
Dsample.tcs42 ; we have provided a function to read .tga files.
/RvlSDK-3.2.2/build/libraries/demo/src/
DDEMOWin.c1558 if (menu->items[menu->curr_pos].function) in DEMOWinMenuChild()
1560 … (menu->items[menu->curr_pos].function)(menu, (u32)menu->curr_pos, &result); in DEMOWinMenuChild()