OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AndroidInit
(Results
1 - 4
of
4
) sorted by null
/external/quake/quake/src/QW/client/
main.cpp
31
void
AndroidInit
(int width, int height);
40
AndroidInit
(width, height);
sys_android.c
365
void
AndroidInit
(int width, int height)
/external/quake/quake/src/WinQuake/
masterMain.cpp
26
int
AndroidInit
();
38
return
AndroidInit
() ? JNI_TRUE : JNI_FALSE;
sys_android.cpp
503
bool
AndroidInit
()
505
PMPLOG(("
AndroidInit
"));
Completed in 23 milliseconds