HomeSort by relevance Sort by last modified time
    Searched refs:display_id (Results 1 - 25 of 148) sorted by null

1 2 3 4 5 6

  /frameworks/native/opengl/tools/glgen/stubs/egl/
eglGetDisplay.java 1 // C function EGLDisplay eglGetDisplay ( EGLNativeDisplayType display_id )
4 int display_id
11 long display_id
eglGetDisplay.cpp 1 /* EGLDisplay eglGetDisplay ( EGLNativeDisplayType display_id ) */
4 (JNIEnv *_env, jobject _this, jlong display_id) {
7 reinterpret_cast<EGLNativeDisplayType>(display_id)
12 /* EGLDisplay eglGetDisplay ( EGLNativeDisplayType display_id ) */
15 (JNIEnv *_env, jobject _this, jint display_id) {
17 if ((EGLNativeDisplayType)display_id != EGL_DEFAULT_DISPLAY) {
21 return android_eglGetDisplay(_env, _this, display_id);
  /external/chromium_org/ui/display/chromeos/test/
test_display_snapshot.cc 22 int64_t display_id,
31 : DisplaySnapshot(display_id,
  /external/chromium_org/ui/display/types/
display_snapshot.cc 9 DisplaySnapshot::DisplaySnapshot(int64_t display_id,
20 : display_id_(display_id),
  /external/chromium_org/ash/
root_window_settings.h 26 int64 display_id; member in struct:ash::RootWindowSettings
root_window_settings.cc 19 : display_id(gfx::Display::kInvalidDisplayID),
  /external/chromium_org/ash/test/
display_manager_test_api.h 37 // Sets the available color profiles for |display_id|.
39 int64 display_id,
  /external/chromium_org/ui/ozone/common/gpu/
ozone_gpu_message_params.cc 15 : display_id(0),
  /external/chromium_org/ash/display/
resolution_notification_controller.cc 105 ResolutionChangeInfo(int64 display_id,
112 int64 display_id; member in struct:ash::ResolutionNotificationController::ResolutionChangeInfo
140 int64 display_id,
144 : display_id(display_id),
171 int64 display_id,
179 if (change_info_ && change_info_->display_id == display_id) {
185 display_id, old_resolution, new_resolution, accept_callback));
221 change_info_->display_id));
278 int64 display_id = change_info_->display_id; local
    [all...]
display_manager.h 153 // Sets the work area's |insets| to the display given by |display_id|.
154 bool UpdateWorkAreaOfDisplay(int64 display_id, const gfx::Insets& insets);
159 void SetOverscanInsets(int64 display_id, const gfx::Insets& insets_in_dip);
162 void SetDisplayRotation(int64 display_id, gfx::Display::Rotation rotation);
166 void SetDisplayUIScale(int64 display_id, float ui_scale);
170 void SetDisplayResolution(int64 display_id, const gfx::Size& resolution);
176 bool SetDisplayMode(int64 display_id, const DisplayMode& display_mode);
180 void RegisterDisplayProperty(int64 display_id,
204 // Returns the display mode of |display_id| which is currently used.
205 DisplayMode GetActiveModeForDisplayId(int64 display_id) const
    [all...]
display_manager_unittest.cc 755 int display_id = 1000; local
757 CreateDisplayInfo(display_id, gfx::Rect(0, 0, 1000, 500));
776 display_manager()->GetSelectedModeForDisplayId(display_id, &mode));
778 display_manager()->GetActiveModeForDisplayId(display_id)));
781 display_manager()->SetDisplayResolution(display_id, gfx::Size(800, 4000));
783 display_manager()->GetSelectedModeForDisplayId(display_id, &mode));
785 display_manager()->GetActiveModeForDisplayId(display_id)));
788 display_manager()->SetDisplayResolution(display_id, gfx::Size(800, 300));
790 display_manager()->GetSelectedModeForDisplayId(display_id, &mode));
796 display_manager()->GetActiveModeForDisplayId(display_id)));
811 int display_id = 1000; local
926 int64 display_id = Shell::GetScreen()->GetPrimaryDisplay().id(); local
1017 int display_id = 1000; local
1100 int64 display_id = Shell::GetScreen()->GetPrimaryDisplay().id(); local
    [all...]
display_manager.cc 404 bool DisplayManager::UpdateWorkAreaOfDisplay(int64 display_id,
406 gfx::Display* display = FindDisplayForId(display_id);
413 void DisplayManager::SetOverscanInsets(int64 display_id,
415 display_info_[display_id].SetOverscanInsets(insets_in_dip);
425 void DisplayManager::SetDisplayRotation(int64 display_id,
431 if (info.id() == display_id) {
442 void DisplayManager::SetDisplayUIScale(int64 display_id,
445 gfx::Display::InternalDisplayId() != display_id) {
454 if (info.id() == display_id) {
471 void DisplayManager::SetDisplayResolution(int64 display_id,
473 DCHECK_NE(gfx::Display::InternalDisplayId(), display_id); local
1003 int64 display_id = gfx::Display::InternalDisplayId(); local
    [all...]
display_layout_store.h 50 int64 display_id);
  /external/chromium_org/ui/ozone/platform/dri/chromeos/
display_message_handler.cc 20 FindDisplayById(int64_t display_id) : display_id_(display_id) {}
23 return display.display_id == display_id_;
75 FindDisplayById(native_displays[i]->display_id()));
81 OnConfigureNativeDisplay(it->display_id, it->current_mode, it->origin);
83 OnDisableNativeDisplay(it->display_id);
  /external/chromium_org/content/browser/renderer_host/
display_link_mac.h 23 CGDirectDisplayID display_id);
34 CGDirectDisplayID display_id,
display_link_mac.cc 28 CGDirectDisplayID display_id) {
30 DisplayMap::iterator found = display_map_.Get().find(display_id);
39 display_id,
47 display_link_mac = new DisplayLinkMac(display_id, display_link);
62 CGDirectDisplayID display_id,
64 : display_id_(display_id),
70 DCHECK(display_map_.Get().find(display_id) == display_map_.Get().end());
  /external/chromium_org/ui/display/chromeos/x11/
display_snapshot_x11.cc 13 int64_t display_id,
27 : DisplaySnapshot(display_id,
  /external/chromium_org/chrome/browser/extensions/
display_info_provider_aura.cc 18 const std::string& display_id,
display_info_provider_aura.h 18 virtual bool SetInfo(const std::string& display_id,
display_info_provider_chromeos.h 18 virtual bool SetInfo(const std::string& display_id,
display_info_provider_mac.cc 18 const std::string& display_id,
display_info_provider_mac.h 18 virtual bool SetInfo(const std::string& display_id,
display_info_provider_win.h 18 virtual bool SetInfo(const std::string& display_id,
  /external/chromium_org/extensions/shell/browser/
shell_display_info_provider.cc 16 const std::string& display_id,
shell_display_info_provider.h 18 virtual bool SetInfo(const std::string& display_id,

Completed in 680 milliseconds

1 2 3 4 5 6