Home
last modified time | relevance | path

Searched full:screens (Results 1 – 25 of 248) sorted by relevance

12345678910

/external/autotest/client/cros/chameleon/
Dmirror_comparison.py14 """A class to compare the resolutions and screens for mirrored mode.
29 # The frame buffers of screens should be perfectly matched.
36 """Compares the resolutions and screens on all CrOS screens.
41 Then it checks all the resolutions identical and also all the screens
51 logging.info('Checking the resolutions of all screens identical...')
54 # TODO(waihong): Support multiple external screens.
63 logging.info('Resolutions across all CrOS screens match: %dx%d',
66 logging.info('Checking all the screens mirrored...')
Dscreen_comparison.py15 """A class to compare two screens.
37 screens have different resolutions.
50 """Compares the screens.
/external/mesa3d/src/glx/tests/
Dclientinfo_unittest.cpp52 this->screens = new glx_screen *[dpy->nscreens]; in fake_glx_display()
53 memset(this->screens, 0, sizeof(struct glx_screen *) * dpy->nscreens); in fake_glx_display()
59 if (this->screens[i] != NULL) in ~fake_glx_display()
60 delete this->screens[i]; in ~fake_glx_display()
63 delete [] this->screens; in ~fake_glx_display()
94 if (this->screens[i] != NULL) in init_screen()
95 delete this->screens[i]; in init_screen()
97 this->screens[i] = new fake_glx_screen(this, i, ext); in init_screen()
243 if (this->glx_dpy->screens != NULL) { in destroy_display()
245 delete [] this->glx_dpy->screens[i]->serverGLXexts; in destroy_display()
[all …]
/external/libdrm/tests/kms/
Dlibkms-test-device.c64 device->screens = calloc(res->count_connectors, sizeof(screen)); in kms_device_probe_screens()
65 if (!device->screens) in kms_device_probe_screens()
92 device->screens[i] = screen; in kms_device_probe_screens()
191 kms_screen_free(device->screens[i]); in kms_device_close()
193 free(device->screens); in kms_device_close()
Dkms-universal-planes.c192 printf("Screens: %u\n", device->num_screens); in main()
195 struct kms_screen *screen = device->screens[i]; in main()
261 x = (device->screens[0]->width - cursor->width) / 2; in main()
262 y = (device->screens[0]->height - cursor->height) / 2; in main()
317 x = (device->screens[0]->width - root->width) / 2; in main()
318 y = (device->screens[0]->height - root->height) / 2; in main()
Dkms-steal-crtc.c81 fprintf(stderr, "no screens found\n"); in main()
88 screen = device->screens[0]; in main()
/external/autotest/server/site_tests/firmware_FwScreenCloseLid/
Dcontrol9 PURPOSE = "Servo based lid close triggered shutdown during firmware screens."
21 firmware screens (developer, remove, insert, yuck, to_norm screens),
Dfirmware_FwScreenCloseLid.py14 Servo based lid close triggered shutdown test during firmware screens.
18 firmware screens (developer, remove, insert, yuck, to_norm screens),
84 "screens.")
/external/autotest/server/site_tests/firmware_FwScreenPressPower/
Dcontrol9 PURPOSE = "Servo based power button triggered shutdown during firmware screens."
21 firmware screens (developer, remove, insert, yuck, and to_norm screens),
Dfirmware_FwScreenPressPower.py14 Servo based power button triggered shutdown test during firmware screens.
18 firmware screens (developer, remove, insert, yuck, and to_norm screens),
76 "screens.")
/external/webrtc/webrtc/modules/desktop_capture/mac/
Ddesktop_configuration.mm104 NSArray* screens = [NSScreen screens];
105 assert(screens);
109 for (NSUInteger i = 0; i < [screens count]; ++i) {
111 GetConfigurationForScreen([screens objectAtIndex: i]);
/external/webrtc/webrtc/modules/desktop_capture/win/
Dscreen_capture_utils.h18 // Output the list of active screens into |screens|. Returns true if succeeded,
20 bool GetScreenList(ScreenCapturer::ScreenList* screens);
Dscreen_capture_utils.cc18 bool GetScreenList(ScreenCapturer::ScreenList* screens) { in GetScreenList() argument
19 assert(screens->size() == 0); in GetScreenList()
37 screens->push_back(screen); in GetScreenList()
Dscreen_capturer_win_gdi.cc99 // current screens. in Capture()
135 bool ScreenCapturerWinGdi::GetScreenList(ScreenList* screens) { in GetScreenList() argument
136 return webrtc::GetScreenList(screens); in GetScreenList()
Dscreen_capturer_win_magnifier.h48 bool GetScreenList(ScreenList* screens) override;
86 // must make sure not calling it on non-primary screens.
/external/webrtc/webrtc/modules/desktop_capture/
Dscreen_capturer_unittest.cc62 webrtc::ScreenCapturer::ScreenList screens; in TEST_F() local
63 EXPECT_TRUE(capturer_->GetScreenList(&screens)); in TEST_F()
64 for(webrtc::ScreenCapturer::ScreenList::iterator it = screens.begin(); in TEST_F()
65 it != screens.end(); ++it) { in TEST_F()
Dscreen_capturer.h81 // Get the list of screens (not containing kFullDesktopScreenId). Returns
83 virtual bool GetScreenList(ScreenList* screens) = 0;
Dscreen_capturer_x11.cc50 bool GetScreenList(ScreenList* screens) override;
280 bool ScreenCapturerLinux::GetScreenList(ScreenList* screens) { in GetScreenList() argument
281 RTC_DCHECK(screens->size() == 0); in GetScreenList()
285 screens->push_back(default_screen); in GetScreenList()
/external/mesa3d/src/glx/
Dglxext.c211 GLint i, screens; in FreeScreenConfigs() local
214 screens = ScreenCount(priv->dpy); in FreeScreenConfigs()
215 for (i = 0; i < screens; i++) { in FreeScreenConfigs()
216 psc = priv->screens[i]; in FreeScreenConfigs()
229 free((char *) priv->screens); in FreeScreenConfigs()
230 priv->screens = NULL; in FreeScreenConfigs()
797 GLint i, screens; in AllocAndFetchScreenConfigs() local
802 screens = ScreenCount(dpy); in AllocAndFetchScreenConfigs()
803 priv->screens = malloc(screens * sizeof *priv->screens); in AllocAndFetchScreenConfigs()
804 if (!priv->screens) in AllocAndFetchScreenConfigs()
[all …]
/external/autotest/server/site_tests/firmware_Bmpblk/
Dcontrol7 PURPOSE = "Check that the firmware screens have been correctly configured"
8 CRITERIA = "This test will fail if firmware screens have not been explicitly scaled for this device"
/external/mesa3d/docs/specs/OLD/
DEGL_MESA_screen_surface.txt265 EGLBoolean eglGetScreensMESA(EGLDisplay dpy, EGLScreenMESA *screens,
388 EGLBoolean eglGetScreensMESA(EGLDisplay dpy, EGLScreenMESA *screens,
392 <screens_size> is the maximum number of screens to return in the
393 <screens> array. <num_screens> will return the number of screen handles
394 placed in the array, even if <screens> is NULL.
396 The number of screens and the availability of each may change over
/external/replicaisland/
DAndroidManifest.xml25 <!-- Actually, this game works fine on small screens, but the only one out
27 <supports-screens android:largeScreens="true"
/external/kernel-headers/original/uapi/linux/
Dvirtio_console.h47 /* colums of the screens */
49 /* rows of the screens */
/external/vboot_reference/utility/
Dbmpblk_utility.cc97 // All images should be used somewhere in the screens. in load_yaml_config()
98 // All images referenced in the screens should be defined. in load_yaml_config()
99 // All screens should be used somewhere in the localizations. in load_yaml_config()
100 // All screens referenced in the localizations should be defined. in load_yaml_config()
169 } else if (keyword == "screens") { in parse_first_layer()
332 error("Syntax error in parsing screens.\n"); in parse_screens()
/external/proguard/src/proguard/gui/splash/
Dpackage.html2 This package contains a library for creating splash screens and animations

12345678910