HomeSort by relevance Sort by last modified time
    Searched full:vsync (Results 26 - 50 of 192) sorted by null

12 3 4 5 6 7 8

  /external/chromium_org/content/browser/aura/
browser_compositor_output_surface_proxy.h 20 // Directs vsync updates to the appropriate BrowserCompositorOutputSurface.
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
AnimationTime.java 23 // The animation time should ideally be the vsync time the frame will be
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fb.h 285 /* screen: unblanked, hsync: on, vsync: on */
288 /* screen: blanked, hsync: on, vsync: on */
291 /* screen: blanked, hsync: on, vsync: off */
294 /* screen: blanked, hsync: off, vsync: on */
297 /* screen: blanked, hsync: off, vsync: off */
308 #define FB_VBLANK_VSYNCING 0x080 /* currently in a vsync */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fb.h 285 /* screen: unblanked, hsync: on, vsync: on */
288 /* screen: blanked, hsync: on, vsync: on */
291 /* screen: blanked, hsync: on, vsync: off */
294 /* screen: blanked, hsync: off, vsync: on */
297 /* screen: blanked, hsync: off, vsync: off */
308 #define FB_VBLANK_VSYNCING 0x080 /* currently in a vsync */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fb.h 285 /* screen: unblanked, hsync: on, vsync: on */
288 /* screen: blanked, hsync: on, vsync: on */
291 /* screen: blanked, hsync: on, vsync: off */
294 /* screen: blanked, hsync: off, vsync: on */
297 /* screen: blanked, hsync: off, vsync: off */
308 #define FB_VBLANK_VSYNCING 0x080 /* currently in a vsync */
  /external/chromium_org/ui/gl/
gl_switches.cc 27 // Stop the GPU from synchronizing on the vsync before presenting.
28 const char kDisableGpuVsync[] = "disable-gpu-vsync";
gl_context_wgl.cc 139 "Could not disable vsync: driver does not "
  /frameworks/native/services/surfaceflinger/
MessageQueue.h 107 // sends INVALIDATE message at next VSYNC
109 // sends REFRESH message at next VSYNC
MessageQueue.cpp 147 * buffer updates on VSYNC and performs a refresh immediately
152 * at the next VSYNC.
  /external/chromium_org/content/browser/renderer_host/input/
synthetic_gesture_target.h 33 // appropriate for the platform, e.g. aligned with vsync.
  /external/chromium_org/ui/compositor/
compositor_observer.h 41 // Called when the compositor has received updated VSync parameters.
  /docs/source.android.com/src/devices/
graphics.jd 321 VSYNC
324 VSYNC synchronizes certain events to the refresh cycle of the display. Applications always
325 start drawing on a VSYNC boundary and SurfaceFlinger always composites on a VSYNC boundary.
331 <p>that points to a function you must implement for VSYNC. This function blocks until
332 a VSYNC happens and returns the timestamp of the actual VSYNC.
333 A client can receive a VSYNC timestamps once, at specified intervals, or continously (interval of 1).
334 You must implement VSYNC to have no more than a 1ms lag at the maximum (1/2ms or less is recommended), and
  /external/chromium_org/cc/output/
begin_frame_args.cc 53 // cases where a good estimated draw time is not known. Using 1/3 of the vsync
software_output_device.h 74 // hardware vsync. Return NULL if a provider doesn't exist.
  /external/chromium_org/content/browser/renderer_host/
compositing_iosurface_mac.h 105 // Get vsync scheduling parameters.
240 // VSync frequency.
332 // CVDisplayLink for querying Vsync timing info and throttling swaps.
341 // Vsync timing data.
compositing_iosurface_context_mac.mm 66 // Draw at beam vsync.
  /external/chromium_org/tools/perf/benchmarks/
spaceport.py 19 options.AppendExtraBrowserArgs('--disable-gpu-vsync')
  /external/chromium_org/ui/gfx/ozone/dri/
dri_surface.h 59 // |SchedulePageFlip| can also be used to limit drawing to the screen's vsync
60 // since page flips only happen on vsync. In a threaded environment a message
  /external/kernel-headers/original/asm-mips/sgi/
ioc.h 179 #define EXTIO_S0_IRQ_3 0x8000 /* S0: vid.vsync */
183 #define EXTIO_SG_IRQ_3 0x0800 /* SG: vid.vsync */
  /hardware/libhardware/include/hardware/
hwcomposer.h 389 * (*vsync)() is called by the h/w composer HAL when a vsync event is
393 * the "disp" parameter indicates which display the vsync event is for.
395 * nanosecond of when the vsync event happened.
397 * vsync() is GUARANTEED TO NOT CALL BACK into the h/w composer HAL.
399 * It is expected that vsync() is called from a thread of at least
405 * can either stop or continue to process VSYNC events, but must not
408 void (*vsync)(const struct hwc_procs* procs, int disp, int64_t timestamp); member in struct:hwc_procs
hwcomposer_defs.h 138 * Returns the vsync period in nanoseconds.
157 /* The vsync period in nanoseconds */
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp 139 mCBContext->procs.vsync = &hook_vsync;
148 // don't need a vsync thread if we have a hardware composer
150 // always turn vsync off when we start
179 ALOGW("getting VSYNC period from fb HAL: %lld", disp.refresh);
183 ALOGW("getting VSYNC period from thin air: %lld",
194 // we don't have VSYNC support, we need to fake it
271 ctx->hwc->vsync(disp, timestamp);
285 void HWComposer::vsync(int disp, int64_t timestamp) { function in class:android::HWComposer
290 // There have been reports of HWCs that signal several vsync events
295 ALOGW("Ignoring duplicate VSYNC event from HWC (t=%lld)"
    [all...]
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ContentViewRenderView.java 103 // The VSyncMonitor gives the timebase for the actual vsync, but we don't want render until
105 // 3 ms typically, so we adjust the vsync timestamps forward by a bit to give input events a
  /device/generic/goldfish/camera/fake-pipeline2/
Sensor.cpp 185 ALOGE("%s: Error waiting for VSync signal: %d", __FUNCTION__, res);
257 // Signal VSync for start of readout
258 ALOGVV("Sensor VSync");
  /external/chromium_org/third_party/WebKit/public/web/
WebInputEvent.h 167 // Last input event to be sent for the current vsync interval. If this
169 // delivered until the next vsync and the receiver can schedule
172 // w.r.t. vsync.

Completed in 903 milliseconds

12 3 4 5 6 7 8