Home
last modified time | relevance | path

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

/RvlSDK-2.1/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-2.1/include/revolution/
Dsyn.h121 u8 SYNGetMidiController(SYNSYNTH *synth, u8 midiChannel, u8 function);
/RvlSDK-2.1/build/demos/axdemo/src/
Dseqdemo.c420 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()
/RvlSDK-2.1/
Dreadme-RVL_SDK-2_1.txt66 …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…
/RvlSDK-2.1/include/demo/
DDEMOWin.h263 void (*function)(struct STRUCT_MENU *menu, u32 item, u32 *result); member
/RvlSDK-2.1/build/tools/TexConv/sample/
Dsample.tcs42 ; we have provided a function to read .tga files.
/RvlSDK-2.1/build/libraries/demo/src/
DDEMOWin.c1555 if (menu->items[menu->curr_pos].function) in DEMOWinMenuChild()
1557 … (menu->items[menu->curr_pos].function)(menu, (u32)menu->curr_pos, &result); in DEMOWinMenuChild()