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

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
native_modeset.h 39 struct native_mode { struct
62 const struct native_mode **(*get_modes)(struct native_display *ndpy,
85 const struct native_mode *nmode);
egl_g3d.h 119 const struct native_mode **native_modes;
  /external/mesa3d/src/gallium/state_trackers/egl/common/
native_modeset.h 39 struct native_mode { struct
62 const struct native_mode **(*get_modes)(struct native_display *ndpy,
85 const struct native_mode *nmode);
egl_g3d.h 119 const struct native_mode **native_modes;
  /external/chromium_org/ui/display/chromeos/test/
test_display_snapshot.cc 30 const DisplayMode* native_mode)
41 native_mode) {}
test_display_snapshot.h 24 const DisplayMode* native_mode);
  /external/chromium_org/ui/display/types/
display_snapshot.cc 19 const DisplayMode* native_mode)
30 native_mode_(native_mode) {}
display_snapshot.h 32 const DisplayMode* native_mode);
48 const DisplayMode* native_mode() const { return native_mode_; } function in class:ui::DisplaySnapshot
  /external/chromium_org/ui/ozone/common/gpu/
ozone_gpu_message_params.cc 27 native_mode() {}
ozone_gpu_message_params.h 42 DisplayMode_Params native_mode; member in struct:ui::DisplaySnapshot_Params
ozone_gpu_messages.h 46 IPC_STRUCT_TRAITS_MEMBER(native_mode)
  /external/chromium_org/ui/display/chromeos/x11/
display_snapshot_x11.cc 23 const DisplayMode* native_mode,
37 native_mode),
display_snapshot_x11.h 30 const DisplayMode* native_mode,
native_display_delegate_x11.cc 353 const DisplayMode* native_mode = NULL; local
364 native_mode = display_modes.back();
381 native_mode,
  /external/chromium_org/ui/ozone/common/chromeos/
display_util.cc 39 params.has_native_mode = display.native_mode() != NULL;
41 params.native_mode = GetDisplayModeParams(*display.native_mode());
display_snapshot_proxy.cc 42 SameModes(params.modes[i], params.native_mode))
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
ComposeShader_Delegate.java 67 long native_mode) {
  /external/chromium_org/ash/display/
display_change_observer_chromeos.cc 80 const ui::DisplayMode* ui_native_mode = output.display->native_mode();
81 DisplayMode native_mode(ui_native_mode->size(),
85 native_mode.device_scale_factor = display_info.device_scale_factor();
91 DisplayMode mode = native_mode;
108 DisplayMode native_mode; local
119 output.display->native_mode() == *it);
121 native_mode = display_mode;
139 if (native_mode.size.width() >= kMinimumWidthFor4K) {
142 DisplayMode mode = native_mode;
display_info.cc 160 size_t native_mode = 0; local
181 native_mode = i;
186 display_modes[native_mode].native = true;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/drm/
native_drm.h 121 struct native_mode base;
150 drm_mode(const struct native_mode *nmode)
modeset.c 451 const struct native_mode *nmode)
518 static const struct native_mode **
525 const struct native_mode **nmodes_return;
  /external/mesa3d/src/gallium/state_trackers/egl/drm/
native_drm.h 121 struct native_mode base;
150 drm_mode(const struct native_mode *nmode)
  /frameworks/base/graphics/java/android/graphics/
ComposeShader.java 98 long native_mode);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/fbdev/
native_fbdev.c 317 const struct native_mode *nmode)
322 static const struct native_mode **
327 static struct native_mode mode;
328 const struct native_mode **modes;
  /external/mesa3d/src/gallium/state_trackers/egl/fbdev/
native_fbdev.c 317 const struct native_mode *nmode)
322 static const struct native_mode **
327 static struct native_mode mode;
328 const struct native_mode **modes;

Completed in 431 milliseconds

1 2