Searched refs:vsync (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/java2d/pipe/hw/
H A DExtendedBufferCapabilities.java39 * be v-synced since the vsync capability may be disabled in the driver, or
84 private VSyncType vsync; field in class:ExtendedBufferCapabilities
95 this.vsync = VSyncType.VSYNC_DEFAULT;
107 this.vsync = VSyncType.VSYNC_DEFAULT;
120 this.vsync = t;
132 this.vsync = t;
147 return vsync;

Completed in 28 milliseconds