Searched defs:swapBuffers (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/java2d/opengl/
H A DOGLSurfaceData.java613 static void swapBuffers(long window) { method in class:OGLSurfaceData
/openjdk7/jdk/src/windows/classes/sun/java2d/d3d/
H A DD3DSurfaceData.java733 static void swapBuffers(D3DSurfaceData sd, method in class:D3DSurfaceData
739 // swapBuffers can be called from the toolkit thread by swing, we
/openjdk7/jdk/src/solaris/classes/sun/awt/
H A DX11GraphicsConfig.java396 private native void swapBuffers(long window, int swapAction); method in class:X11GraphicsConfig
453 swapBuffers(window, swapAction);

Completed in 52 milliseconds