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

/openjdk7/jdk/src/macosx/classes/sun/java2d/opengl/
H A DCGLSurfaceData.java108 public static CGLWindowSurfaceData createData(CPlatformView pView) {
110 return new CGLWindowSurfaceData(pView, gc);
168 // Overridden in CGLWindowSurfaceData below
203 public static class CGLWindowSurfaceData extends CGLSurfaceData { class in class:CGLSurfaceData
205 public CGLWindowSurfaceData(CPlatformView pView, method in class:CGLSurfaceData.CGLWindowSurfaceData

Completed in 1500 milliseconds