OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SPE_SendMsg
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/
SDL_ps3video.c
70
int
SPE_SendMsg
(_THIS, spu_data_t * spe_data, unsigned int msg);
383
SPE_SendMsg
(this, fb_thread_data, SPU_START);
384
SPE_SendMsg
(this, fb_thread_data, (unsigned int)fb_thread_data->argp);
515
SPE_SendMsg
(this, spe_data, SPU_EXIT);
532
int
SPE_SendMsg
(_THIS, spu_data_t * spe_data, unsigned int msg)
SDL_ps3yuv.c
44
int
SPE_SendMsg
(_THIS, spu_data_t * spe_data, unsigned int msg);
297
SPE_SendMsg
(this, converter_thread_data, SPU_START);
298
SPE_SendMsg
(this, converter_thread_data, (unsigned int)converter_thread_data->argp);
Completed in 48 milliseconds