OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateYUVSurface
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/directfb/
SDL_DirectFB_yuv.c
73
static DFBResult
CreateYUVSurface
(_THIS, struct private_yuvhwdata *hwdata,
182
if (
CreateYUVSurface
(this, hwdata, width, height, format))
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5yuv.c
49
static LPDIRECTDRAWSURFACE3
CreateYUVSurface
(_THIS,
172
hwdata->surface =
CreateYUVSurface
(this, width, height, format);
Completed in 36 milliseconds