OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:g_engine
(Results
1 - 3
of
3
) sorted by null
/development/ndk/platforms/android-17/samples/Teapot/jni/
TeapotNativeActivity.cpp
426
Engine
g_engine
;
variable
437
g_engine
.SetState( state );
442
state->userData = &
g_engine
;
451
g_engine
.InitSensors();
464
while( (id = ALooper_pollAll(
g_engine
.IsReady() ? 0 : -1, NULL, &events, (void**) &source ))
471
g_engine
.ProcessSensors( id );
476
g_engine
.TermDisplay();
481
if(
g_engine
.IsReady() )
485
g_engine
.DrawFrame();
/development/ndk/platforms/android-18/samples/MoreTeapots/jni/
MoreTeapotsNativeActivity.cpp
437
Engine
g_engine
;
variable
448
g_engine
.SetState( state );
453
state->userData = &
g_engine
;
462
g_engine
.InitSensors();
475
while( (id = ALooper_pollAll(
g_engine
.IsReady() ? 0 : -1, NULL, &events, (void**) &source ))
482
g_engine
.ProcessSensors( id );
487
g_engine
.TermDisplay();
492
if(
g_engine
.IsReady() )
496
g_engine
.DrawFrame();
/external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp
1848
ENGINE *
g_engine
;
member in namespace:__anon9943
[
all
...]
Completed in 472 milliseconds