OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gxFunc
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/gapi/
SDL_gapivideo.h
147
struct GapiFunc
gxFunc
;
SDL_gapivideo.c
343
#define gx device->hidden->gapiInfo->
gxFunc
392
gapi->gxProperties = gapi->
gxFunc
.GXGetDisplayProperties();
783
if( !gapi->
gxFunc
.GXOpenDisplay(SDL_Window, GX_FULLSCREEN) )
812
gapi->videoMem = gapi->
gxFunc
.GXBeginDraw();
813
gapi->
gxFunc
.GXEndDraw();
[
all
...]
Completed in 468 milliseconds