OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aygshell
(Results
1 - 4
of
4
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_sysevents.c
115
// dynamically load
aygshell
dll because we want SDL to work on HPC and be300
116
HINSTANCE
aygshell
= NULL;
variable
128
if( !
aygshell
)
129
aygshell
= SDL_LoadObject("
aygshell
.dll");
130
if( (
aygshell
!= 0) && (SHFullScreen == 0) )
132
SHFullScreen = (int (WINAPI *)(struct HWND__ *,unsigned long)) SDL_LoadFunction(
aygshell
, "SHFullScreen");
/development/ndk/platforms/android-4/samples/san-angeles/jni/
app-win32.c
29
#include <
aygshell
.h>
/external/qemu/distrib/sdl-1.2.15/src/video/gapi/
SDL_gapivideo.c
86
extern HINSTANCE
aygshell
;
[
all
...]
/external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_dibvideo.c
88
extern HINSTANCE
aygshell
;
[
all
...]
Completed in 720 milliseconds