Home
last modified time | relevance | path

Searched refs:display (Results 1 – 25 of 32) sorted by relevance

12

/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/
Drenderer.cpp73 EGLDisplay display = eglGetDisplay(EGL_DEFAULT_DISPLAY); in initDisplay() local
75 eglInitialize(display, 0, 0); in initDisplay()
80 eglChooseConfig(display, attribs, nullptr,0, &numConfigs); in initDisplay()
83 eglChooseConfig(display, attribs, supportedConfigs.get(), numConfigs, &numConfigs); in initDisplay()
89 if (eglGetConfigAttrib(display, cfg, EGL_RED_SIZE, &r) && in initDisplay()
90 eglGetConfigAttrib(display, cfg, EGL_GREEN_SIZE, &g) && in initDisplay()
91 eglGetConfigAttrib(display, cfg, EGL_BLUE_SIZE, &b) && in initDisplay()
92 eglGetConfigAttrib(display, cfg, EGL_DEPTH_SIZE, &d) && in initDisplay()
112 eglGetConfigAttrib(display, config, EGL_NATIVE_VISUAL_ID, &format); in initDisplay()
113 surface = eglCreateWindowSurface(display, config, window, NULL); in initDisplay()
[all …]
Drenderer.h34 EGLDisplay display; member
/tools/acloud/reconnect/
Dreconnect_test.py71 instance_object.display = ""
79 instance_object.display = "888x777 (99)"
89 instance_object.display = ""
113 instance_object.display = "999x777 (99)"
145 instance_object.display = ""
184 instance_object.display = ""
285 display = ""
286 reconnect.StartVnc(vnc_port, display)
289 display = "888x777 (99)"
291 reconnect.StartVnc(vnc_port, display)
[all …]
Dreconnect.py78 def StartVnc(vnc_port, display): argument
94 match = _RE_DISPLAY.match(display)
190 StartVnc(vnc_port, instance.display)
/tools/acloud/list/
Dinstance.py341 def __init__(self, name, fullname, display, ip, status=None, adb_port=None, argument
349 self._display = display # Resolution and dpi
449 def display(self): member in Instance
531 display = []
533 display.append(_DISPLAY_STRING % {"x_res": display_config.get(_X_RES),
542 display = cvd_status_info.get(_DISPLAYS)
554 name=name, fullname=fullname, display=display, ip="0.0.0.0",
798 display = _DISPLAY_STRING % {"x_res": x_res, "y_res": y_res,
801 display = "unknown"
807 name=name, fullname=fullname, display=display, ip="127.0.0.1",
[all …]
Dinstance_test.py94 self.assertEqual(["1080x1920 (480)"], local_instance.display)
422 display = "1080x1920 (480)"
425 name, fullname, display, ip, webrtc_port=8443)
429 name, fullname, display, ip, vnc_port=6520)
433 name, fullname, display, ip, adb_port=6666)
436 ins_webrtc = instance.Instance(name, fullname, display, ip)
/tools/netsim/rust/cli/src/
Dfile_handler.rs32 .unwrap_or_else(|_| panic!("Unable to write to file: {}", self.path.display())); in handle_chunk()
40 self.path.display() in handle_error()
Dlib.rs19 mod display; module
56 cmd.current_file = output_file.display().to_string(); in perform_streaming_request()
62 panic!("Failed to create file: {}", &output_file.display()) in perform_streaming_request()
180 println!("netsim artifact directory: {}", artifact_dir.display()); in rust_main()
Dresponse.rs18 use crate::display::Displayer;
/tools/test/graphicsbenchmark/functional_tests/java/src/cpp/
Dsurface_flinger_test_activity.cpp77 … EGLBoolean rc = eglGetNextFrameIdANDROID(renderer->egl.display, renderer->egl.surface, &frameId); in Java_com_android_game_qualification_tests_SurfaceFlingerTestActivity_drawFrame()
92 renderer->egl.display, renderer->egl.surface, fid, 2, timestamps, values); in Java_com_android_game_qualification_tests_SurfaceFlingerTestActivity_drawFrame()
/tools/tradefederation/core/src/com/android/tradefed/util/
DQuotationAwareTokenizer.java183 private static void log(String message, boolean display) { in log() argument
184 if (display) { in log()
/tools/asuite/adevice/src/
Dtracking.rs318 let config_path = home_dir.path().join("config.json").display().to_string(); in load_creates_new_config_with_droid()
327 let config_path = home_dir.path().join("config.json").display().to_string(); in track_updates_config_file()
448 dir.path().display().to_string() in path()
Dadevice.rs633 .map(|path| format!("\t{}", path.display())) in print_files_in_state()
661 .map(|path| format!("adb uninstall {};", path.display())) in shadow_apk_check()
/tools/asuite/atest/bazel/resources/rules/
Dtradefed_test.sh.template33 --log-level-display VERBOSE \
/tools/test/mobly_extensions/tools/results_uploader/
DCHANGELOG.md9 * Automatically display the suite name in the header if specified by the suite.
/tools/tradefederation/core/javatests/res/config/suite/
Dsuite.md62 test=suite/framework-base-presubmit --log-level-display VERBOSE
/tools/security/sanitizer-status/
DNOTICE83 publicly display, publicly perform, sublicense, and distribute the
127 within a display generated by the Derivative Works, if and
/tools/apksig/
DLICENSE83 publicly display, publicly perform, sublicense, and distribute the
127 within a display generated by the Derivative Works, if and
/tools/netsim/
DLICENSE71 publicly display, publicly perform, sublicense, and distribute the
115 within a display generated by the Derivative Works, if and
/tools/test/openhst/
DLICENSE71 publicly display, publicly perform, sublicense, and distribute the
115 within a display generated by the Derivative Works, if and
/tools/test/mobly_snippets/gft/
DLICENSE71 publicly display, publicly perform, sublicense, and distribute the
115 within a display generated by the Derivative Works, if and
/tools/acloud/
DLICENSE71 publicly display, publicly perform, sublicense, and distribute the
115 within a display generated by the Derivative Works, if and
/tools/test/connectivity/
DLICENSE71 publicly display, publicly perform, sublicense, and distribute the
115 within a display generated by the Derivative Works, if and
/tools/treble/
DLICENSE71 publicly display, publicly perform, sublicense, and distribute the
115 within a display generated by the Derivative Works, if and
/tools/trebuchet/
DLICENSE71 publicly display, publicly perform, sublicense, and distribute the
115 within a display generated by the Derivative Works, if and

12