OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_vsync_disabled
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/browser/renderer_host/
compositing_iosurface_context_mac.mm
67
bool
is_vsync_disabled
=
69
GLint swapInterval =
is_vsync_disabled
? 0 : 1;
96
is_vsync_disabled
,
114
bool
is_vsync_disabled
,
119
is_vsync_disabled_(
is_vsync_disabled
),
compositing_iosurface_context_mac.h
43
bool
is_vsync_disabled
() const { return is_vsync_disabled_; }
function in class:content::CompositingIOSurfaceContext
render_widget_host_view_mac.mm
[
all
...]
Completed in 158 milliseconds