/external/vulkan-validation-layers/demos/smoke/ |
ShellAndroid.cpp | 74 ShellAndroid::ShellAndroid(android_app &app, Game &game) : Shell(game), app_(app) 79 app_.userData = this; 80 app_.onAppCmd = on_app_cmd; 81 app_.onInputEvent = on_input_event; 141 surface_info.window = app_.window; 163 ANativeActivity_finish(app_.activity); 191 ANativeActivity_finish(app_.activity); 203 int timeout = (settings_.animate && app_.window) ? 0 : -1; 209 source->process(&app_, source); 212 if (app_.destroyRequested [all...] |
ShellAndroid.h | 51 android_app &app_; member in class:ShellAndroid
|
/development/ndk/platforms/android-17/samples/Teapot/jni/ |
TeapotNativeActivity.cpp | 56 android_app* app_; member in class:Engine 100 app_( NULL ), 139 gl_context_->Init( app_->window ); 146 if( EGL_SUCCESS != gl_context_->Resume( app_->window ) ) 331 sensor_event_queue_ = ASensorManager_createEventQueue( sensor_manager_, app_->looper, 377 app_ = state; 378 doubletap_detector_.SetConfiguration( app_->config ); 379 drag_detector_.SetConfiguration( app_->config ); 380 pinch_detector_.SetConfiguration( app_->config ); 401 app_->activity->vm->AttachCurrentThread( &jni, NULL ) [all...] |
/development/ndk/platforms/android-18/samples/MoreTeapots/jni/ |
MoreTeapotsNativeActivity.cpp | 66 android_app* app_; member in class:Engine 110 app_( NULL ), 149 gl_context_->Init( app_->window ); 156 if( EGL_SUCCESS != gl_context_->Resume( app_->window ) ) 342 sensor_event_queue_ = ASensorManager_createEventQueue( sensor_manager_, app_->looper, 388 app_ = state; 389 doubletap_detector_.SetConfiguration( app_->config ); 390 drag_detector_.SetConfiguration( app_->config ); 391 pinch_detector_.SetConfiguration( app_->config ); 412 app_->activity->vm->AttachCurrentThread( &jni, NULL ) [all...] |
/external/vulkan-validation-layers/tests/ |
test_environment.cpp | 49 app_.sType = VK_STRUCTURE_TYPE_APPLICATION_INFO; 50 app_.pApplicationName = "vk_testing"; 51 app_.applicationVersion = 1; 52 app_.pEngineName = "vk_testing"; 53 app_.engineVersion = 1; 54 app_.apiVersion = VK_API_VERSION_1_0; 55 app_.pNext = NULL; 118 inst_info.pApplicationInfo = &app_;
|
test_environment.h | 55 VkApplicationInfo app_; member in class:vk_testing::Environment
|
/external/webrtc/webrtc/test/ |
rtcp_packet_parser.h | 208 uint8_t SubType() const { return app_.SubType; } 209 uint32_t Name() const { return app_.Name; } 215 app_ = app; 219 RTCPUtility::RTCPPacketAPP app_; member in class:webrtc::test::App 642 App* app() { return &app_; } 677 App app_;
|
rtcp_packet_parser.cc | 51 app_.Set(parser.Packet().APP);
|
/external/webrtc/webrtc/tools/rtcbot/ |
botmanager.js | 62 this.app_ = new Express(); 64 this.app_.use('/bot/api.js', 68 this.app_.use('/bot/', Express.static(__dirname + '/bot')); 74 this.server_ = https.createServer(options, this.app_);
|