/external/autotest/client/cros/chameleon/ |
D | mirror_comparison.py | 14 """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...')
|
D | screen_comparison.py | 15 """A class to compare two screens. 37 screens have different resolutions. 50 """Compares the screens.
|
/external/mesa3d/src/glx/tests/ |
D | clientinfo_unittest.cpp | 52 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/ |
D | libkms-test-device.c | 64 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()
|
D | kms-universal-planes.c | 192 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()
|
D | kms-steal-crtc.c | 81 fprintf(stderr, "no screens found\n"); in main() 88 screen = device->screens[0]; in main()
|
/external/webrtc/webrtc/modules/desktop_capture/mac/ |
D | desktop_configuration.mm | 104 NSArray* screens = [NSScreen screens]; 105 assert(screens); 109 for (NSUInteger i = 0; i < [screens count]; ++i) { 111 GetConfigurationForScreen([screens objectAtIndex: i]);
|
/external/autotest/server/site_tests/firmware_FwScreenCloseLid/ |
D | control | 9 PURPOSE = "Servo based lid close triggered shutdown during firmware screens." 21 firmware screens (developer, remove, insert, yuck, to_norm screens),
|
D | firmware_FwScreenCloseLid.py | 14 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/ |
D | control | 9 PURPOSE = "Servo based power button triggered shutdown during firmware screens." 21 firmware screens (developer, remove, insert, yuck, and to_norm screens),
|
D | firmware_FwScreenPressPower.py | 14 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/win/ |
D | screen_capture_utils.h | 18 // Output the list of active screens into |screens|. Returns true if succeeded, 20 bool GetScreenList(ScreenCapturer::ScreenList* screens);
|
D | screen_capture_utils.cc | 18 bool GetScreenList(ScreenCapturer::ScreenList* screens) { in GetScreenList() argument 19 assert(screens->size() == 0); in GetScreenList() 37 screens->push_back(screen); in GetScreenList()
|
D | screen_capturer_win_gdi.cc | 99 // current screens. in Capture() 135 bool ScreenCapturerWinGdi::GetScreenList(ScreenList* screens) { in GetScreenList() argument 136 return webrtc::GetScreenList(screens); in GetScreenList()
|
D | screen_capturer_win_magnifier.h | 48 bool GetScreenList(ScreenList* screens) override; 86 // must make sure not calling it on non-primary screens.
|
/external/webrtc/webrtc/modules/desktop_capture/ |
D | screen_capturer_unittest.cc | 62 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()
|
D | screen_capturer.h | 81 // Get the list of screens (not containing kFullDesktopScreenId). Returns 83 virtual bool GetScreenList(ScreenList* screens) = 0;
|
D | screen_capturer_x11.cc | 50 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()
|
D | screen_capturer_mac.mm | 202 bool GetScreenList(ScreenList* screens) override; 460 bool ScreenCapturerMac::GetScreenList(ScreenList* screens) { 461 assert(screens->size() == 0); 466 screens->push_back(screen); 474 screens->push_back(screen); 653 // screens are added or removed.
|
/external/mesa3d/src/glx/ |
D | glxext.c | 211 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/ |
D | control | 7 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/ |
D | EGL_MESA_screen_surface.txt | 265 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/ |
D | AndroidManifest.xml | 25 <!-- 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/ |
D | virtio_console.h | 47 /* colums of the screens */ 49 /* rows of the screens */
|
/external/vboot_reference/utility/ |
D | bmpblk_utility.cc | 97 // 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()
|