Searched defs:refresh_rate (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/ui/display/chromeos/x11/
H A Ddisplay_mode_x11.cc11 float refresh_rate,
13 : DisplayMode(size, interlaced, refresh_rate),
9 DisplayModeX11(const gfx::Size& size, bool interlaced, float refresh_rate, RRMode mode_id) argument
H A Dnative_display_delegate_x11.cc289 float refresh_rate = 0.0f; local
291 refresh_rate =
300 refresh_rate,
/external/chromium_org/ui/display/types/
H A Ddisplay_mode.cc13 float refresh_rate)
16 refresh_rate_(refresh_rate) {}
11 DisplayMode(const gfx::Size& size, bool interlaced, float refresh_rate) argument
H A Ddisplay_mode.h20 DisplayMode(const gfx::Size& size, bool interlaced, float refresh_rate);
25 float refresh_rate() const { return refresh_rate_; } function in class:ui::DisplayMode
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
H A Dnative_modeset.h42 int refresh_rate; /* HZ * 1000 */ member in struct:native_mode
/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Dnative_modeset.h42 int refresh_rate; /* HZ * 1000 */ member in struct:native_mode
/external/chromium_org/ui/ozone/common/gpu/
H A Dozone_gpu_message_params.h23 float refresh_rate; member in struct:ui::DisplayMode_Params
/external/chromium_org/ash/display/
H A Ddisplay_info.h23 float refresh_rate,
34 float refresh_rate; // Refresh rate of the display, in Hz. member in struct:ash::DisplayMode
63 // |width x height [% refresh_rate]| separated by '|'.
H A Ddisplay_info.cc49 : refresh_rate(0.0f),
56 float refresh_rate,
60 refresh_rate(refresh_rate),
175 sscanf(resolution[1].c_str(), "%f", &mode.refresh_rate);
177 mode.refresh_rate > highest_refresh_rate) {
180 highest_refresh_rate = mode.refresh_rate;
369 iter->refresh_rate,
55 DisplayMode(const gfx::Size& size, float refresh_rate, bool interlaced, bool native) argument
/external/chromium_org/cc/trees/
H A Dlayer_tree_settings.h63 double refresh_rate; member in class:cc::LayerTreeSettings
H A Dlayer_tree_host_impl.cc96 double refresh_rate) {
108 size_t ms_per_frame = std::floor(1000.0 / refresh_rate);
1997 settings_.refresh_rate));
2077 settings_.refresh_rate);
94 GetMaxTransferBufferUsageBytes( const ContextProvider::Capabilities& context_capabilities, double refresh_rate) argument
/external/chromium_org/ui/ozone/platform/dri/chromeos/
H A Dnative_display_delegate_dri.cc101 float refresh_rate) {
105 cached_modes_[i]->refresh_rate() == refresh_rate)
98 FindDisplayMode( const gfx::Size& size, bool is_interlaced, float refresh_rate) argument
/external/kernel-headers/original/uapi/drm/
H A Dexynos_drm.h264 * @refresh_rate: refresh rate.
271 __u32 refresh_rate; member in struct:drm_exynos_ipp_property

Completed in 1300 milliseconds