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

/openjdk7/jdk/src/share/classes/sun/java2d/opengl/
H A DOGLSurfaceDataProxy.java54 OGLGraphicsConfig oglgc; field in class:OGLSurfaceDataProxy
57 public OGLSurfaceDataProxy(OGLGraphicsConfig oglgc, int transparency) { argument
58 this.oglgc = oglgc;
68 cachedData = oglgc.createManagedSurface(w, h, transparency);

Completed in 66 milliseconds